Rubidr84 Guy
Rubidr84 Guy

Reputation: 11

Ubuntu down load a package and all of its dependencies without installing them

I need to download a package and all of its dependencies without installing any of them.

I'm looking for a command like apt-get -R --download-only install package-name

Or any solution that would produce the same result.

Based on my research I could not find a solution that produces this and I have tried combining commands to produce something similar which doesn't work every time.

Upvotes: 0

Views: 874

Answers (2)

l__flex__l
l__flex__l

Reputation: 1438

I've used camicri to download a package with all of its dependencies.

Upvotes: 0

R.A. Lucas
R.A. Lucas

Reputation: 1151

You should be able to go to http://packages.ubuntu.com/, search for your package there and it will give you the option to download it or the url to download the package. Hope this helps.

Upvotes: 1

Related Questions