Re: Permanent Fave: apt-show-versions -u (Was: help in purging old packages)

2015-02-10 Thread songbird
Cindy-Sue Causey wrote: ... > One easy daily to-do list check off for me these days is: > > $ apt-get update > $ apt-show-versions -u this list includes things you've held or pinned. since you are on dialup have you tried debdelta (and explicitly debdelta-upgrade)? it helps at times. even n

Permanent Fave: apt-show-versions -u (Was: help in purging old packages)

2015-02-10 Thread Cindy-Sue Causey
me.. Happy Debian'ing out there.. :) Cindy :) -- Cindy-Sue Causey Talking Rock, Pickens County, Georgia, USA * runs with plastic sporks * -- Forwarded message -- From: Bob Proulx Date: Sat, 10 Jan 2015 15:40:14 -0700 Subject: Re: help in purging old packages To: debian-use

Re: help in purging old packages

2015-01-14 Thread Andrei POPESCU
on are still > >present from etch, lenny, and squeeze.  What I would like to know is how > >can I purge all such packages using dpkg?  I can not seem to find how to > >select just those old packages for purging. Can those who know about this > >please help?

Re: help in purging old packages

2015-01-11 Thread lina
on are still present from > etch, lenny, and squeeze. What I would like to know is how can I purge all > such packages using dpkg? I can not seem to find how to select just those > old packages for purging. Can those who know about this please help? > > Thanks. -- To UNSUBSCRIBE

Re: help in purging old packages

2015-01-10 Thread Cindy-Sue Causey
On 1/10/15, Bob Proulx wrote: > > If you are an apt-get command line person (like I am) instead of the > aptitude methods already mentioned then you can use apt-show-versions > to show you what is installed but no longer has an install candidate. > > apt-show-versions | grep -v uptodate > > Pack

Re: help in purging old packages

2015-01-10 Thread Bob Proulx
can not seem to find how to select just those > old packages for purging. Can those who know about this please help? If you are an apt-get command line person (like I am) instead of the aptitude methods already mentioned then you can use apt-show-versions to show you what is installed but n

Re: help in purging old packages

2015-01-09 Thread Gary Dale
using dpkg? I can not seem to find how to select just those old packages for purging. Can those who know about this please help? Thanks. Check out aptitude autoclean and aptitude clean. Or you can install deborphan. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a

Re: help in purging old packages

2015-01-09 Thread Hans
> If you want to purge all packages which have been uninstalled but for > which configuration remains: aptitude purge ?config-files > > If you want to purge all packages which are installed but which no > longer have a candidate in debian: aptitude purge ?obsolete > > If you want to purge all pa

Re: help in purging old packages

2015-01-09 Thread Darac Marjal
like to know is how >can I purge all such packages using dpkg?  I can not seem to find how to > select just those old packages for purging. Can those who know about this >please help? If you want to purge all packages which have been uninstalled but for which configuration remains

help in purging old packages

2015-01-09 Thread Comer Duncan
just those old packages for purging. Can those who know about this please help? Thanks.

Re: where are the old packages (supersceded?)

2014-05-20 Thread Phi Debian
Hi Wanderer, On Tue, May 20, 2014 at 5:54 PM, The Wanderer wrote: > If you got it from the official Debian package repositories at some > point in the past, then that version of the package should be available > through snapshot.debian.org. > > You may have to dig a bit, but it should be there.

Re: where are the old packages (supersceded?)

