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

2015-02-10 Thread Cindy-Sue Causey
On 1/10/15, Bob Proulx b...@proulx.com 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

 Packages that match what are in the archive say uptodate.  The grep
 -v removes those lines.  What are left are all of the other
 interesting packages.  I will include a list from a system of mine for
 an example.  (And I guess I have some cleaning to do on my system.)

 With the list in hand you can then use judgement and purge them off.



Just finished running this one AGAIN, and decided to give it its 15
seconds of subject line fame for new users to see. Bob suggested this
to another Debian-User member not too long ago. It IMMEDIATELY became
a permanent part of my own Top 5 programs.

One easy daily to-do list check off for me these days is:

$ apt-get update
$ apt-show-versions -u

Example output from that run a few minutes ago under Sid is:

dbus:amd64/sid 1.8.14-2 upgradeable to 1.8.16-1
dbus-x11:amd64/sid 1.8.14-2 upgradeable to 1.8.16-1
libdbus-1-3:amd64/sid 1.8.14-2 upgradeable to 1.8.16-1
libldap-2.4-2:amd64/sid 2.4.40-3 upgradeable to 2.4.40-4
libmp3lame0:amd64/sid 3.99.5+repack1-5 upgradeable to 3.99.5+repack1-6

With each new output, I then hand pick what updates to control what
gets updated when. The necessary reason for that is because I'm
running at the speed of dialup. You have to control what happens
when.. :)

Thanks to apt-show-versions, my laptop now runs consistently with:

0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

k/t to Bob one more time for that great lead. It might have been
years, if ever, that I stumbled upon it otherwise. It's been a
*perfect*, very *_cognitively friendly_* tool for keeping my computer
100% up to date under my particular set of computing circumstances

Hope highlighting this helps someone else near as much as it has
helped 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 b...@proulx.com
Date: Sat, 10 Jan 2015 15:40:14 -0700
Subject: Re: help in purging old packages
To: debian-user@lists.debian.org

Comer Duncan wrote:
 I have a situation in which I am running wheezy 7.7 and for various reasons
 now want to purge all packages which for some reason 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?

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

Packages that match what are in the archive say uptodate.  The grep
-v removes those lines.  What are left are all of the other
interesting packages.  I will include a list from a system of mine for
an example.  (And I guess I have some cleaning to do on my system.)

With the list in hand you can then use judgement and purge them off.

Bob

Example:

$ apt-show-versions | grep -v -e uptodate -e bpo7
ddrescue 1.14-1 installed: No available version in archive
doc-linux-text 2008.08-1 installed: No available version in archive
foomatic-filters-ppds 1:4.0.4-3 installed: No available version in archive
kerneloops 0.12+git20090217-1 installed: No available version in archive
libarchive1 2.8.4.forreal-1+squeeze2 installed: No available version in archive
libdb4.8 4.8.30-2 installed: No available version in archive
liblzma2 5.0.0-2 installed: No available version in archive
libmozjs10d 10.0.12esr-1 installed: No available version in archive
libnotify1 0.5.0-2 installed: No available version in archive
libssl0.9.8 0.9.8o-4squeeze14 installed: No available version in archive
linux-image-2.6.32-5-686 2.6.32-48squeeze3 installed: No available
version in archive
powernowd 1.00-1.1 installed: No available version in archive
python2.5 2.5.5-11 installed: No available version in archive
python2.5-minimal 2.5.5-11 installed: No available version in archive
python3-dvdvideo 0.1 installed: No available version in archive
python3.1 3.1.3-1 installed: No available version in archive
python3.1-minimal 3.1.3-1 installed: No available version in archive
sun-java6-bin 6.26-0squeeze1 installed: No available version in archive
sun-java6-jre 6.26-0squeeze1 installed: No available version in archive


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAO1P-kDi6GMU1uhwtNZFkheq2zNTaDL0=mgekq1d-sjdd6m...@mail.gmail.com



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 now that i have a faster connection
i still use it when i see the MB of updates is
more than a few.


  songbird


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/scupqb-5n3@id-306963.user.uni-berlin.de



Re: help in purging old packages

