 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

21st August 2010, 05:17 PM
|
|
Registered User
|
|
Join Date: Aug 2010
Posts: 21

|
|
|
Completely uninstall Wine
Hello people. So, some days ago, I Installed Wine in my machine, and it was working pretty good. But I decided to add WineTricks. Since then, I can not install any program using wine, nor open the installed ones (gives me errors). So, does anybody knows about a way to completelly uninstall Wine? I have tries "yum remove Wine" and "yum remove wine*", but it doesn't do anything. I am using Fedora 13.
|

21st August 2010, 05:25 PM
|
|
Registered User
|
|
Join Date: Aug 2010
Posts: 22

|
|
|
Re: Completely uninstall Wine
Try this
become root and then
yum remove --purge wine
also remove its folders
rm -rvI ~/.wine
Got that from here
http://ubuntuforums.org/showthread.php?t=818428
just changed apt-get to yum
|

21st August 2010, 05:49 PM
|
|
Registered User
|
|
Join Date: Aug 2010
Posts: 21

|
|
|
Re: Completely uninstall Wine
Hello Reality. First of All, thanks for your reply.
Now, I get the following messages, after going to root, I try using "yum remove --purge wine", this one gives me a error, which says that the command doesn't exist.
By using "yum remove -purge wine", I get the same error as before.
Finally, by using "yum remove purge wine" or "yum remove wine", I get the "no packages marked for removal".
|

21st August 2010, 06:26 PM
|
 |
Registered User
|
|
Join Date: May 2007
Location: U.S.
Posts: 4,852

|
|
|
Re: Completely uninstall Wine
Quote:
Originally Posted by mothmanex
"no packages marked for removal".
|
Are you sure it's not already uninstalled?
Code:
rpm -qa | grep wine
yum list installed | grep wine
(if those don't return any output, WINE's probably already removed)
__________________
- Tom
"What is freedom? To have the will to be responsible for one's self." - Stirner
Last edited by forkbomb; 21st August 2010 at 06:38 PM.
|

21st August 2010, 07:37 PM
|
|
Registered User
|
|
Join Date: Aug 2010
Posts: 21

