Page 1 of 1

uninstall xnview (linux)

Posted: Fri Dec 02, 2005 10:00 pm
by martin
<Moderator's note: This topic has been moved>

Hello,
I want to uninstall XnView, but it isn't possible. There (in Terminal) is an error mesage that XnView doesn't exist... but it exists! (I have Fedora Core 4.)

Do you have an idea? How to uninstall XnView?

Thanks,
Martin

Posted: Sat Dec 03, 2005 6:23 pm
by Remi
How did you install it ?

If you install the RPM, simply :

Code: Select all

rpm -e XnView
or

Code: Select all

yum remove XnView

Posted: Sun Dec 04, 2005 1:02 pm
by martin
It was installed by

Code: Select all

rpm -Uvh XnView-static-fc4.i386.rpm
I tried uninstall XnView with

Code: Select all

rpm -e xnview
but in Terminal was a message that xnview isn't installed...

If I type

Code: Select all

yum remove XnView
it create a message:

Code: Select all

yum remove xnview
Repository updates-released is listed more than once in the configuration
Repository base is listed more than once in the configuration
Setting up Remove Process
No Match for argument: xnview
No Packages marked for removal

uninstall

Posted: Sun Dec 04, 2005 11:48 pm
by jdautz
perhaps : --rebuilddb ??

Posted: Mon Dec 05, 2005 7:32 pm
by Remi
rpm and yum are case sensitive.

So

Code: Select all

rpm -e XnView
not

Code: Select all

rpm -e xnview

Posted: Sat Dec 10, 2005 3:06 pm
by martin
:D Thank you!