I am trying to install a software where there is no internet in system.So i need to install all packages which available in Ubuntu 16.04.How can do that?
Asked
Active
Viewed 31 times
apt install -s <your package>
then download them from another machine and go to the offline one. – cmak.fr Jul 23 '19 at 05:46