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                           
  • 相关阅读:
    695. 岛屿的最大面积(深搜)
    147. 对链表进行插入排序(排序)
    566. 重塑矩阵(模拟)
    238. 除自身以外数组的乘积(前后缀积)
    29.Java基础_接口
    C++ STL queue
    C++ STL stack
    C++ STL string
    C面向接口编程和C++多态案例
    单例模式入门
  • 原文地址:https://www.cnblogs.com/leoshi/p/12316354.html
Copyright © 2011-2022 走看看