'How do you use wget in repl.it bash?
I am trying to run a .deb using wget.
Here is my code:
wget https://debian.pkgs.org/11/virtualbox-amd64/virtualbox-6.1_6.1.32-149290~Debian~bullseye_amd64.deb.html
Whenever I run the code I get this error:
main.sh: line 1: wget: command not found
Solution 1:[1]
You should use curl in replit.
curl downloadurl -—output filename
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | unfestive chicken |
