Re: apt-get dselect-upgrade

2004-07-07 Thread Brian Nelson
Sam Halliday [EMAIL PROTECTED] writes: well i could easily use aptitude to purge packages... but since that is a pain if i have more than 5 packages which i uninstalled, i'd prefer to use a scripted approach. Start aptitude, move the cursor down to Not Installed Packages, type _, and then

Re: apt-get dselect-upgrade

2004-07-05 Thread David Fokkema
. but i recently ran `apt-get dselect-upgrade` and it seems to have a memory of all apps i originally wanted to pull over... is there any way i can clear that list, as i would like to be able to use `apt-get dselect-upgrade` for other reasons (namely a script to purge all uninstalled apps

apt-get dselect-upgrade

2004-07-04 Thread Sam Halliday
hi there, when i first installed debian i tried to bring over my list of packages using `dpkg --set-selections`, but i ended up just using aptitude and starting afresh. but i recently ran `apt-get dselect-upgrade` and it seems to have a memory of all apps i originally wanted to pull over

Re: apt-get dselect-upgrade

2004-07-04 Thread Thomas Adam
--- Sam Halliday [EMAIL PROTECTED] wrote: but i recently ran `apt-get dselect-upgrade` and it seems to have a memory of all apps i originally wanted to pull over... is there any way i can Yes, that was meant to be run *after* you --set-selections! clear that list, as i would like

Re: apt-get dselect-upgrade

2004-07-04 Thread Sam Halliday
Thomas Adam wrote: Sam Halliday wrote: but i recently ran `apt-get dselect-upgrade` and it seems to have a memory of all apps i originally wanted to pull over... is there any way i can Yes, that was meant to be run *after* you --set-selections! yeah... i know, but at the time (2 weeks

Re: apt-get dselect-upgrade

2004-07-04 Thread Thomas Adam
--- Sam Halliday [EMAIL PROTECTED] wrote: may i ask how this would suggest that i have a broken system? i fail to see the reasoning. You said to purge all un-installed apps. I mis-read that. Mind you, it wasn't well written anyway. :) What you mean is, you remove'd a package but did not

Re: apt-get dselect-upgrade

2004-07-04 Thread Sam Halliday
not --purge? :-) but as a more general solution i'd just like to get my dpkg list to agree with the `apt-get dselect-upgrade` one. One suggestion I could make to you is an apt-get --reinstall install foo foo+ what would that achieve? i don't want to reinstall any applications, i just want

Re: apt-get dselect-upgrade

2004-07-04 Thread Thomas Adam
--- Sam Halliday [EMAIL PROTECTED] wrote: but as a more general solution i'd just like to get my dpkg list to agree with the `apt-get dselect-upgrade` one. It should just install those packages once you set the selections. yeah... i had considered doing that, but it seemed a one-liner

Re: apt-get dselect-upgrade

2004-07-04 Thread David Fokkema
On Sun, Jul 04, 2004 at 03:58:50PM +0100, Sam Halliday wrote: hi there, when i first installed debian i tried to bring over my list of packages using `dpkg --set-selections`, but i ended up just using aptitude and starting afresh. but i recently ran `apt-get dselect-upgrade` and it seems

Re: apt-get dselect-upgrade

2004-07-04 Thread Sam Halliday
David Fokkema wrote: Sam Halliday wrote: hi there, when i first installed debian i tried to bring over my list of packages using`dpkg --set-selections`, but i ended up just using aptitude and starting afresh. but i recently ran `apt-get dselect-upgrade` and it seems to have

Re: apt-get dselect-upgrade

2004-07-04 Thread dircha
Sam Halliday wrote: well i could easily use aptitude to purge packages... but since that is a pain if i have more than 5 packages which i uninstalled, i'd prefer to use a scripted approach. it's all too easy to type - instead of _, especially since _ on a packge will only - its dependencies. That

Verhalten von apt-get dselect-upgrade

2004-06-17 Thread Christoph Pleger
Hallo, Ich habe ein Problem mit dem Verhalten von apt-get dselect-upgrade: Auf einem meiner Rechner habe ich dpkg --set-selections eine Paketauswahl gesetzt und diese dann mit apt-get dselect-upgrade realisiert. Die Paketauswahl enthält unter anderem auch das Paket mozilla. Dieses wird beim

Re: apt-get dselect upgrade problems

2001-07-16 Thread Adam Heath
On Thu, 12 Jul 2001, Jürgen A. Erhard wrote: As I said, that's bullshit. You're right that dpkg's available file needs to be up to date... but only for dselect and for manual browsing (do that quite often myself). dpkg itself doesn't use it AFAIK. dpkg does. if you do dpkg -i foo.deb, it

Re: apt-get dselect upgrade problems

2001-07-16 Thread Jürgen A. Erhard
Adam == Adam Heath [EMAIL PROTECTED] writes: Adam On Thu, 12 Jul 2001, Jürgen A. Erhard wrote: As I said, that's bullshit. You're right that dpkg's available file needs to be up to date... but only for dselect and for manual browsing (do that quite often myself). dpkg itself

Re: apt-get dselect upgrade problems

2001-07-13 Thread Joost Kooij
On Thu, Jul 12, 2001 at 05:58:19PM -0400, John Covici wrote: But this doesn't solve my problem -- why am I getting errors which say no such file or directory -- its looking for a file which isn't there -- but why is it looking? If I look in the relevant directory at ftp.us.debian.org there is

Re: apt-get dselect upgrade problems

2001-07-13 Thread Graham Williams
Received Fri 13 Jul 2001 9:16pm +1000 from Joost Kooij: On Thu, Jul 12, 2001 at 05:58:19PM -0400, John Covici wrote: But this doesn't solve my problem -- why am I getting errors which say no such file or directory -- its looking for a file which isn't there Sorry not to have any useful

Re: apt-get dselect upgrade problems

2001-07-13 Thread Dave McCracken
--On Friday, July 13, 2001 22:37:02 +1000 Graham Williams [EMAIL PROTECTED] wrote: Quite a few times I've apt-get update. I then check to see which packages have been upgraded wrt my installation, then go to install them with apt-get install and the deb files are not there. Checking the

Re: apt-get dselect upgrade problems

2001-07-13 Thread Joost Kooij
-upgrade just now to be sure, and nowhere does it access /var/lib/dpkg/available). It *will* use dselect's package status file for checking which packages should be installed, but it always does this anyway (both apt-get upgrade and apt-get dselect-upgrade open /var/lib/dpkg/status, according

