Friday, April 19, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 1013  / 3 Years ago, fri, november 5, 2021, 1:54:16

Possible Duplicate:

How can I install software or packages without Internet (offline)?






Is there a way to store deb packages (all or a specific version of package) on a local media (dvd, usb etc...) so later I would be able to install those packages on a PC which does not have Internet connection?



For example, these are the packages that I want to install on a PC which doesn't have Internet connection:



# TinyOS MSP430 GCC Compiler Repository
# Version 4.6.3
deb http://tinyprod.net/repos/debian squeeze main
deb http://tinyprod.net/repos/debian msp430-46 main

# TinyOS version 2.1.2
deb http://tinyos.stanford.edu/tinyos/dists/ubuntu lucid main

More From » apt

 Answers
5

You can download the deb only by the command



sudo apt-get --download-only <packagename>


Then you can burn the files to your DVD and make the DVD as a software source using synaptic or Ubuntu Software Center


Else you can make your own local repository. read this to get it


[#35413] Saturday, November 6, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
singerrupt

Total Points: 435
Total Questions: 111
Total Answers: 109

Location: Angola
Member since Tue, May 5, 2020
4 Years ago
singerrupt questions
;