2015-01-14 Thread Andrei POPESCU
On Vi, 09 ian 15, 16:54:39, Darac Marjal wrote:
 On Fri, Jan 09, 2015 at 11:23:17AM -0500, Comer Duncan wrote:
 Hi,
  
 I have a situation in which I am running wheezy 7.7 and for various
 reasons now want to purge all packages which for some reason 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?
 
aptitude search '?narrow(?installed,?not(?archive(^stable$)))'

If you are satisfied with the result replace 'search' with 'purge'.
 
 If you want to purge all packages which are installed and installable,
 but where the version is the same as in an earlier release... that's
 probably going to need some scripting :)

I must be misunderstanding something, but why would anyone want to 
remove those?

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
http://nuvreauspam.ro/gpg-transition.txt


signature.asc
Description: Digital signature


Re: help in purging old packages

2015-01-11 Thread lina
I used to

:/usr/lib$ ls -1 | sort

and used eyes to pick up these packages to purge.


On Sat, Jan 10, 2015 at 12:23 AM, Comer Duncan comer.dun...@gmail.com wrote:
 Hi,

 I have a situation in which I am running wheezy 7.7 and for various reasons
 now want to purge all packages which for some reason 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, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAG9cJmmuOQnwpTqgqB=soYm4-yfvEe=wsrk7iipz75rrtpy...@mail.gmail.com



Re: help in purging old packages

2015-01-10 Thread Bob Proulx
Comer Duncan wrote:
 I have a situation in which I am running wheezy 7.7 and for various reasons
 now want to purge all packages which for some reason 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?

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

Packages that match what are in the archive say uptodate.  The grep
-v removes those lines.  What are left are all of the other
interesting packages.  I will include a list from a system of mine for
an example.  (And I guess I have some cleaning to do on my system.)

With the list in hand you can then use judgement and purge them off.

Bob

Example:

$ apt-show-versions | grep -v -e uptodate -e bpo7
ddrescue 1.14-1 installed: No available version in archive
doc-linux-text 2008.08-1 installed: No available version in archive
foomatic-filters-ppds 1:4.0.4-3 installed: No available version in archive
kerneloops 0.12+git20090217-1 installed: No available version in archive
libarchive1 2.8.4.forreal-1+squeeze2 installed: No available version in archive
libdb4.8 4.8.30-2 installed: No available version in archive
liblzma2 5.0.0-2 installed: No available version in archive
libmozjs10d 10.0.12esr-1 installed: No available version in archive
libnotify1 0.5.0-2 installed: No available version in archive
libssl0.9.8 0.9.8o-4squeeze14 installed: No available version in archive
linux-image-2.6.32-5-686 2.6.32-48squeeze3 installed: No available version in 
archive
powernowd 1.00-1.1 installed: No available version in archive
python2.5 2.5.5-11 installed: No available version in archive
python2.5-minimal 2.5.5-11 installed: No available version in archive
python3-dvdvideo 0.1 installed: No available version in archive
python3.1 3.1.3-1 installed: No available version in archive
python3.1-minimal 3.1.3-1 installed: No available version in archive
sun-java6-bin 6.26-0squeeze1 installed: No available version in archive
sun-java6-jre 6.26-0squeeze1 installed: No available version in archive


signature.asc
Description: Digital signature


Re: help in purging old packages

2015-01-10 Thread Cindy-Sue Causey
On 1/10/15, Bob Proulx b...@proulx.com 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

 Packages that match what are in the archive say uptodate.  The grep
 -v removes those lines.  What are left are all of the other
 interesting packages.  I will include a list from a system of mine for
 an example.  (And I guess I have some cleaning to do on my system.)

 With the list in hand you can then use judgement and purge them off.


* I like it! *

When I first finally bought into the whole package deal (versus
rolling your own via compiling), I was using graphical interface. You
could visually flip through then toggle (via clicking checkboxes) what
packages to upgrade. Moving (permanently) to command line to perform
those actions, I lost that ability and just never pursued whether it
even existed in that [realm]. All you'd see there was yadda number of
packages need upgraded without knowing what all they were.

So I just installed your suggested apt-show-versions then ran the
command you (also) suggested. Zip. Blank. Zero. Yay!

Then I got to thinking. Been seeing things about things being frozen
and other about mirrors playing catchup *TODAY* so I ran apt-get
update then ran apt-show-versions again.

40. All presented in the format of:

