Re: apt-offline usage

2015-04-18 Thread peter
From: franc...@avalenn.eu Date: Thu, 9 Apr 2015 16:55:01 +0200 isolated$ apt-offline set --update ... networked$ apt-offline get ... isolated$ apt-offline install isolated$ apt-offline set --upgrade ... networked$ apt-offline get ... isolated$ apt-offline install ... isolated$

Re: apt-offline usage

2015-04-09 Thread francois
On Thu, Apr 02, 2015 at 11:29:35AM -0700, pe...@easthope.ca wrote: From: franc...@avalenn.eu Date: Mon, 9 Mar 2015 13:40:25 +0100 If I remember correctly but this is from memory from 3 or 4 years ago it is possible to need two round-trip between networked and isolated server :

Re: apt-offline usage

2015-04-02 Thread peter
From: franc...@avalenn.eu Date: Mon, 9 Mar 2015 13:40:25 +0100 If I remember correctly but this is from memory from 3 or 4 years ago it is possible to need two round-trip between networked and isolated server : isolated$ apt-offline set --update ... networked$ apt-offline get ...

Re: apt-offline usage

2015-03-17 Thread peter
* From: franc...@avalenn.eu * Date: Mon, 9 Mar 2015 13:40:25 +0100 isolated$ apt-offline set --install-packages $package networked$ apt-offline get ... isolated$ apt-offline install ... isolated$ apt-get install $package That works. Thanks! An optimistic reader might take man

Re: apt-offline usage

2015-03-17 Thread peter
* From: franc...@avalenn.eu * Date: Mon, 9 Mar 2015 13:40:25 +0100 isolated$ apt-offline set --install-packages $package networked$ apt-offline get ... isolated$ apt-offline install ... isolated$ apt-get install $package Yes; that works. Thanks! An optimistic reader might take

Re: apt-offline usage

2015-03-09 Thread francois
Hello, On Thu, Mar 05, 2015 at 09:31:32PM -0800, pe...@easthope.ca wrote: Has anyone had any luck using apt-offline to install a package? Any tips? If I make no mistake you need to use apt-get for installing the package after retrieving the bundle. The workflow would then be like : isolated$

Re: apt-offline usage

2015-03-06 Thread peter
From: Chris Bannister cbannis...@slingshot.co.nz Date: Sat, 7 Mar 2015 01:36:50 +1300 If you are only going to install one package, why not just download the deb file and use dpkg to install it? When apt-offline is being used to update a system and an additional package is needed,

apt-offline usage

2015-03-05 Thread peter
On isolated machine, joule. peter@joule:~$ apt-offline set aptoffline.joule.sig --verbose --update \ --install-packages rsync On networked machine, armada. peter@armada:~$ apt-offline get aptoffline.joule.sig --verbose \ --bundle aptoffline.joule.bundle On joule again. peter@joule:~$