zoukankan      html  css  js  c++  java
  • [Linux-CentOS7]安装Telnet

    # yum install telnet
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    Resolving Dependencies
    --> Running transaction check
    ---> Package telnet.x86_64 1:0.17-64.el7 will be installed
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ==============================================================================================================================================================================
     Package                                 Arch                                    Version                                          Repository                             Size
    ==============================================================================================================================================================================
    Installing:
     telnet                                  x86_64                                  1:0.17-64.el7                                    base                                   64 k
    
    Transaction Summary
    ==============================================================================================================================================================================
    Install  1 Package
    
    Total download size: 64 k
    Installed size: 113 k
    Is this ok [y/d/N]: y
    Downloading packages:
    telnet-0.17-64.el7.x86_64.rpm                                                                                                                          |  64 kB  00:00:09     
    Running transaction check
    Running transaction test
    Transaction test succeeded
    Running transaction
      Installing : 1:telnet-0.17-64.el7.x86_64                                                                                                                                1/1 
      Verifying  : 1:telnet-0.17-64.el7.x86_64                                                                                                                                1/1 
    
    Installed:
      telnet.x86_64 1:0.17-64.el7                           
  • 相关阅读:
    合并区间
    判断字符串是否是IP
    Python -- 异常处理
    python -- 双下方法
    python -- 判断函数和方法
    python -- 面向对象:反射
    Python -- 面向对象:类的成员
    Python -- 面向对象:类的约束
    Python -- 面向对象的三大特性及深入了解super()
    Python -- mro算法
  • 原文地址:https://www.cnblogs.com/leoshi/p/12316354.html
Copyright © 2011-2022 走看看