wget Function
If your server is based on Centos OS to install wget function you need to make few steps:
Open the Terminal application or login using ssh client and type the following yum command to install wget on CentOS/RHEL 7:
$ sudo yum install wget
If your server based on the Fedora Linux use the following dnf command:
$ sudo dnf install wget
That`s all:)