View Single Post
Posts: 36 | Thanked: 9 times | Joined on Apr 2010 @ Phoenix, Arizona
#32
Hello,

A combination of all this advise allowed me to remove it. I couldn't remove it in x-term with sudo gainroot, I had to use root.

root

sed -i 's/bash/sh/g' /var/lib/dpkg/info/catblock.prerm

sed -i 's/bash/sh/g' /var/lib/dpkg/info/catblock.postinst

rm /var/lib/dpkg/info/catblock.prerm

rm /var/lib/dpkg/info/catblock.*inst

apt-get purge catblock

It is now gone
 

The Following 3 Users Say Thank You to jbscurtis For This Useful Post: