[Wine] Uninstall old wine version and install new version

Martin Gregorie martin at gregorie.org
Tue Aug 4 04:38:20 CDT 2009


On Tue, 2009-08-04 at 01:23 -0500, Austin English wrote:
> On Mon, Aug 3, 2009 at 10:33 PM, Bakshara<wineforum-user at winehq.org> wrote:
> > Eleven wine files under:
> > var/lib/yum/yumdb/(hex string)-wine-????-1.1.23.fc11-i586
> > ????=ldap, twain, cms, desktop, nas, esd, tools, capi, jake, core, pulseaudio
> > What are these?
> 
> I don't know RPM distros well, but does:
> $ sudo yum remove wine*
> 
You shouldn't use the glob (*). yum expects the package name(s) you
supply to be an exact match on the initial part of the name - the
remainder of the name gives the package's target hardware, version and
the Fedora distribution containing it. To check that wine, rpm and rpm
development tools are installed via Fedora packages:

$ sudo yum list wine rpm rpm-devel
Installed Packages
rpm.i386                   4.4.2.2-7.fc8               installed
rpm-devel.i386             4.4.2.2-7.fc8               installed
wine.i386                  1.1.9-2.fc8                 installed
$ 

Use the same name to install, uninstall or upgrade packages:
 
sudo yum remove wine     # uninstall wine
sudo yum install wine    # (re)install wine
sudo yum upgrade wine    # make sure you have the latest package wine

Install and upgrade will automatically handle dependencies.


Martin





More information about the wine-users mailing list