View Single Post
Posts: 252 | Thanked: 252 times | Joined on Nov 2009
#484
Originally Posted by jozeph View Post
Please, help me! I forgot my config password. When I re-install this application I still not able to configure it. There is some hidden files that contains the configuration. Anyone can help me to restore config-password or access config GUI to get this application working again?
Look two posts up You may try this approach at your own risk. None of these commands should be dangerous to run, but be on the safe side and perform a backup first, just in case.

Code:
sudo gainroot
killall imhere-0.3
rm /var/lib/dpkg/info/imhere-0.3.prerm
rm /var/lib/dpkg/info/imhere-0.3.postinst
dpkg --purge --force-remove-reinstreq imhere-0.3
I have added this to the I Am Here wiki page as well, since it might be a bit tedious to find this solution in the (soon) 50 page long thread.