apt/wheezy upgradeable from 0.9.7.9+deb7u6 to 0.9.7.9+deb7u7

And as a text list that I can see as a whole to be able to pick
through. That matters tremendously because this is all being done on
dialup. You only get to do basically one notable action at a time so
you have to orchestrate accordingly to get the most bang out of time
spent in front of the screen.. This is a PERFECT tool for that. :)

Cindy
-- 
Cindy-Sue Causey
Talking Rock, Pickens County, Georgia, USA

* runs with plastic sporks *


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/cao1p-kcszomwbkhu77cl5omwk8ezgwu3uysue7gzmpvxvy7...@mail.gmail.com



Re: help in purging old packages

2015-01-09 Thread Darac Marjal
On Fri, Jan 09, 2015 at 11:23:17AM -0500, Comer Duncan wrote:
Hi,
 
I have a situation in which I am running wheezy 7.7 and for various
reasons now want to purge all packages which for some reason 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?

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 packages which are installed and installable,
but where the version is the same as in an earlier release... that's
probably going to need some scripting :)

 
Thanks.


signature.asc
Description: Digital signature


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 packages which are installed and installable,
 but where the version is the same as in an earlier release... that's
 probably going to need some scripting :)
 

Also a good way:
Install package deborphan, then run
aptitude purge `deborphan --guess-all`.

Be carefull, what it wants do deinstall. However, I am using it regularly and 
it did not deinstall accidently a package, I did not want to be deinstalled.
Ok, might be, I was lucky. If it does, I would just reinstall it.

I suggest, just to take a look and then decide for yourself.

Best regards

Hans 


signature.asc
Description: This is a digitally signed message part.


help in purging old packages

2015-01-09 Thread Comer Duncan
Hi,

I have a situation in which I am running wheezy 7.7 and for various reasons
now want to purge all packages which for some reason 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.


Re: help in purging old packages

2015-01-09 Thread Gary Dale

On 09/01/15 11:23 AM, Comer Duncan wrote:

Hi,

I have a situation in which I am running wheezy 7.7 and for various 
reasons now want to purge all packages which for some reason 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.


Check out aptitude autoclean and aptitude clean. Or you can install 
deborphan.



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/54b04b87.1020...@torfree.net



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-image-3.2.0-4-686-pae_dbg_3.2.46-1

Any pointer appreciated.

Cheers,
Phi


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/cajor74hcgdhakoozboykjtuoq4cevhpmjbtjt-8tpbrq-zf...@mail.gmail.com



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 (Debian
  4.6.3-14) ) #1 SMP Debian 3.2.46-1\012
 
 Where can I find a package (.deb) named like this
 linux-image-3.2.0-4-686-pae_dbg_3.2.46-1
 
 Any pointer appreciated.

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.

- --
   The Wanderer

Secrecy is the beginning of tyranny.

A government exists to serve its citizens, not to control them.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJTe3qcAAoJEASpNY00KDJrFR4P/3HHsTn3gth2OoWNtwwft065
w5CFThoaKYK7jKV7sW/cTLxANo2ZNagmxzLxJMj6PKSuhOA/NPw5gJRrGQ6KpdHZ
YSZdJ+vMEQyOmkOi659guceM66i1+ttrpY92xGFSG7/SOsBVCOS3bk+SMAPLpBSk
GrXDdne7oGSsX4w8kMAWW5xowEo4mXSAGxM2IxHxcn1Q2z5cZ0pf1OP7vOJ+NWon
UErhBmyrdtiwqvLSaM+4W994bYRH0mSJ7TDkA+C0BfeoN/C21vooxmF2xLCO2vv7
23AHyvFiUMWdIBpT7Yi7sAp2QRsNxCpELjTvMPZXtkxw7CrXhkpP5tQrlE6ZXSgw
HGa0rrStU5y35Xek5qjlLaLzTuXJ2nUksgg2viohgC4EtHfuk1JqyP/kxbguaR0j
PbjFUHI7xaFphTmFeP0PkJ0iO9Ra9RSgXptE72LiVtZk+7EUWJEOghMsbegkDETp
GUV/evtHtMvDxRswWRHH5myA62Gtsnunds/I3ZlGYZ+t5dspXzhBj5iFSN3hrwA4
W4Eu9bVFl/NPYEGXbQmp6NdrWSrYLiUHOQpPRAFbgO0LYHRKBpD8NFsFTqrkVLkU
Gv3U7ChDkJPvndvIhSthd0Q1QI2Nb1uaEiHz+z5sDp1FxrxFZ+kM2AKaXGQsVr2J
KIi+1vxVFWfgBhcLAAJ9
=JRX1
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/537b7a9c.80...@fastmail.fm



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 wande...@fastmail.fm 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.

