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).
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
09/04/2014 - 01:57
11/29/2014 - 11:36
12/27/2015 - 01:08
01/28/2017 - 03:28
01/28/2017 - 17:59
07/18/2018 - 17:06
11/05/2020 - 21:31
11/19/2023 - 09:44