1

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!

Veer Ubhayoo
  • 23
  • 1
  • 8

1 Answers1

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
  • 37,534