In case wget is not installed on your latest Ubuntu version 22.04 it will throw the following error wget: command not found
. Today I will show you how to install wget on Ubuntu 22.04 easily and quickly.
Prerequisites
- Ubuntu 22.04
- sudo privileges
Install Wget on Ubuntu 22.04
Step 1. Update the apt
packages.
sudo apt update
Step 2. Install wget.
sudo apt install wget
Step 3. Verify the installation.
wget --version
Conclusion
Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.