Thread
:
How to fix half-installed Application?
View Single Post
luketoh
2007-05-10 , 14:50
Posts: 372 | Thanked: 9 times | Joined on Mar 2007
#
10
OK, I managed to get it removed!
Whew
sudo gainroot
cd /var/lib/dpkg/
mv status status.bad
cp status-old status
then
apt-get clean
apt-get update
apt-get install zsh
which will hang...close Xterm
Open and sudo gainroot again
dpkg --configure -a
1) Go to /var/lib/dpkg/info
2) edit zsh.postrm. There are two lines in the script that cause problems:
a) remove-shell /bin/zsh
b) remove-shell /usr/bin/zsh
apt-get remove zsh
Did whatever was left in
http://www.internettablettalk.com/fo...ighlight=purge
That was indeed a crappy experience!!
Luke
Quote & Reply
|
luketoh
View Public Profile
Send a private message to luketoh
Find all posts by luketoh