|
|
|
Re: Completely uninstall Wine
Quote:
Originally Posted by forkbomb
Are you sure it's not already uninstalled?
Code:
rpm -qa | grep wine
yum list installed | grep wine
(if those don't return any output, WINE's probably already removed)
|
Thanks for your reply. Those Commands do return some values, which are the next ones
Code:
[mothmanex@LFGG-LAPTOP ~]$ su - root
Password:
[root@LFGG-LAPTOP ~]# rpm -qa | grep wine
wine-wow-1.2.0-2.fc13.i686
wine-system-fonts-1.2.0-2.fc13.noarch
wine-common-1.2.0-2.fc13.noarch
wine-marlett-fonts-1.2.0-2.fc13.noarch
wine-pulseaudio-1.2.0-2.fc13.i686
wine-small-fonts-1.2.0-2.fc13.noarch
wine-twain-1.2.0-2.fc13.i686
wine-symbol-fonts-1.2.0-2.fc13.noarch
wine-fonts-1.2.0-2.fc13.noarch
wine-core-1.2.0-2.fc13.i686
wine-cms-1.2.0-2.fc13.i686
wine-capi-1.2.0-2.fc13.i686
wine-desktop-1.2.0-2.fc13.noarch
wine-courier-fonts-1.2.0-2.fc13.noarch
wine-ldap-1.2.0-2.fc13.i686
[root@LFGG-LAPTOP ~]# yum installed | grep wine
No such command: installed. Please use /usr/bin/yum --help
[root@LFGG-LAPTOP ~]# yum list installed | grep wine
wine-capi.i686 1.2.0-2.fc13 @updates
wine-cms.i686 1.2.0-2.fc13 @updates
wine-common.noarch 1.2.0-2.fc13 @updates
wine-core.i686 1.2.0-2.fc13 @updates
wine-courier-fonts.noarch 1.2.0-2.fc13 @updates
wine-desktop.noarch 1.2.0-2.fc13 @updates
wine-fonts.noarch 1.2.0-2.fc13 @updates
wine-ldap.i686 1.2.0-2.fc13 @updates
wine-marlett-fonts.noarch 1.2.0-2.fc13 @updates
wine-pulseaudio.i686 1.2.0-2.fc13 @updates
wine-small-fonts.noarch 1.2.0-2.fc13 @updates
wine-symbol-fonts.noarch 1.2.0-2.fc13 @updates
wine-system-fonts.noarch 1.2.0-2.fc13 @updates
wine-twain.i686 1.2.0-2.fc13 @updates
wine-wow.i686 1.2.0-2.fc13 @updates
When I try to use the commands the member Reality provided, I get the next message
Code:
[mothmanex@LFGG-LAPTOP ~]$ su - root
Password:
[root@LFGG-LAPTOP ~]# rpm -qa | grep wine
wine-wow-1.2.0-2.fc13.i686
wine-system-fonts-1.2.0-2.fc13.noarch
wine-common-1.2.0-2.fc13.noarch
wine-marlett-fonts-1.2.0-2.fc13.noarch
wine-pulseaudio-1.2.0-2.fc13.i686
wine-small-fonts-1.2.0-2.fc13.noarch
wine-twain-1.2.0-2.fc13.i686
wine-symbol-fonts-1.2.0-2.fc13.noarch
wine-fonts-1.2.0-2.fc13.noarch
wine-core-1.2.0-2.fc13.i686
wine-cms-1.2.0-2.fc13.i686
wine-capi-1.2.0-2.fc13.i686
wine-desktop-1.2.0-2.fc13.noarch
wine-courier-fonts-1.2.0-2.fc13.noarch
wine-ldap-1.2.0-2.fc13.i686
[root@LFGG-LAPTOP ~]# yum installed | grep wine
No such command: installed. Please use /usr/bin/yum --help
[root@LFGG-LAPTOP ~]# yum list installed | grep wine
wine-capi.i686 1.2.0-2.fc13 @updates
wine-cms.i686 1.2.0-2.fc13 @updates
wine-common.noarch 1.2.0-2.fc13 @updates
wine-core.i686 1.2.0-2.fc13 @updates
wine-courier-fonts.noarch 1.2.0-2.fc13 @updates
wine-desktop.noarch 1.2.0-2.fc13 @updates
wine-fonts.noarch 1.2.0-2.fc13 @updates
wine-ldap.i686 1.2.0-2.fc13 @updates
wine-marlett-fonts.noarch 1.2.0-2.fc13 @updates
wine-pulseaudio.i686 1.2.0-2.fc13 @updates
wine-small-fonts.noarch 1.2.0-2.fc13 @updates
wine-symbol-fonts.noarch 1.2.0-2.fc13 @updates
wine-system-fonts.noarch 1.2.0-2.fc13 @updates
wine-twain.i686 1.2.0-2.fc13 @updates
wine-wow.i686 1.2.0-2.fc13 @updates
[root@LFGG-LAPTOP ~]# yum remove --purge wine
Loaded plugins: fastestmirror, presto, refresh-packagekit, remove-with-leaves
Usage: yum [options] COMMAND
List of Commands:
check Check for problems in the rpmdb
check-update Check for available package updates
clean Remove cached data
deplist List a package's dependencies
distribution-synchronization Synchronize installed packages to the latest available versions
downgrade downgrade a package
erase Remove a package or packages from your system
groupinfo Display details about a package group
groupinstall Install the packages in a group on your system
grouplist List available package groups
groupremove Remove the packages in a group from your system
help Display a helpful usage message
history Display, or use, the transaction history
info Display details about a package or group of packages
install Install a package or packages on your system
list List a package or groups of packages
localinstall Install a local RPM
makecache Generate the metadata cache
provides Find what package provides the given value
reinstall reinstall a package
repolist Display the configured software repositories
resolvedep Determine which package provides the given dependency
search Search package details for the given string
shell Run an interactive yum shell
update Update a package or packages on your system
upgrade Update packages taking obsoletes into account
version Display a version for the machine and/or available repos.
Command line error: no such option: --purge
[root@LFGG-LAPTOP ~]# yum remove wine
Loaded plugins: fastestmirror, presto, refresh-packagekit, remove-with-leaves
Setting up Remove Process
No Match for argument: wine
Loading mirror speeds from cached hostfile
* fedora: mirror.steadfast.net
* rpmfusion-free: mirror.liberty.edu
* rpmfusion-free-updates: mirror.liberty.edu
* rpmfusion-nonfree: mirror.liberty.edu
* rpmfusion-nonfree-updates: mirror.liberty.edu
* updates: mirror.steadfast.net
Package(s) wine available, but not installed.
No Packages marked for removal
[root@LFGG-LAPTOP ~]# yum purge wine
Loaded plugins: fastestmirror, presto, refresh-packagekit, remove-with-leaves
No such command: purge. Please use /usr/bin/yum --help
|

21st August 2010, 07:52 PM
|
|
Registered User
|
|
Join Date: Dec 2004
Location: Shropshire, UK
Posts: 676

|
|
|
Re: Completely uninstall Wine
It looks line the wine package has gone, but you need to remove all of the others too.
I think wine-core is the key one, so 'yum remove wine-core' should remove the lot through dependencies.
I did briefly dabble with wine-tricks, I think that is at user level and lives in ~/.wine and is not installed by root. There is probably no need to remove the wine packages, just delete ~/.wine and then run winecfg again.
You will now need to run 'yum install wine' to fix the packages you have removed.
|

21st August 2010, 08:00 PM
|
|
Registered User
|
|
Join Date: Aug 2010
Posts: 21

|
|
|
Re: Completely uninstall Wine
Quote:
Originally Posted by trigpoint
It looks line the wine package has gone, but you need to remove all of the others too.
I think wine-core is the key one, so 'yum remove wine-core' should remove the lot through dependencies.
I did briefly dabble with wine-tricks, I think that is at user level and lives in ~/.wine and is not installed by root. There is probably no need to remove the wine packages, just delete ~/.wine and then run winecfg again.
You will now need to run 'yum install wine' to fix the packages you have removed.
|
Thank you very much for your comment Trigpoint. I was able to completely uninstall and Re-install Wine again, now it is working as it should, thank you very much for your help.
If the mods can change the prefix to SOLVED, that would be nice.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 05:20 (Monday, 20-05-2013)
|
|
 |
 |
 |
 |
|
|