rpm installations in openSuse 11

Hello,
I get an error when trying to install a package in openSuse 11 via rpm application. Inspite of what the error message says, it was the first time the new package was installed.

In summary, when I first installed the package, it gave me an error indicating that it was already installed in addition to some permission problem with gvfs.

when i do a package query, the new package was installed. But when i try to uninstall it, i am told that it is not installed. But clearly a query of the packages indicate so. Now I have a package that I can’t get rid of.

I’ve did some research and found that that others have experienced this gvfs permission problem as well. I don’t know if this is a issue and whether it has been solved.

Any help would be greatly appreciated.

Below is the following sequence of commands on the console:

rpm -Uvh flash-plugin-10.0.12.36-release.i386.rpm

error: failed to stat /home/wt/.gvfs: Permission denied
Preparing… ########################################### [100%]
package flash-plugin-10.0.12.36-release is already installed

rpm -qa | grep -i flash-

flash-plugin-10.0.12.36-release
flash-player-9.0.124.0-10.1

rpm -e flash-plugin-10.0.12.36-release.i386.rpm

error: package flash-plugin-10.0.12.36-release.i386.rpm is not installed

rpm -qa | grep -i flash-

flash-plugin-10.0.12.36-release
flash-player-9.0.124.0-10.1

Hi
You need to uninstall what rpm tells you :slight_smile:


rpm -e flash-plugin-10.0.12.36-release


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.18-0.1-default
up 6:44, 1 user, load average: 0.18, 0.16, 0.11
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.80

You are right. When I typed in …

rpm -e flash-plugin-10.0.12.36-release

error: failed to stat /home/wt/.gvfs: Permission denied

I am still getting the same gvfs permission problem. Any suggestion?

Hi
Due to the switch from gnome-vfs to gvfs…

Have a look here;
http://forums.opensuse.org/general-chit-chat/392976-very-strange-thing-gvfs.html


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.18-0.2-default
up 12:00, 2 users, load average: 0.01, 0.06, 0.08
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.80

Look in yast2 if the taboo option is enable in that package
If it is, disable it and try to uninstall it again through yast2

I’m started Yast2 gui. But I do not see anything dealing with ‘taboo’ option. Could you clarify?
Thanks

When you install manually an rpm package using rpm -i
You will notice that when you open yast2 software management that app installed using the above is locked. It is my observation in the past when I install a package outside yast.

I am not in suse now and in xp so can’t remember exactly the location. You will see it aligned with the rpm package you installed under yast-software management. You can right click the rpm to see your options, like upgrade, keep, taboo, etc.