Revision of Installing Packages Without Internet Connection from Sun, 04/12/2015 - 14:42

The revisions let you track differences between multiple versions of a post.

Installing Packages Without Internet Connection

Installing a package offline

You can achieve it just double clicking on the file (if you have GDebi installed) or running the below command thru a terminal or virtual terminal:

$ sudo dpkg -i path/to/yourfile.deb
If you have set of debs (may with dependencies), then run below command:
$ sudo dpkg -i *.deb
note: beware that the package may have dependencies.

Warning: Don't blindly trust on (external) deb file (it may non-free).

You can also use APT Local Repository way to install package software offline : Visit this

Managing an offline system

You can manage an offline system with apt-offline. You need to get it and then install it. You can get it from here. Copy it to a flash drive or burn a CD, then bring it to the offline system and installed it by any of the methods mentioned above.

This external documentation will help you on the use of apt-offline.

Also, you can use apt-offline thru GUI installing apt-offline-gui.

Revisions

02/12/2014 - 00:43
antiesnob
09/04/2014 - 01:57
muhammed
11/29/2014 - 11:36
Pandya
12/27/2015 - 01:08
pogiako12345
01/28/2017 - 03:28
Magic Banana
01/28/2017 - 17:59
Peter Boughton
07/18/2018 - 17:06
Malsasa
11/05/2020 - 21:31
augustoborin
11/19/2023 - 09:44
knife