How To Install Wget On Debian
GNU wget package is a free command-line tool that allows you to download single or multiple files from the web. It offers dissimilar options that let you to download multiple files using HTTP, HTTPS, and FTP protocols, resume the download process, limit bandwidth, mirror websites, download in the background, etc.
In this tutorial, nosotros will explore how to install wget bundle on Debian xi bullseye distribution.
When you install a package on your system using the `wget` command and you see the following message on the terminal.
Bash: wget command non found
Information technology means the `wget` control is non installed on your organisation. In this case, you need to install the `wget` bundle on your system to resolve this error.
Steps to install wget on Debian eleven
The following steps we can perform for the installation of wget on Debian 11 system:
Step 1: Update system apt repositories
Update the system packages index files past using the following control:
$ sudo apt-get update
It is recommended, always keep the newest version of an application in your arrangement. And so, you can upgrade the installed packages using the following command:
$ sudo apt upgrade
Footstep two: Find information almost the wget package
Starting time, search for the `wget` packet past using the `apt-cache` command:
$ sudo apt-cache search wget
You lot can also direct retrieve the information about the wget bundle by using the following control:
$ sudo apt info wget
or
$ sudo apt-cache show wget
Step 3: Install Wget on Debian
Install the `wget` package by using the following command:
$ sudo apt-get install wget
Uninstall wget from Debian
Yous can also remove or uninstall the `wget` command by running the following command:
$ sudo apt-get remove wget
How to employ the Wget command?
The wget control allows you to download a package or utility through the command line. The syntax if the wget command is :
$ wget [options] URL
$ wget http://www.domain.com/file-name.nil
Conclusion
We explained in this tutorial how to install wget control on Debian 11 bullseye distribution. Moreover, we noticed how to utilise the wget command and get package data. Using the wget command, you lot can download a unmarried or even multiple files at a fourth dimension through a command line. You tin become more information about the wget control past visiting the official GNU website.
Karim Buzdar holds a degree in telecommunication engineering and holds several sysadmin certifications including CCNA RS, SCP, and ACE. As an IT engineer and technical author, he writes for various websites.
Source: https://linuxways.net/debian/how-to-install-wget-on-debian/
Posted by: mulhernexpregiat.blogspot.com
0 Response to "How To Install Wget On Debian"
Post a Comment