LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   uninstall old wine to instll new in RH9 (https://www.linuxquestions.org/questions/linux-newbie-8/uninstall-old-wine-to-instll-new-in-rh9-91744/)

ngan_yine 09-11-2003 03:44 PM

uninstall old wine to instll new in RH9
 
Hi! I had install the program WINE without reading which version is right for my Red Hat 9 and now I Can't operate this wine and I found out that there is a other version for RH9 and I need to uninstall this version and can anybody teach me how to do this please!!!

Mathieu 09-11-2003 06:51 PM

Open a Terminal and login as root.

You will need to query the RPM database for Wine.
The following command outputs a list of RPM packages containing the word wine.
Code:

rpm -qa | grep wine
To remove an RPM, use the rpm command followed by the package name from the list:
Code:

rpm -e package_name


All times are GMT -5. The time now is 12:15 PM.