Installing Packages Without Internet Connection
Installing a package offline
You can achieve it just running the below command thru a terminal or virtual temrinal:
$ sudo dpkg -i path/to/yourfile.deb
or double clicking on the file if you have GDebi installed.
Beware that the package may have dependencies.
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