[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: installing a few packages locally ...



There is already a local packages cache at: /var/cache/apt/archives/

If you previously run:
$ sudo apt-get --download-only install libav-tools

Asked packages and dependencies will be downloaded but not installed. I
use this behaviour to mount /var/cache/apt/archives externally and reuse
same files in several setups with walking USB storage.


__________
I'm using this express-made address because personal addresses aren't
masked enough at this list's archives. Mailing lists service
administrator should fix this.
El 29/05/17 a les 09:12, Joe Weinberg ha escrit:
> While running Debian Live from the DVD: 
> 
> $ uname -a
> Linux debian 3.16.0-4-686-pae #1 SMP Debian 3.16.36-1+deb8u1 (2016-09-03) i686 GNU/Linux
> 
> I would like to go, say:
> 
> $ sudo apt-get install libav-tools
> 
> but fetch all installation packages and dependencies offline from a local repository without having to setup a full Debian package repository (which in a sense you already have in the DVD anyway)
> 
> I guess there should be a "--simulate" or "--verbose" option either in dpkg, apt-get or some utility to do that. I tried finding the pieces in of what I need in:
> 
> https://www.debian.org/doc/manuals/maint-guide/
> 
> but apparently this is not a common use case. The utility should have as input:
> 
> 1) the package you want to install
> 
> 2) the local path to where you would like to keep §1's package and its dependencies
> 
> So, whenever I need to install the deb package I can do it from that local mini-repository.
> 
> I am pretty sure someone may have trodden that path before.
> 
> How do you do such a thing?
> 
> lbrtchx
> 


Reply to: