Article 6GYZC Downloading dependencies with wget for future installs

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?
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments