Re: list installed packages present only in stable

2016-11-04 Thread Jörg-Volker Peetz
Jörg-Volker Peetz wrote on 11/04/16 17:17: > Jörg-Volker Peetz wrote on 11/04/16 14:39: >> Maybe, this "one-liner" does what you want? >> >> aptitude -F "%p" search ~Astable| sort | \ >> (aptitude -F "%p" search ~Aunstable ~Atesting | sort -u | \ >> comm -23 --nocheck-order /dev/fd/3 -)

Re: list installed packages present only in stable

2016-11-04 Thread Jörg-Volker Peetz
Jörg-Volker Peetz wrote on 11/04/16 14:39: > Maybe, this "one-liner" does what you want? > > aptitude -F "%p" search ~Astable| sort | \ > (aptitude -F "%p" search ~Aunstable ~Atesting | sort -u | \ > comm -23 --nocheck-order /dev/fd/3 -) 3<&0 > This needs a correction, if I'm not

Re: list installed packages present only in stable

2016-11-04 Thread Jörg-Volker Peetz
Maybe, this "one-liner" does what you want? aptitude -F "%p" search ~Astable| sort | \ (aptitude -F "%p" search ~Aunstable ~Atesting | sort -u | \ comm -23 --nocheck-order /dev/fd/3 -) 3<&0 All three archives have to be present with the names used above in your sources.list file (that

Re: list installed packages present only in stable

2016-11-03 Thread kamaraju kusumanchi
On Thu, Nov 3, 2016 at 9:08 AM, Jonathan Dowland wrote: > On Wed, Nov 02, 2016 at 10:16:03PM -0400, kamaraju kusumanchi wrote: >> Not sure if you read the entire thread, I ended up writing a script to >> do this now. So, if you want to see packages that are currently >> installed

Re: list installed packages present only in stable

2016-11-03 Thread Mark Fletcher
On Thu, Nov 03, 2016 at 10:58:32AM +0100, steve wrote: > Le 03-11-2016, à 18:40:57 +0900, Mark Fletcher a écrit : > > aptitude search ~Ajessie~i > > meet your needs? > > >>> > >>>No, it does not. When I ran that command it did not produce any > >>>output. What is it supposed to

Re: list installed packages present only in stable

2016-11-03 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Nov 03, 2016 at 03:48:23PM +0100, steve wrote: > Le 03-11-2016, à 14:46:05 +0100, to...@tuxteam.de a écrit : > > >>>Thanks. That's for your Debian Jessie boxes. Is that the same for your > >>>Raspbian box? > >> > >>cat sources.list > >>deb

Re: list installed packages present only in stable

2016-11-03 Thread steve
Le 03-11-2016, à 14:46:05 +0100, to...@tuxteam.de a écrit : >Thanks. That's for your Debian Jessie boxes. Is that the same for your >Raspbian box? cat sources.list deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi and cat sources.list.d/raspi.list deb

Re: list installed packages present only in stable

2016-11-03 Thread David Wright
On Thu 03 Nov 2016 at 14:46:05 (+0100), to...@tuxteam.de wrote: > On Thu, Nov 03, 2016 at 02:29:07PM +0100, steve wrote: > > Le 03-11-2016, à 13:58:49 +0100, to...@tuxteam.de a écrit : > > > > >On Thu, Nov 03, 2016 at 01:51:54PM +0100, steve wrote: > > >>Le 03-11-2016, à 12:45:46 +0100,

Re: list installed packages present only in stable

2016-11-03 Thread steve
>Thanks. That's for your Debian Jessie boxes. Is that the same for your >Raspbian box? cat sources.list deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi and cat sources.list.d/raspi.list deb http://archive.raspberrypi.org/debian/ jessie main ui Hm. So my

Re: list installed packages present only in stable

2016-11-03 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Nov 03, 2016 at 02:29:07PM +0100, steve wrote: > Le 03-11-2016, à 13:58:49 +0100, to...@tuxteam.de a écrit : > > >On Thu, Nov 03, 2016 at 01:51:54PM +0100, steve wrote: > >>Le 03-11-2016, à 12:45:46 +0100, to...@tuxteam.de a écrit : > >> >

Re: list installed packages present only in stable

2016-11-03 Thread steve
Le 03-11-2016, à 13:58:49 +0100, to...@tuxteam.de a écrit : On Thu, Nov 03, 2016 at 01:51:54PM +0100, steve wrote: Le 03-11-2016, à 12:45:46 +0100, to...@tuxteam.de a écrit : >Just wondering: what's the respective content of the /etc/apt/sources.list >and children? deb

Re: list installed packages present only in stable

2016-11-03 Thread Jonathan Dowland
On Wed, Nov 02, 2016 at 10:16:03PM -0400, kamaraju kusumanchi wrote: > Not sure if you read the entire thread, I ended up writing a script to > do this now. So, if you want to see packages that are currently > installed on your system but not part of jessie, you can do the > following. Thanks, I

Re: list installed packages present only in stable

2016-11-03 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Nov 03, 2016 at 01:51:54PM +0100, steve wrote: > Le 03-11-2016, à 12:45:46 +0100, to...@tuxteam.de a écrit : > > >Just wondering: what's the respective content of the /etc/apt/sources.list > >and children? > > deb

Re: list installed packages present only in stable

2016-11-03 Thread steve
Le 03-11-2016, à 12:45:46 +0100, to...@tuxteam.de a écrit : Just wondering: what's the respective content of the /etc/apt/sources.list and children? deb http://httpredir.debian.org/debian/ jessie main deb-src http://httpredir.debian.org/debian/ jessie main deb

Re: list installed packages present only in stable

2016-11-03 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Nov 03, 2016 at 10:58:32AM +0100, steve wrote: > Le 03-11-2016, à 18:40:57 +0900, Mark Fletcher a écrit : > > aptitude search ~Ajessie~i > > meet your needs? > > >>> > >>>No, it does not. When I ran that command it did not

Re: list installed packages present only in stable

2016-11-03 Thread steve
Le 03-11-2016, à 18:40:57 +0900, Mark Fletcher a écrit : >>aptitude search ~Ajessie~i >> >>meet your needs? >> > >No, it does not. When I ran that command it did not produce any >output. What is it supposed to do? I'm with Kamaraju on this, zero output. I also tried quoting the search string

Re: list installed packages present only in stable

2016-11-03 Thread Mark Fletcher
On Thu, Nov 03, 2016 at 08:36:59AM +0100, steve wrote: > Le 02-11-2016, à 22:25:53 -0400, kamaraju kusumanchi a écrit : > > >>does > >> > >>aptitude search ~Ajessie~i > >> > >>meet your needs? > >> > > > >No, it does not. When I ran that command it did not produce any > >output. What is it

Re: list installed packages present only in stable

2016-11-03 Thread steve
Le 02-11-2016, à 22:25:53 -0400, kamaraju kusumanchi a écrit : does aptitude search ~Ajessie~i meet your needs? No, it does not. When I ran that command it did not produce any output. What is it supposed to do? I get this as an output (first few in French, sorry): i ant -

Re: list installed packages present only in stable

2016-11-02 Thread kamaraju kusumanchi
On Wed, Nov 2, 2016 at 6:45 AM, steve wrote: > Hi Kamaraju, > > Le 23-10-2016, à 20:48:46 -0400, kamaraju kusumanchi a écrit : > >> How can I list all the packages installed on my system that are >> currently part of the stable distribution but not present in either >> testing

Re: list installed packages present only in stable

2016-11-02 Thread kamaraju kusumanchi
On Wed, Nov 2, 2016 at 6:16 AM, Jonathan Dowland wrote: > On Sun, Oct 23, 2016 at 08:48:46PM -0400, kamaraju kusumanchi wrote: >> How can I list all the packages installed on my system that are >> currently part of the stable distribution but not present in either >> testing or

Re: list installed packages present only in stable

2016-11-02 Thread steve
Hi Kamaraju, Le 23-10-2016, à 20:48:46 -0400, kamaraju kusumanchi a écrit : How can I list all the packages installed on my system that are currently part of the stable distribution but not present in either testing or sid? does aptitude search ~Ajessie~i meet your needs?

Re: list installed packages present only in stable

2016-11-02 Thread Jonathan Dowland
On Sun, Oct 23, 2016 at 08:48:46PM -0400, kamaraju kusumanchi wrote: > How can I list all the packages installed on my system that are > currently part of the stable distribution but not present in either > testing or sid? This is a good question (sorry I don't have the answer here). I recently

Re: list installed packages present only in stable

2016-11-01 Thread kamaraju kusumanchi
On Sun, Oct 23, 2016 at 8:48 PM, kamaraju kusumanchi wrote: > How can I list all the packages installed on my system that are > currently part of the stable distribution but not present in either > testing or sid? > > For example, libkasten2okteta1controllers1abi1

Re: list installed packages present only in stable

2016-10-29 Thread Rick Thomas
On Oct 23, 2016, at 5:48 PM, kamaraju kusumanchi wrote: > How can I list all the packages installed on my system that are > currently part of the stable distribution but not present in either > testing or sid? try something like this aptitude -F ‘%p' search '~i'

Re: list installed packages present only in stable

2016-10-26 Thread Michael Lange
On Wed, 26 Oct 2016 08:16:56 -0400 kamaraju kusumanchi wrote: > But now I find that my system has lots of packages from Jessie which > are no longer present in either Stretch or Sid. I would like get a > list of all such packages and decide if I want to remove them.

Re: list installed packages present only in stable

2016-10-26 Thread Frank
Op 26-10-16 om 14:16 schreef kamaraju kusumanchi: But now I find that my system has lots of packages from Jessie which are no longer present in either Stretch or Sid. I would like get a list of all such packages and decide if I want to remove them. This isn't a complete answer to that, because

Re: list installed packages present only in stable

2016-10-26 Thread kamaraju kusumanchi
On Wed, Oct 26, 2016 at 5:15 AM, Michael Lange wrote: > On Tue, 25 Oct 2016 23:36:02 -0400 > > Hmmm... > Here I get: > $ apt-show-versions -b | grep "\" > python3.4:amd64/jessie > python3.4-minimal:amd64/jessie > > What does apt-cache say about python3.4? Here I

Re: list installed packages present only in stable

2016-10-26 Thread Michael Lange
On Tue, 25 Oct 2016 23:36:02 -0400 kamaraju kusumanchi wrote: > Thanks for the script. But I do not think it does what I want. For > example, currently there is a python3.4 package installed on my > system. > > % dpkg -l python3.4 | cut -c 1-72 >

Re: list installed packages present only in stable

2016-10-25 Thread kamaraju kusumanchi
On Tue, Oct 25, 2016 at 1:49 PM, Michael Lange wrote: > > Nice. After these suggestions I hastily put together a small python > script, that might come close to what Raju wants: > > #!/usr/bin/python > > from commands import getoutput > > allpkgs =

Re: list installed packages present only in stable

2016-10-25 Thread Michael Lange
On Tue, 25 Oct 2016 11:24:00 -0400 Cindy-Sue Causey wrote: > Oooohhh, shiny new toy that I just found because of you. This came via > "man apt-show-versions": > > To upgrade all packages in testing: > >apt-get install `apt-show-versions -u -b | grep

Re: list installed packages present only in stable

2016-10-25 Thread Cindy-Sue Causey
On 10/23/16, kamaraju kusumanchi wrote: > How can I list all the packages installed on my system that are > currently part of the stable distribution but not present in either > testing or sid? > > For example, ibkasten2okteta1controllers1abi1 libkasten2okteta1gui1 >

list installed packages present only in stable

2016-10-23 Thread kamaraju kusumanchi
How can I list all the packages installed on my system that are currently part of the stable distribution but not present in either testing or sid? For example, ibkasten2okteta1controllers1abi1 libkasten2okteta1gui1 are currently part of stable, but not present in either testing or sid. The