I have installed XNView Multi Platform in Ubuntu 17.10, Now I am sick of it, I want to permanently uninstall or remove it from my computer. Help!
Asked
Active
Viewed 1,380 times
1
-
How did you install it, via apt or make? – George Udosen Nov 14 '17 at 17:02
-
I have installed it using command on Terminal. sudo apt - get install xnview – Veer Ubhayoo Nov 14 '17 at 17:05
1 Answers
2
Since you used sudo apt-get install xnview
to install use this:
sudo apt-get purge xnview
to uninstall and get rid of all configuration files it created.

George Udosen
- 36,677