Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 21st August 2010, 05:17 PM
mothmanex Offline
Registered User
 
Join Date: Aug 2010
Posts: 21
linuxfedorafirefox
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.
Reply With Quote
  #2  
Old 21st August 2010, 05:25 PM
Reality Offline
Registered User
 
Join Date: Aug 2010
Posts: 22
linuxfedorafirefox
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
Reply With Quote
  #3  
Old 21st August 2010, 05:49 PM
mothmanex Offline
Registered User
 
Join Date: Aug 2010
Posts: 21
linuxfedorafirefox
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".
Reply With Quote
  #4  
Old 21st August 2010, 06:26 PM
forkbomb's Avatar
forkbomb Offline
Registered User
 
Join Date: May 2007
Location: U.S.
Posts: 4,852
linuxgentoofirefox
Re: Completely uninstall Wine

Quote:
Originally Posted by mothmanex View Post
"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.
Reply With Quote
  #5  
Old 21st August 2010, 07:37 PM
mothmanex Offline
Registered User
 
Join Date: Aug 2010
Posts: 21
linuxfedorafirefox
Re: Completely uninstall Wine

Quote:
Originally Posted by forkbomb View Post
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
Reply With Quote
  #6  
Old 21st August 2010, 07:52 PM
trigpoint Offline
Registered User
 
Join Date: Dec 2004
Location: Shropshire, UK
Posts: 676
linuxfedorafirefox
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.
Reply With Quote
  #7  
Old 21st August 2010, 08:00 PM
mothmanex Offline
Registered User
 
Join Date: Aug 2010
Posts: 21
linuxfedorafirefox
Re: Completely uninstall Wine

Quote:
Originally Posted by trigpoint View Post
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.
Reply With Quote
Reply

Tags
completely, uninstall, wine

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
COMPLETELY REMOVE WINE (Wine + Itunes and Quicktime installation = Trouble) billyransier Installation and Live Media 16 19th November 2010 05:34 AM
HOW do I uninstall wine completely? Vansolrick Using Fedora 8 18th August 2010 09:15 AM
Completely Uninstall nVidia Drivers TylerDurdened Using Fedora 5 17th February 2007 09:25 PM
How to completely uninstall a program royeo Using Fedora 4 29th November 2006 03:54 AM
Completely Uninstall selinux (FC3) joejvj Security and Privacy 3 13th June 2005 03:28 PM


Current GMT-time: 05:20 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat