View Single Post
Posts: 230 | Thanked: 302 times | Joined on Oct 2009 @ Helsinki, Suomi (Finland)
#469
Originally Posted by Vromoth View Post
Ok guys, I've found the problem. I tried to update from 9.4 to 9.6 without uninstalling 9.4. Thankfuly it did not MALF my phone, apparently it failed to install. Or so the application manager says. So this whole time fastern9 has not been running. Better than having to reflash though. The problem now is that i can't uninstall what's left of 9.4. Any terminal command that would remove it?
To remove some installed package completely:

Code:
# apt-get --purge remove <packagename>
In this particular case I guess the package name would be fastern9, but you can check it with:

Code:
 $ dpkg -l | grep fastern9
Another way to purge packages, if the first method fails is to use:

Code:
# dpkg -P <packagename>
If there's some dependency problems (package doesn't remove cleanly), then:

Code:
# apt-get -f install
..and trying again might help.
 

The Following 6 Users Say Thank You to ladoga For This Useful Post: