I downloaded and installed the 32-bit nixnote package from sourceforge. It was 1.4 version .deb package download, and when I clicked on it, software center opened, and I installed through software center. But when I tried to find it to uninstall, it is nowhere to be found in Software Center. I do I uninstall it then?
Asked
Active
Viewed 2,863 times
1
-
Check out this link : http://askubuntu.com/questions/1143/how-can-i-uninstall-software?rq=1 – Mukund Jan 06 '13 at 21:00
3 Answers
0
Open a terminal and uninstall it with
sudo dpkg -r nixnote2
or
sudo apt-get remove nixnote2
because the package name has been changed.

BeastOfCaerbannog
- 14,585

Parth Patel
- 101