View Single Post
Posts: 64 | Thanked: 109 times | Joined on Mar 2010
#374
There are two file in repository:
http://repository.maemo.org/extras-d.../i/imhere-0.3/

I've analyzed imhere-0.3_0.3-1maemo0_armel.deb (package version: 0.3-1maemo0), but as use see in dpkg output you have imhere-0.3_0.3.1-1maemo0_armel.deb (package version: 0.3.1-1maemo0).
According to dpkg output the package name is imhere-0.3 for both version, which means the apt-get remove imhere-0.3 will work no matter which version of those you have.

Edit: The uninstallation procedure should be same for both version as they are checking for presence of same /etc/init.d/imhere-0.3.uninstall file.

So again invoke following commands:
Code:
killall imhere-0.3
touch /etc/init.d/imhere-0.3.uninstall 
apt-get remove --purge imhere-0.3

Last edited by mauron85; 2010-05-05 at 16:56.