{"id":4629,"date":"2013-05-11T15:05:58","date_gmt":"2013-05-11T07:05:58","guid":{"rendered":"https:\/\/webhostinggeeks.com\/howto\/?p=4629"},"modified":"2023-05-11T06:54:21","modified_gmt":"2023-05-11T06:54:21","slug":"how-to-install-wget-telnet-man-utility-on-centos-6-4","status":"publish","type":"post","link":"https:\/\/webhostinggeeks.com\/howto\/how-to-install-wget-telnet-man-utility-on-centos-6-4\/","title":{"rendered":"How to Install wget, telnet, man Utility on CentOS 6.4"},"content":{"rendered":"<p>CentOS is a popular open-source operating system that is widely used for web servers, network services, and databases. One of the advantages of CentOS is its package manager called YUM, which allows easy installation and management of software packages. However, some packages are not installed by default, such as wget, telnet, and man utility.<\/p>\n<pre>[root@centos64 ~]# wget\r\n-bash: wget: command not found<\/pre>\n<pre>[root@centos64 ~]# man\r\n-bash: man: command not found<\/pre>\n<pre>[root@centos64 ~]# telnet\r\n-bash: telnet: command not found<\/pre>\n<p>These utilities are essential for managing and troubleshooting network-related issues. In this guide, we will explain how to install these utilities on CentOS 6.4 using the YUM package manager.<\/p>\n<h2>Step 1: Check if the utilities are already installed:<\/h2>\n<p>Before we proceed with the installation, let&#8217;s check if the utilities are already installed on your system. To check if the wget utility is installed, run the following command:<\/p>\n<pre>\r\nwhich wget\r\n<\/pre>\n<p>If the output shows the location of the wget binary, then it is already installed on your system. Similarly, you can check the telnet and man utility using the following commands:<\/p>\n<pre>\r\nwhich telnet\r\nwhich man\r\n<\/pre>\n<p>If the utilities are not installed, move to the next step.<\/p>\n<h2>Step 2: Install wget:<\/h2>\n<p>To install the wget utility, run the following command:<\/p>\n<pre>\r\nsudo yum install wget\r\n<\/pre>\n<p>The YUM package manager will download and install the wget utility along with its dependencies.<\/p>\n<h2>Step 3: Install telnet:<\/h2>\n<p>To install the telnet utility, run the following command:<\/p>\n<pre>\r\nsudo yum install telnet\r\n<\/pre>\n<p>The YUM package manager will download and install the telnet utility along with its dependencies.<\/p>\n<h2>Step 4: Install man utility:<\/h2>\n<p>The man utility provides help and documentation for other commands installed on your system. To install the man utility, run the following command:<\/p>\n<pre>\r\nsudo yum install man\r\n<\/pre>\n<p>The YUM package manager will download and install the man utility along with its dependencies.<\/p>\n<h2>Combo Installation<\/h2>\n<pre>[root@centos64 ~]# yum install wget man telnet -y<\/pre>\n<p>Full installation:<\/p>\n<pre>[root@centos64 ~]# yum install wget man telnet -y\r\nLoaded plugins: fastestmirror\r\nDetermining fastest mirrors\r\n * base: mirrors.hostemo.com\r\n * extras: mirrors.hostemo.com\r\n * updates: mirrors.hostemo.com\r\nbase                                                                         | 3.7 kB     00:00\r\nextras                                                                       | 3.5 kB     00:00\r\nupdates                                                                      | 3.5 kB     00:04\r\nSetting up Install Process\r\nResolving Dependencies\r\n--&gt; Running transaction check\r\n---&gt; Package man.x86_64 0:1.6f-32.el6 will be installed\r\n--&gt; Processing Dependency: lzma for package: man-1.6f-32.el6.x86_64\r\n---&gt; Package telnet.x86_64 1:0.17-47.el6_3.1 will be installed\r\n---&gt; Package wget.x86_64 0:1.12-1.8.el6 will be installed\r\n--&gt; Running transaction check\r\n---&gt; Package xz-lzma-compat.x86_64 0:4.999.9-0.3.beta.20091007git.el6 will be installed\r\n--&gt; Processing Dependency: xz = 4.999.9-0.3.beta.20091007git.el6 for package: xz-lzma-compat-4.999.9-0.3.beta.20091007git.el6.x86_64\r\n--&gt; Running transaction check\r\n---&gt; Package xz.x86_64 0:4.999.9-0.3.beta.20091007git.el6 will be installed\r\n--&gt; Finished Dependency Resolution\r\n\r\nDependencies Resolved\r\n\r\n====================================================================================================\r\n Package                Arch           Version                                   Repository    Size\r\n====================================================================================================\r\nInstalling:\r\n man                    x86_64         1.6f-32.el6                               base         263 k\r\n telnet                 x86_64         1:0.17-47.el6_3.1                         base          58 k\r\n wget                   x86_64         1.12-1.8.el6                              base         482 k\r\nInstalling for dependencies:\r\n xz                     x86_64         4.999.9-0.3.beta.20091007git.el6          base         137 k\r\n xz-lzma-compat         x86_64         4.999.9-0.3.beta.20091007git.el6          base          16 k\r\n\r\nTransaction Summary\r\n====================================================================================================\r\nInstall       5 Package(s)\r\n\r\nTotal download size: 955 k\r\nInstalled size: 2.8 M\r\nDownloading Packages:\r\n(1\/5): man-1.6f-32.el6.x86_64.rpm                                            | 263 kB     00:05\r\n(2\/5): telnet-0.17-47.el6_3.1.x86_64.rpm                                     |  58 kB     00:00\r\n(3\/5): wget-1.12-1.8.el6.x86_64.rpm                                          | 482 kB     00:09\r\n(4\/5): xz-4.999.9-0.3.beta.20091007git.el6.x86_64.rpm                        | 137 kB     00:04\r\n(5\/5): xz-lzma-compat-4.999.9-0.3.beta.20091007git.el6.x86_64.rpm            |  16 kB     00:00\r\n----------------------------------------------------------------------------------------------------\r\nTotal                                                                42 kB\/s | 955 kB     00:22\r\nRunning rpm_check_debug\r\nRunning Transaction Test\r\nTransaction Test Succeeded\r\nRunning Transaction\r\n  Installing : xz-4.999.9-0.3.beta.20091007git.el6.x86_64                                       1\/5\r\n  Installing : xz-lzma-compat-4.999.9-0.3.beta.20091007git.el6.x86_64                           2\/5\r\n  Installing : man-1.6f-32.el6.x86_64                                                           3\/5\r\n  Installing : 1:telnet-0.17-47.el6_3.1.x86_64                                                  4\/5\r\n  Installing : wget-1.12-1.8.el6.x86_64                                                         5\/5\r\n  Verifying  : xz-lzma-compat-4.999.9-0.3.beta.20091007git.el6.x86_64                           1\/5\r\n  Verifying  : man-1.6f-32.el6.x86_64                                                           2\/5\r\n  Verifying  : xz-4.999.9-0.3.beta.20091007git.el6.x86_64                                       3\/5\r\n  Verifying  : wget-1.12-1.8.el6.x86_64                                                         4\/5\r\n  Verifying  : 1:telnet-0.17-47.el6_3.1.x86_64                                                  5\/5\r\n\r\nInstalled:\r\n  man.x86_64 0:1.6f-32.el6      telnet.x86_64 1:0.17-47.el6_3.1      wget.x86_64 0:1.12-1.8.el6\r\n\r\nDependency Installed:\r\n  xz.x86_64 0:4.999.9-0.3.beta.20091007git.el6\r\n  xz-lzma-compat.x86_64 0:4.999.9-0.3.beta.20091007git.el6\r\n\r\nComplete!<\/pre>\n<h2>Commands Mentioned:<\/h2>\n<ul>\n<li><span class=\"fw-bold\">which<\/span> &#8211; locate a command by searching for it in PATH<\/li>\n<li><span class=\"fw-bold\">sudo<\/span> &#8211; execute a command as a superuser or another user<\/li>\n<li><span class=\"fw-bold\">yum<\/span> &#8211; a package manager that installs, removes, and updates packages on CentOS<\/li>\n<li><span class=\"fw-bold\">install<\/span> &#8211; a command used to install new software packages<\/li>\n<\/ul>\n<h2>Conclusion:<\/h2>\n<p>In this guide, we have explained how to install wget, telnet, and man utility on CentOS 6.4 using the YUM package manager. These utilities are essential for managing and troubleshooting network-related issues. By following the steps outlined in this guide, you should now have these utilities installed on your system.<\/p>\n<p>If you have any comments or suggestions for improvement, please leave them below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CentOS is a popular open-source operating system that is widely used for web servers, network services, and databases. One of the advantages of CentOS is its package manager called YUM,&#8230;<\/p>\n","protected":false},"author":6,"featured_media":3546,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"wds_primary_category":0,"footnotes":""},"categories":[2055],"tags":[1244,1255,1562,1831,1924],"class_list":["post-4629","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-centos","tag-centos","tag-centos-6-4","tag-man","tag-telnet","tag-wget"],"_links":{"self":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/posts\/4629","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/comments?post=4629"}],"version-history":[{"count":0,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/posts\/4629\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/media\/3546"}],"wp:attachment":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/media?parent=4629"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/categories?post=4629"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/tags?post=4629"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}