Installed Roadnav, found it useless, can't remove it.
Installed RoadNav and found it useless. "uninstall" doesn't list it as an application. Locating the RoadNav folder in "usr" "shared" doesn't allow sending it to trash. How can I uninstall or otherwise delete it.
73,
Alden (<email address hidden>)
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Bhavani Shankar
- Solved:
- 2008-09-08
- Last query:
- 2008-09-08
- Last reply:
- 2008-09-08
Hi, Alden.
How did you install it? Did you use a command, like:
sudo apt-get install roadnav
Or did you find it in Synaptic?
|
#2 |
From here
http://
It seems that you have downloaded a deb
if so,
sudo apt-get remove roadnav
Or
sudo apt-get install checkinstall
cd source-directory/
./configure
make
sudo checkinstall
sudo dpkg -r program ( to remove )
Or
cd source-directory/
make
sudo make install
sudo make uninstall (to remove)
Regards
Alden (arbartlett) said : | #3 |
Thanks Bhavani Shankar, that solved my question.