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 Users Found This Useful
Was this answer helpful?

Related Articles

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...

htaccess RewriteRule Examples

Here are some useful mod_rewrite RewriteRule redirect examples that you can use in your .htaccess...

Using htaccess File to Block IPs

If your webserver is Apache, you may block access to your website from specific IP addresses...