Right on !!!
http://snapshot.debian.org/archive/debian-security/20140101T163218Z/pool/updates/main/l/linux/

Didn't find the snapshot link from top debian.org, very good pointer indeed.

Cheers,
Phi


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/cajor74jv03hq2xdefxeo5bfiljz-usk6pmymq81730bneiz...@mail.gmail.com



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://snapshot.debian.net/ 

 Thanks! This is exactly what I was looking for :) Do you happen to know
 if this site is an official Debian project?

All official Debian project sites are *.debian.org.  The .net sites
aren't official, as far as I am aware of.

-- 
Paul Johnson
[EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


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 [EMAIL PROTECTED]



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 package | grep deb$

--
Ron Johnson, Jr.
Jefferson LA  USA

Scientists are people, too.  IOW, they also crave power, money,
respect, and influence, and they also fear for their jobs. Each
can be a healthy motivator, but each has the ability to turn a
good scientist into a bad one; and in some cases, they can turn
a good scientist into a charlatan.
http://thefutureofthings.com/book/3/the-bomb-that-never-was.html


--
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 package | 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$
 /var/cache/apt/archives/fglrx-driver_1%3a8-6-2_i386.deb

Regards,

Aniruddha



-- 
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 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 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 looking for :) Do you happen to know
if this site is an official Debian project?

Regards,

Aniruddha



-- 
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 Ron Johnson

On 08/07/08 06:07, Aniruddha wrote:

On Thu, 2008-08-07 at 05:55 -0500, Ron Johnson wrote:

locate package | 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?


That's a different question.  Which Eduardo ably answered.

--
Ron Johnson, Jr.
Jefferson LA  USA

Scientists are people, too.  IOW, they also crave power, money,
respect, and influence, and they also fear for their jobs. Each
can be a healthy motivator, but each has the ability to turn a
good scientist into a bad one; and in some cases, they can turn
a good scientist into a charlatan.
http://thefutureofthings.com/book/3/the-bomb-that-never-was.html


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




old packages

2007-09-01 Thread Olafur Jens Sigurdsson
Hey all

How do I get an old kernel header package that is no longer in the
repository?

I have kernel 2.6.17 and need the headers to compile some modules but
the headers for this kernel is not to be found in the official
repository any more but I seem to recal 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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: old packages

2007-09-01 Thread Davide Mancusi

Olafur Jens Sigurdsson ha scritto:

Hey all

How do I get an old kernel header package that is no longer in the
repository?

I have kernel 2.6.17 and need the headers to compile some modules but
the headers for this kernel is not to be found in the official
repository any more but I seem to recal 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

--
A tautology is a thing which is tautological.
--
Time flies like an arrow.  Fruit flies like a banana.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




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 relying on banners.




Well, you could have just asked :-)


I frequently find that questions get posted, not related to the
goal, but rather to the means. It's the same problem as trying
to get engineers to write Requirements instead of Design Posing
as Requirements.

The thinking seems to be...

Hmm, I need to get to X. A way to do that is by doing Y. But,
I don't know how to do Y. I'll ask everyone how to do Y.

Mike
--
p=p=%c%s%c;main(){printf(p,34,p,34);};main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I can explain it for you, but I can't understand it for you.
I speak only for myself, and I am unanimous in that!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




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?



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 Beta.

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 packages at http://snapshot.debian.net

But why?  The -4 has been updated 7 times (to -4sarge7) in order to fix
security bugs.

Regards,

-Roberto
-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Re: old packages

2007-02-27 Thread Petra Kabayo
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.

Roberto C. Sanchez [EMAIL PROTECTED] wrote:  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 packages at http://snapshot.debian.net

But why? The -4 has been updated 7 times (to -4sarge7) in order to fix
security bugs.

Regards,

