Click to See Complete Forum and Search --> : Debian: apt-get dist-upgrade error question.


Gimpy
01-11-2001, 05:00 PM
Installed Debian 2.1. Did apt-get update, then apt-get install apt, then apt-get dist-upgrade. After about 24 hours of downloading, it comes up with a message that says it couldn't early remove lib.pam. My daughter's report over the phone. I had her type in apt-get dist-upgrade again and she got the same message. Is there an apt-get --f install option or something to get around this problem?
thanks for your help.

manux
01-11-2001, 05:13 PM
there is. type apt-get (with no options) it'll display a list of options to choose from

rod
01-11-2001, 05:25 PM
If the problem is 'libpam0g' remove it by running the command dpkg --purge libpam0g. Followed by apt-get -f install.


I have had this same problem in the past and after removing libpam0g all went fairly well. Hope this helps.

Regards,
Rod

[This message has been edited by rod (edited 11 January 2001).]

ColdPack
01-11-2001, 07:02 PM
Also, apt-get -f dist-upgrade.

------------------
What if everything is an illusion and nothing exists? In that case, I
definitely overpaid for my carpet.
-- Woody Allen, "Without Feathers"

Gimpy
01-12-2001, 11:07 AM
Rod,
Thanks I just saw your post.
I'll try:
dpkg --purge libpam0g then
apt-get -f install
when I get back home.

I also did a search on libpam0g and found a response you gave to Valhalla back in July on this same error message he was getting.
Thanks for your help.