Downloading dependencies with wget for future installs
by JASlinux from LinuxQuestions.org on (#6GYZC)
I boot LIVE distros for a little more security. In Ubuntu & mainstay derivatives, I generally have no problem downloading apps & dependencies to manually install in future boots, but what about wget?
Code:sudo wget https://github.com/[app] -O [local location]
sudo chmod a+rx [local location]
[app] -updateThis works, but I'm not sure what I'm doing. I usually download .deb & install those.
How do I grab the wget results for future manual installs?
Code:sudo wget https://github.com/[app] -O [local location]
sudo chmod a+rx [local location]
[app] -updateThis works, but I'm not sure what I'm doing. I usually download .deb & install those.
How do I grab the wget results for future manual installs?