[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Debian package insanity
- Subject: [ale] Debian package insanity
- From: jimpop at yahoo.com (Jim Popovitch)
- Date: Mon, 15 May 2006 16:35:46 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
Jason Day wrote:
> So, as near as I can determine, I need to uninstall xterm, but I can't
> uninstall it because it's not installed. And I can't reinstall it,
> because it uses a directory that's in xutils, which I also can remove
> because it doesn't seem to be installed either.
I would recommend you do this:
dpkg --purge --force-remove-reinstreq xterm
dpkg --purge --force-remove-reinstreq xbase-clients
dpkg --purge --pending
apt-get install xterm
apt-get install xbase-clients
> spiderman:/home/jday# aptitude install -f
Get rid of aptitude. (dpkg --purge aptitude). Use dselect instead.
hth,
-Jim P.