-Roberto
-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com


  
-
Looking for earth-friendly autos? 
 Browse Top Cars by Green Rating at Yahoo! Autos' Green Center.  

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.
 

Well, you could have just asked :-)

By the way, checking for vulnerabilities based on banners is probably
not the best way to do it, unless you always run the pristine upstream
version.  The reason is that Debian patches lots of things.  If you are
interested in making sure your machine is secure, then your best bet is
to go ahead and subscribe to debian-security-announce (and
debian-security if you are that interested) and watch for DSAs (Debian
Security Announcements) to come out.

Regards,

-Roberto

-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


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 to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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


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 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  [[EMAIL PROTECTED]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




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 point me to the URL?
 
 http://snapshot.debian.net/
 

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 version of xlibs, hence the
need for the older packages.

Anyway, xlibs-dev isn't listed in
http://snapshot.debian.net/archive/pool/x/ . For that matter, I cannot
locate xlibs either. 

Could somebody please point me in the right direction?

Thanks,
Andy


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




SOLVED 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 version of xlibs, hence the
 need for the older packages.
 
 Anyway, xlibs-dev isn't listed in
 http://snapshot.debian.net/archive/pool/x/ . For that matter, I cannot
 locate xlibs either. 
 
 Could somebody please point me in the right direction?
 
 Thanks,
 Andy
 

I should've been looking at the xfree86 folder.

-Andy


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: SOLVED 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 be in the xlibs-dev
  package. However, I am running the 4.1.0-17 version of xlibs, hence the
  need for the older packages.
  
  Anyway, xlibs-dev isn't listed in
  http://snapshot.debian.net/archive/pool/x/ . For that matter, I cannot
  locate xlibs either. 
  
  Could somebody please point me in the right direction?
 
 I should've been looking at the xfree86 folder.

Yes, the pool is structured by source package name. However you could
just have gone to the main archive, since xfree86 4.1.0-17 is still in
testing.

Cheers,

-- 
Colin Watson  [[EMAIL PROTECTED]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




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?

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 versions around would be pretty large.

-- 
Colin Watson [EMAIL PROTECTED]



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
 really old, but it's not replaced with libncurses4 or
 libncurses5. So, I simply erased it without any dependency problem.
 
 My question is that how can all packages with the same problem as this
 be removed between upgrades ? Some are old or obsolete and the system
 doesn't requires them any more, but when you have -a lot- of packages
 installed, it is impossible to find which of this are.
 
 Thanks.

that's odd.  are you sure you did an update first before doing a dist-upgrade?

-- 

Who's watching the watchmen?

ICQ: 15096825



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
really old, but it's not replaced with libncurses4 or
libncurses5. So, I simply erased it without any dependency problem.

My question is that how can all packages with the same problem as this
be removed between upgrades ? Some are old or obsolete and the system
doesn't requires them any more, but when you have -a lot- of packages
installed, it is impossible to find which of this are.

Thanks.

-- 
Do you really think win is easy to use?

---
Juli-Manel Merino Vidal [EMAIL PROTECTED]
Running Debian GNU/Linux woody
---



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, Sep 12, 2000 at 01:31:25PM +0200, 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
 really old, but it's not replaced with libncurses4 or
 libncurses5. So, I simply erased it without any dependency problem.
 
 My question is that how can all packages with the same problem as this
 be removed between upgrades ? Some are old or obsolete and the system
 doesn't requires them any more, but when you have -a lot- of packages
 installed, it is impossible to find which of this are.
 
 Thanks.
 
 -- 
 Do you really think win is easy to use?
 
 ---
 Juli-Manel Merino Vidal [EMAIL PROTECTED]
 Running Debian GNU/Linux woody
 ---
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 

-- 
/bin/sh ~/.signature:
Command not found



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 oldpackage.deb

Downgrade is forced by default, dpkg -i oldpackage.deb will suffice.

-- 
see shy jo


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: 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   [EMAIL PROTECTED]


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


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/debian/dists/bo/ or
:http://debian.midco.net/debian/Archive/. 

HTH,
Ray
-- 
POPULATION EXPLOSION  Unique in human experience, an event which happened 
yesterday but which everyone swears won't happen until tomorrow.  
- The Hipcrime Vocab by Chad C. Mulligan