I had this problem recently where apt install wget does not find anything. As it turns out apt update was never run.. apt update apt install wget After discussing this with a coworker we mused that apt update is likely not run in order to save both time and space in the docker image.

Curl vs. Wget: Their Differences, Usage and Which One You Jan 02, 2018 How to Install Wget in Linux - Tecmint Nov 25, 2019

10 Wget (Linux File Downloader) Command Examples in Linux

Jun 04, 2019 How to Install Google Chrome on Debian 10

Wget is a network utility to retrieve files from the Web using http and ftp, the two most widely used Internet protocols PCLinuxOS wget-1.20.3-2pclos2019.x86_64.rpm

[2018-01-12] wget 1.19.2-2 MIGRATED to testing (Debian testing watch) [2018-01-04] Accepted wget 1.19.2-2 (source amd64) into unstable (Noël Köthe) (signed by: Noèl Köthe) [2017-11-18] Accepted wget 1.16-1+deb8u4 (source amd64) into Debian on CDs/DVDs The "jigdo" scheme allows you to pick the fastest out of 300 Debian mirrors worldwide for your download. It features easy mirror selection and "upgrading" of older images to the latest release. Also, it is the only way to download Debian DVD images for all architectures. Download CD/DVD images with BitTorrent. 11 Wget Command Examples in Linux (Linux File Downloader How to Download a File using wget. To download a single file you can use the wget command … Fix wget ERROR: The certificate of ‘ ’ is not trusted For fixing wget problem “ERROR: The certificate of ‘ ’ is not trusted” in Debian or Ubuntu operating system you need install ca-certificates package. Run: $ sudo apt-get install ca-certificates