2014-05-20 Thread The Wanderer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 05/20/2014 11:46 AM, Phi Debian wrote: > Hi All, > > I am looking for the kernel debug info package for uname like this > (from a crash, don't have the system at hand) > > 3.2.0-4-686-pae (debian-ker...@lists.debian.org) (gcc version 4.6.3 (Deb

where are the old packages (supersceded?)

2014-05-20 Thread Phi Debian
Hi All, I am looking for the kernel debug info package for uname like this (from a crash, don't have the system at hand) 3.2.0-4-686-pae (debian-ker...@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.46-1\012" Where can I find a package (.deb) named like this linux-im

Re: Does apt keep old packages?

2008-08-09 Thread Paul Johnson
On Thu, 2008-08-07 at 14:32 +0200, Aniruddha wrote: > On Thu, 2008-08-07 at 09:26 -0300, Eduardo M KALINOWSKI wrote: > > Aniruddha escreveu: > > > Unfortunately I have a fresh install, does > > > this mean I can't install an older package? > > > > > > > You should be able to find them at http:/

Re: Does apt keep old packages?

2008-08-07 Thread Ron Johnson
On 08/07/08 06:07, Aniruddha wrote: On Thu, 2008-08-07 at 05:55 -0500, Ron Johnson wrote: locate | grep deb$ Thanks for the tip. If I am not mistaken this command shows which packages you have in cache. Unfortunately I have a fresh install, does this mean I can't install an older package?

Re: Does apt keep old packages?

2008-08-07 Thread Aniruddha
On Thu, 2008-08-07 at 09:26 -0300, Eduardo M KALINOWSKI wrote: > Aniruddha escreveu: > > Unfortunately I have a fresh install, does > > this mean I can't install an older package? > > > > You should be able to find them at http://snapshot.debian.net/ . > > Thanks! This is exactly what I was

Re: Does apt keep old packages?

2008-08-07 Thread Eduardo M KALINOWSKI
Aniruddha escreveu: Unfortunately I have a fresh install, does this mean I can't install an older package? You should be able to find them at http://snapshot.debian.net/ . -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Does apt keep old packages?

2008-08-07 Thread Aniruddha
On Thu, 2008-08-07 at 05:55 -0500, Ron Johnson wrote: > locate | grep deb$ > Thanks for the tip. If I am not mistaken this command shows which packages you have in cache. Unfortunately I have a fresh install, does this mean I can't install an older package? > ~$ locate fglrx-driver | grep deb$

Re: Does apt keep old packages?

2008-08-07 Thread Ron Johnson
On 08/07/08 05:31, Aniruddha wrote: Hi, I can't find old versions of software packages in apt. Does this mean they are removed? And if they are removed what is the best way to install older versions in Debian? $ locate | grep deb$ -- Ron Johnson, Jr. Jefferson LA USA Scientists are people,

Does apt keep old packages?

2008-08-07 Thread Aniruddha
Hi, I can't find old versions of software packages in apt. Does this mean they are removed? And if they are removed what is the best way to install older versions in Debian? Regards, Aniruddha -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [E

Re: old packages

2007-09-01 Thread Davide Mancusi
that there was a site somewhere that had all the old packages that had gone away from the official repository, cant find it by googling though (maby because it doesnt exist and my memory is making a joke out of me :-) ). TIA Oli This is a FAQ, I feel. Check http:/snapshot.debian.net/ Davide

old packages

2007-09-01 Thread Olafur Jens Sigurdsson
had all the old packages that had gone away from the official repository, cant find it by googling though (maby because it doesnt exist and my memory is making a joke out of me :-) ). TIA Oli -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl

Re: old packages

2007-02-28 Thread Paul Johnson
Petra Kabayo wrote: > Is there any place I can get old packages? Like for example, the latest > stable mysql-server package is 4.1.11a-4sarge7. Where can I get 4.1.11a-4? > or older versions? Have you taken a look at snapshot.debian.net to see if it's in the archives? --

Re: old packages

2007-02-28 Thread Mike McCarty
Roberto C. Sanchez wrote: On Tue, Feb 27, 2007 at 09:59:09PM -0800, Petra Kabayo wrote: Thanks! I just wanted to compare the MySql banners. The banner for -4sarge7 is 4.1.11-Debian_4sarge7. Need to verify if the banner for -4 would be something like 4.1.11-Debian_4. For vulnerability checking

Re: old packages

2007-02-27 Thread Roberto C. Sanchez
On Tue, Feb 27, 2007 at 09:59:09PM -0800, Petra Kabayo wrote: > Thanks! I just wanted to compare the MySql banners. The banner for -4sarge7 > is 4.1.11-Debian_4sarge7. Need to verify if the banner for -4 would be > something like 4.1.11-Debian_4. For vulnerability checking relying on banners. >

Re: old packages

2007-02-27 Thread Petra Kabayo
ue, Feb 27, 2007 at 08:56:44PM -0800, Petra Kabayo wrote: > Is there any place I can get old packages? Like for example, the latest > stable mysql-server package is 4.1.11a-4sarge7. Where can I get 4.1.11a-4? or > older versions? > You can get older packages at http://snapshot.deb

Re: old packages

2007-02-27 Thread Roberto C. Sanchez
On Tue, Feb 27, 2007 at 08:56:44PM -0800, Petra Kabayo wrote: > Is there any place I can get old packages? Like for example, the latest > stable mysql-server package is 4.1.11a-4sarge7. Where can I get 4.1.11a-4? or > older versions? > You can get older pack

old packages

2007-02-27 Thread Petra Kabayo
Is there any place I can get old packages? Like for example, the latest stable mysql-server package is 4.1.11a-4sarge7. Where can I get 4.1.11a-4? or older versions? Thanks! - Sucker-punch spam with award-winning protection. Try the free Yahoo! Mail

Re: Old packages

2006-02-14 Thread Edward Shornock
On Tue, Feb 14, 2006 at 07:59:50PM -0500, Bernard Fay wrote: > Hello group, > > Where can I find old version of packages? [...] http://snapshot.debian.net signature.asc Description: Digital signature

Re: Old packages

2006-02-14 Thread Paul Johnson
On Tuesday 14 February 2006 16:59, Bernard Fay wrote: > Hello group, > > Where can I find old version of packages? http://archive.debian.net/ -- Paul Johnson Email and IM (XMPP & Google Talk): [EMAIL PROTECTED] Jabber: Because it's time to move forward http://ursine.ca/Ursine:Jabber -- To UN

Old packages

2006-02-14 Thread Bernard Fay
Hello group, Where can I find old version of packages? I use a Matrox P750 video card and the oldest xorg version supported is 6.8.2. The upgrade installed 6.9.0 which is to recent for the Matrox driver therefore I need to downgrade xserver-xorg. Thanks, Bernard -- To UNSUBSCRIBE, email

