LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   wine reinstall (https://www.linuxquestions.org/questions/linux-software-2/wine-reinstall-58061/)

praveen_2003 05-04-2003 06:56 AM

wine reinstall
 
i have already installed wine-20030408-1rh8winehq.i386.rpm but unknowingly i
have deleted some files accoscited to wine.so i wanted to reinstall the same
package.so i have tried uninstalling the package.i did

#rpm -e wine-20030408-1rh8winehq.i386.rpm

it says

error: package wine-20030408-1rh8winehq.i386.rpm is not installed

but when i try reinstalling the same package it says

#rpm -i wine-20030408-1rh8winehq.i386.rpm

package wine-20030408-1rh8winehq is already installed


have even tried upgrade option too but it did not work.is there any file listing packages name
where i can remove the name of wine package from it.or any other go to do.

**********thank you****************************

rmartine 05-05-2003 03:02 PM

Quote:

#rpm -e wine-20030408-1rh8winehq.i386.rpm
When you uninstall an rpm you don't use the .rpm extension in the command. Try this.

rpm -e my_package (without the .rpm extenstion)

praveen_2003 05-06-2003 03:41 AM

i have even done

#rpm -e wine-20030408-1rh8winehq.i386

but again i get the same message

error: package wine-20030408-1rh8winehq.i386.rpm is not installed

my machine is P4 i686 is there any problem with that iam using i386

version.
i have downloaded wine-20030219-1rh8winehq.i686.rpm
then when i

install it,it says

error: wine-20030219-1rh8winehq.i686.rpm: rpmReadSignature failed
error: wine-20030219-1rh8winehq.i686.rpm cannot be installed

so what should i do?

redgore 05-06-2003 03:45 AM

Quote:

#rpm -e wine-20030408-1rh8winehq.i386
Try it with just the name which is wine not with all the versions so it should be:

#rpm -e wine

acid_kewpie 05-06-2003 04:22 AM

to get the exact name, try "rpm -qa | grep wine". it might seem a little confusing but hopefully you can understand why this is the case.

praveen_2003 05-07-2003 04:19 AM

when i uninstall by

#rpm -e wine-----------------it says



error reading information on service wine: No such file or directory
error: %preun(wine-20030408-1rh8winehq) scriptlet failed, exit status 1


what should i do now?

deadpaul 09-09-2003 05:36 PM

im having the same problem, i accidentally deleted some wine files and when i try to uninstall it wont let me so i tried deleting all the wine files on my comp to hopefully remove it but there is a registry somewhere telling my system (red hat 9) that wine is still installed, i guess like praveen i need to know how to tell my system wine is dead and gone so i can reinstall it, any ideas?

bling bling 09-09-2003 05:50 PM

Try installing it from source.`

bling bling 09-09-2003 05:51 PM

Try installing it from source.


All times are GMT -5. The time now is 06:48 PM.