Re: apt-offline

2019-09-12 Thread Ritesh Raj Sarraf
Hello Paul, On Thu, 2019-09-12 at 13:36 -0400, Paul Thomas wrote: > Hello, > > I see that apt-offline is not part of buster. Is there any plan to > add it? > It is currently out of Buster (and Debian Testing) because of bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871656 I have hoped

Re: apt-offline

2019-09-12 Thread Alexandre Rossi
Hi, > > I see that apt-offline is not part of buster. Is there any plan to add it? > > Only the maintainer would know about that. It is unlikely he reads this > list. https://bugs.debian.org/871656 is what keeps apt-offline out of testing and thus stable. Alex

Re: apt-offline

2019-09-12 Thread Brian
On Thu 12 Sep 2019 at 13:36:35 -0400, Paul Thomas wrote: > Hello, > > I see that apt-offline is not part of buster. Is there any plan to add it? Only the maintainer would know about that. It is unlikely he reads this list. -- Brian.

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 Yes; that works. Thanks! An optimistic reader might tak

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 "ma

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 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, "--install" is efficacious. Als