Install telnet on CentOS (online and rpm packages)

Source: Internet
Author: User

Install telnet on CentOS (online and rpm packages)

When you execute telnet, the system prompts that the command does not exist. Enter the command rpm-qa telnet-server. If no output content exists, the command is not installed.

1. Online Installation

Run the following two commands:

Yum install telnet

Yum install telnet-server

2. rpm package installation

Download the corresponding rpm package:

Http://vault.centos.org/6.3/ OS /x86_64/Packages/ 6.3 indicates the System Version Number

Telnet-server-0.17-48.el6.x86_64.rpm

Telnet-0.17-48.el6.x86_64.rpm

Run the following command:

Rpm-ivh telnet-0.17-48.el6.x86_64.rpm

Rpm-ivh telnet-server-0.17-48.el6.x86_64.rpm

The following warning may occur when executing the rpm-ivh telnet-server-0.17-48.el6.x86_64.rpm command:

Warning: telnet-server-0.17-48.el6.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY
Error: Failed dependencies:
Xinetd is needed by telnet-server-1: 0.17-48. el6.x86 _ 64

The solution is to first install the xinetd package (as shown above)

Run the following command:

Rpm-ivh xinetd-2.3.14-39.el6_4.x86_64.rpm

Install telnet-server

Then start xinetd:

Service xinetd start has been installed.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.