Re: Re: Old packages archive

2002-10-25 Thread Colin Watson
On Fri, Oct 25, 2002 at 07:27:12AM -0400, Andy Saxena wrote: > On Fri, Oct 25, 2002 at 07:08:16AM -0400, Andy Saxena wrote: > > Thanks for the immediate response, Colin. > > > > I am looking for X includes to build Kapital, since the Debian package > > they offer is for Woody. I thought they might

Re: Old packages archive

2002-10-25 Thread Andy Saxena
On Fri, Oct 25, 2002 at 07:08:16AM -0400, Andy Saxena wrote: > Thanks for the immediate response, Colin. > > I am looking for X includes to build Kapital, since the Debian package > they offer is for Woody. I thought they might be in the xlibs-dev > package. However, I am running the 4.1.0-17 vers

Re: Old packages archive

2002-10-25 Thread Andy Saxena
On Fri, Oct 25, 2002 at 11:44:06AM +0100, Colin Watson wrote: > On Fri, Oct 25, 2002 at 06:36:41AM -0400, Andy Saxena wrote: > > I believe somebody had setup an archive of all the old packages that > > come through Sid. > > > > Could somebody please poi

Re: Old packages archive

2002-10-25 Thread Colin Watson
On Fri, Oct 25, 2002 at 06:36:41AM -0400, Andy Saxena wrote: > I believe somebody had setup an archive of all the old packages that > come through Sid. > > Could somebody please point me to the URL? http://snapshot.debian.net/ Cheers, -- Colin Watson

Old packages archive

2002-10-25 Thread Andy Saxena
I believe somebody had setup an archive of all the old packages that come through Sid. Could somebody please point me to the URL? Thanks, Andy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Old packages?

2001-05-13 Thread Colin Watson
Rüdiger Kuhlmann <[EMAIL PROTECTED]> wrote: >Is there any place where one can download not-most-recent versions >of unstable packages? Not really, although some not-quite-recent versions might be kept around due to being the versions in testing. The disk space required to keep multiple old version

Old packages?

2001-05-13 Thread Rüdiger Kuhlmann
Hi! Is there any place where one can download not-most-recent versions of unstable packages? Yours, Rüdiger. -- A "No" uttered from deepest conviction is better and greater than a "Yes" merely uttered to please, or what is worse, to avoid trouble. -- Mahatma Ghandi

Re: Old packages between upgrades

2000-09-13 Thread Rino Mardo
On Tue, Sep 12, 2000 at 01:31:25PM +0200 or thereabouts, Julio Merino wrote: > Hi all, > > I have a question about upgrading the system. > > When I upgraded some time ago from slink to potato and then woody, I > had a package, ncurses3.4 installed on the system... This package is > old, but it's

Re: Old packages between upgrades

2000-09-12 Thread Eric G . Miller
Unfortunately, it's hard to catch those old libraries and cruft. I know at least two programs that are helpful. 'deborphan' and 'cruft'. I've had good luck with deborphan identifying unused libs. Careful though, just don't remove everything it lists ;) I haven't really used cruft ... On Tue, Se

Old packages between upgrades

2000-09-12 Thread Julio Merino
Hi all, I have a question about upgrading the system. When I upgraded some time ago from slink to potato and then woody, I had a package, ncurses3.4 installed on the system... This package is old, but it's not replaced with libncurses4 or libncurses5. So, I simply erased it without any dependenc

Re: Installing old packages

2000-03-27 Thread Joey Hess
Colin Watson wrote: > [EMAIL PROTECTED] (Matheson) wrote: > >I can't get the new version of WindowMaker to work, but I was wondering > >if there was a way to install the old version (the one on the CD of > >Debian Slink). Is this possible? > > How about: > > dpkg --force-downgrade -i oldpackag

Re: Installing old packages

2000-03-23 Thread Colin Watson
[EMAIL PROTECTED] (Matheson) wrote: >I can't get the new version of WindowMaker to work, but I was wondering >if there was a way to install the old version (the one on the CD of >Debian Slink). Is this possible? How about: dpkg --force-downgrade -i oldpackage.deb -- Colin Watson

Installing old packages

2000-03-23 Thread Matheson
Hey, I can't get the new version of WindowMaker to work, but I was wondering if there was a way to install the old version (the one on the CD of Debian Slink). Is this possible? Thanks, Cameron Matheson

Re: Old Packages?

1998-12-07 Thread J.H.M. Dassen \(Ray\)
On Mon, Dec 07, 1998 at 14:18:51 +0100, Stef Hoesli Wiederwald wrote: > I use Debian 1.3.1. Are there ftp Servers who still carry the old libc5 > Packages I need? Quoting http://www.debian.org/ : :Old versions of Debian : :Debian 1.3 (codenamed Bo) can be found at :ftp://ftp.infodrom.north.de/pub/

Old Packages?

1998-12-07 Thread Stef Hoesli Wiederwald
I use Debian 1.3.1. Are there ftp Servers who still carry the old libc5 Packages I need? Stef