Install WGET on CentOS VPS


This article provides a guide to install WGET on CentOS VPS 6/7 minimal installation.

What is WGET?

WGET is an open-source software from GNU that provides package retrieval management for CLI interface. WGET uses HTTP, HTTPS, FTP, and FTPS protocols.

Install WGET on CentOS

To install WGET on your CentOS VPS with minimal CentOS 6/7 installed, perform the following steps:

    1. SSH the server as the root user.
    2. Run the following command:
      sudo yum install wget -y

You have now successfully installed WGET on CentOS VPS.

Additional Resources

Please visit the following supplementary and/or supporting resources:

  • centos, wget, yum, centos 7, centos 6
  • 4 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Related Articles

View Server PHP Environment with phpinfo.php

The phpinfo() function outputs a huge amount of information about the system you're using, such...

How to Change Root Password Using SSH

This article explains the method of changing the root password on a Linux Server using SSH....

How to Create Sudo User on CentOS

This article provides step-by-step setup guide for adding Sudo user to CentOS system. The sudo...

How to Use Sudo

This article provides a guide to using a Sudo user on CentOS server. From the command line,...

Set Server Time Zones with Timedatectl

This article provides a guide to setting the server time and server time zone settings using...