How to install 'wget' on Ubuntu 14.04?

I read the documentation of wget but did not understand how to download the package.Is there any way (command) to download the package using the terminal on Ubuntu inside a Docker container?


Please just run this from the terminal if its not there for some reason:

sudo apt install wget

Or:

sudo apt-get install wget