apt-get dselect upgrade problems

2001-07-12 Thread John Covici
I am trying to do apt-get dselect-upgrade and I am getting some missing files and indeed if I ftp to the debian site the files are not there -- but why do the package lists point to files which are not there? I am running woody here and here is the relevant portion of the output. 321 packages

Re: apt-get dselect upgrade problems

2001-07-12 Thread Joost Kooij
On Thu, Jul 12, 2001 at 09:12:41AM -0400, John Covici wrote: I am trying to do apt-get dselect-upgrade and I am getting some missing files and indeed if I ftp to the debian site the files are not there -- but why do the package lists point to files which are not there? I am running woody

Re: apt-get dselect upgrade problems

2001-07-12 Thread John Covici
I just did apt-get update before doing the upgrade -- how could they be out of date? On Thu, 12 Jul 2001, Joost Kooij wrote: On Thu, Jul 12, 2001 at 09:12:41AM -0400, John Covici wrote: I am trying to do apt-get dselect-upgrade and I am getting some missing files and indeed if I ftp

Re: apt-get dselect upgrade problems

2001-07-12 Thread Colin Watson
John Covici [EMAIL PROTECTED] wrote: I just did apt-get update before doing the upgrade -- how could they be out of date? 'apt-get update' only updates apt's available file, not dpkg's. 'dselect update' updates both. However, if you're using apt, then this shouldn't matter. It may just be that

Re: apt-get dselect upgrade problems

2001-07-12 Thread Joost Kooij
are upgrading in advance. Then, when you run install in dselect, it will do the apt-get dselect-upgrade for you. So if you stay in dselect the whole time, it is even less typing than with apt-get. Cheers, Joost I am trying to do apt-get dselect-upgrade and I am getting some missing files

Re: apt-get dselect upgrade problems

2001-07-12 Thread John Covici
I did a dselect update from within dselect but got the same missing packages as before when I did apt-get dselect-upgrade. I have not had any problems doing it this way before, but in the last two days its not working. Looking on the debian site, I cannot find an up to date binary for util

Re: apt-get dselect upgrade problems

2001-07-12 Thread Jürgen A. Erhard
available packages database. Bullshit. (Sorry, but I even did an strace on apt-get dselect-upgrade just now to be sure, and nowhere does it access /var/lib/dpkg/available). It *will* use dselect's package status file for checking which packages should be installed, but it always does this anyway

Re: apt-get dselect upgrade problems

2001-07-12 Thread aidanc
? Joost If you do a dselect-upgrade with apt-get, it will use the Joost dpkg available packages database. Bullshit. (Sorry, but I even did an strace on apt-get dselect-upgrade just now to be sure, and nowhere does it access /var/lib/dpkg/available). It *will* use dselect's

Re: apt-get dselect upgrade problems

2001-07-12 Thread John Covici
packages database. Bullshit. (Sorry, but I even did an strace on apt-get dselect-upgrade just now to be sure, and nowhere does it access /var/lib/dpkg/available). It *will* use dselect's package status file for checking which packages should be installed, but it always does this anyway

apt-get dselect-upgrade

1999-09-14 Thread Mirek Kwasniak
Hi, on one of my debian (potato) machines I have: $ apt-get dselect-upgrade Reading Package Lists... Done Building Dependency Tree... Done Segmentation fault (core dumped) apt-get upgrade works ok. How to cure/diagnose it. My versions: ii apt 0.3.12 Advanced front-end

Re: apt-get dselect-upgrade

1999-09-14 Thread ferret
I got this on my Slink machine running 2.3.17, no idea what caused it. 2.3.16 and 2.3.18 had no problem with the same .config used to compile. On Tue, 14 Sep 1999, Mirek Kwasniak wrote: Hi, on one of my debian (potato) machines I have: $ apt-get dselect-upgrade Reading Package Lists

Re: apt-get dselect-upgrade

1999-09-14 Thread Eric G . Miller
I was having this problem as well on a potato machine. I never found out what the problem was, but it somehow fixed itself. I don't think it had anything directly to do with apt-get or dpkg, but perhaps a bug in libc? Do an apt-get dist-updgrade and then play around with it again. One

Re: apt-get dselect-upgrade

1999-09-14 Thread Marcin Owsiany
On Tue, Sep 14, 1999 at 12:15:04PM +0200, Mirek Kwasniak wrote: Hi, on one of my debian (potato) machines I have: $ apt-get dselect-upgrade Reading Package Lists... Done Building Dependency Tree... Done Segmentation fault (core dumped) apt-get upgrade works ok. How to cure/diagnose