The procedure to install wget command is as follows on CentOS Linux 7/8:
- Open a terminal window.
- Search for wget package on CentOS Enterprise Linux 8, run:
sudo yum search wget - Run to install wget :
sudo yum install wget - Verify wget installation, run:
wget https://www.cyberciti.biz/files/hello-linux-module.zip - Check wget version by running:
wget --version
Let us see all commands and steps in details to install wget in CentOS 8.