debian,

Install Wget on Debian 12

Jul 27, 2023 · 1 min read · Post a comment

If you get bash: wget: command not found you need to install wget on Debian 12. Let’s see how to install it.

Prerequisites

  • Debian 12
  • sudo privileges

Install Wget on Debian 12

Step 1. Update the 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.