Re: Wine and Fedora

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tuesday 23 March 2004 13:23, fedora-list-request@xxxxxxxxxx wrote:
> > I have wine working both here at the office and at home.  I am running
> > the version of wine that I installed using:
> > yum install wine
> >
> > It works very well.  In fact, I am even able to run Intellicad through
> > wine without much problem.
>
> What repo/mirrors are you using in your yum.conf that have wine? I'm
> using the artoo yum.conf (with a tweak to exclude kernel updates and a
> seamonkey repo for Mozilla) but wine doesn't seem to be available
> through those repos.
>
> # yum install wine
> Gathering header information file(s) from server(s)
> Server: Fedora Core 1 - i386 - Base
> Server: Fedora.us Extras (Stable)
> Server: Fedora.us Extras (Testing)
> Server: Fedora.us Extras (Unstable)
> Server: Livna.org - Fedora Compatible Packages (stable)
> Server: Livna.org - Fedora Compatible Packages (testing)
> Server: Livna.org - Fedora Compatible Packages (unstable)
> Server: macromedia.mplug.org - Flash Plugin
> Server: Mozilla SeaMonkey Releases
> Server: Fedora Core 1 - i386 - Released Updates
> Finding updated packages
> Downloading needed headers
> Cannot find a package matching wine
> No actions to take

Here is my yum.conf

#
# Also, if you look down in the "Alternate Repositories"
# section, you'll notice some commented-out repositories.
# If you want to use them, uncomment them.
#
# Author: Maxwell Kanat-Alexander (maxka at myrealbox dot com)
# Date: 29 December 2003
#
# Changes
# -------
# 9 Jan 2004
#   + Updated ATrpms for their new directory structure.
# 31 Dec 2003
#   + Added JPackage, commented out
#   + Standard Red Hat Fedora Core sites commented-out by default
#   + Removed dulug from debug, since it doesn't have debug#
# 29 Dec 2003
#   + Added mirrors for the flash-plugin, since some go down.
#   + Added base-debuginfo, commented out

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
exclude=mozilla-acroread php-domxml libxsltbreakpoint.so.1 gimp-perl 
gnome-pilot-devel libsoup-devel gnome-pilot libsoup gtkhtml* evolutio*
distroverpkg=fedora-release
tolerant=1
exactarch=0
# Added this because some mirrors go down and then retying takes forever.
retries=1

##################
## Basic Fedora ##
##################

[base]
name=Fedora Core $releasever - $basearch - Base
baseurl=http://rpmfind.net/linux/fedora/core/$releasever/$basearch/os
  
http://distro.ibiblio.org/pub/linux/distributions/fedora/linux/core/$releasever/$basearch/os/
  
http://www.muug.mb.ca/mirror/redhat/fedora/linux/core/$releasever/$basearch/os/
  
http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/yum/os
  
http://mirror.clarkson.edu/pub/distributions/fedora/linux/core/$releasever/$basearch/os
  http://fedora.redhat.com/releases/fedora-core-$releasever
  
ftp://linux.stanford.edu/pub/mirrors/fedora/linux/core/$releasever/$basearch/os
  http://ftp.dulug.duke.edu/pub/fedora/linux/core/$releasever/$basearch/os
  http://mirrors.kernel.org/fedora/core/$releasever/$basearch/os
#gpgcheck=1

#[base-debuginfo]
#name=Fedora Core $releasever - $basearch - Debug Info
#baseurl=http://speakeasy.rpmfind.net/linux/fedora/core/$releasever/$basearch/debug
#  
ftp://linux.stanford.edu/pub/mirrors/fedora/linux/core/$releasever/$basearch/debug
#  http://mirrors.kernel.org/fedora/core/$releasever/$basearch/os
##gpgcheck=1

[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
baseurl=http://mirrors.kernel.org/fedora/core/updates/$releasever/$basearch
  
ftp://linux.stanford.edu/pub/mirrors/fedora/linux/core/updates/$releasever/$basearch
  http://speakeasy.rpmfind.net/linux/fedora/core/updates/$releasever/$basearch
  
http://ftp.dulug.duke.edu/pub/fedora/linux/core/updates/$releasever/$basearch
  http://fedora.redhat.com/updates/released/fedora-core-$releasever
  http://rpmfind.net/linux/fedora/core/updates/$releasever/$basearch
  
http://distro.ibiblio.org/pub/linux/distributions/fedora/linux/core/updates/$releasever/$basearch/
  
http://www.muug.mb.ca/mirror/redhat/fedora/linux/core/updates/$releasever/$basearch/
  
http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/yum/updates
  
http://mirror.clarkson.edu/pub/distributions/fedora/linux/core/updates/$releasever/$basearch
#gpgcheck=1

[updates-testing]
name=Fedora Core $releasever - $basearch - Unreleased Updates
baseurl=http://mirrors.kernel.org/fedora/core/updates/testing/$releasever/$basearch
  
http://ftp.dulug.duke.edu/pub/fedora/linux/core/updates/testing/$releasever/$basearch
  http://fedora.redhat.com/updates/testing/fedora-core-$releasever
##gpgcheck=1

###################
## Fedora Extras ##
###################

[fedora-stable]
name=Fedora.us Extras (Stable)
baseurl=http://mirrors.kernel.org/fedora.us/fedora/fedora/$releasever/$basearch/yum/stable
  http://fedora.quicknet.nl/fedora/fedora/$releasever/$basearch/yum/stable
  http://download.fedora.us/fedora/fedora/$releasever/$basearch/yum/stable
#gpgcheck=1

[fedora-unstable]
name=Fedora.us Extras (Unstable)
baseurl=http://fedora.quicknet.nl/fedora/fedora/$releasever/$basearch/yum/unstable
  
http://mirrors.kernel.org/fedora.us/fedora/fedora/$releasever/$basearch/yum/unstable
  http://download.fedora.us/fedora/fedora/$releasever/$basearch/yum/unstable
#gpgcheck=1

[fedora-testing]
name=Fedora.us Extras (Testing)
baseurl=http://download.fedora.us/fedora/fedora/$releasever/$basearch/yum/testing
  
http://mirrors.kernel.org/fedora.us/fedora/fedora/$releasever/$basearch/yum/testing
  http://fedora.quicknet.nl/fedora/fedora/$releasever/$basearch/yum/testing
#gpgcheck=1

###############
## Livna.org ##
###############

[livna-stable]
name=Livna.org - Fedora Compatible Packages (stable)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/stable
#gpgcheck=1

[livna-unstable]
name=Livna.org - Fedora Compatible Packages (unstable)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/unstable
#gpgcheck=1

[livna-testing]
name=Livna.org - Fedora Compatible Packages (testing)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/testing
#gpgcheck=1


############
# Jpackage #
############

# JPackage is a GREAT repository for Java Software.
# However, you may have to compile some SRPMs to use it,
# so it's commented out by default. See
# 
<http://prdownloads.sourceforge.net/jpackage/direct_download/1.5/generic/SRPMS.non-free>
# For the SRPMs, and <http://www.jpackage.org> for the general details.
#
# Note: JPackage IS compatible with the fedora.us repositories.
# You can use JPackage and fedora.us at the same time, without
# any trouble.

#[jpackage-generic]
#name=JPackage Cross-Platform Packages
#baseurl=http://aleron.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/generic/free
#  
http://unc.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/generic/free
#  
http://umn.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/generic/free
##gpgcheck=1

#[jpackage-fedora]
#name=JPackage Fedora Packages
#baseurl=http://aleron.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/fedora-$releasever/free/
#  
http://unc.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/fedora-$releasever/free/
#  
http://umn.dl.sourceforge.net/sourceforge/jpackage/direct_download/1.5/fedora-$releasever/free/
##gpgcheck=1

#############
# Freshrpms #
#############

[freshrpms]
name=FreshRPMs
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms/
 
http://ftp.us2.freshrpms.net/linux/freshrpms/ayo/fedora/linux/$releasever/$basearch/freshrpms/
##gpgcheck=1

[core]
name=Fedora Linux $releasever - $basearch - core
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/core

[updates]
name=Fedora Linux $releasever - $basearch - updates
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/updates

############################
## Alternate Repositories ##
############################

# Uncomment these to use them -- note that some packages
# from these repositories may conflict with the fedora.us
# packages. If you use these repositories, you may wish to
# comment-out the fedora.us and livna.org repositories.

[nils]
name=Fedora Core $releasever - $basearch - nils yum repository
baseurl=http://lisas.de/~nils/yum/fedora/$releasever/$basearch/extras

[dag]
name=Dag APT Repository
baseurl=http://apt.sw.be/redhat/fc$releasever/en/$basearch/dag
#gpgcheck=1

[xcyb-stable]
name=xcyb-stable
baseurl=http://rpms.xcyb.org/fedora/$releasever/stable/

[newrpms]
name=NewRPMs
baseurl=http://newrpms.sunsite.dk/apt/redhat/en/$basearch/fc$releasever
##gpgcheck=1

[atrpms-stable]
name=ATrpms - Stable (Most Stable)
baseurl=http://apt.physik.fu-berlin.de/fedora/$releasever/en/$basearch/at-stable
  
http://ftp-stud.fht-esslingen.de/atrpms/fedora/$releasever/en/$basearch/at-stable
  
http://wftp.tu-chemnitz.de/pub/linux/ATrpms/fedora/$releasever/en/$basearch/at-stable
##gpgcheck=1

[atrpms-good]
name=ATrpms - Good (2nd Most Stable)
baseurl=http://ftp-stud.fht-esslingen.de/atrpms/fedora/$releasever/en/$basearch/at-good
  http://apt.physik.fu-berlin.de/fedora/$releasever/en/$basearch/at-good
  
http://wftp.tu-chemnitz.de/pub/linux/ATrpms/fedora/$releasever/en/$basearch/at-good
##gpgcheck=1

[atrpms-testing]
name=ATrpms - Testing (3rd Most Stable)
baseurl=http://wftp.tu-chemnitz.de/pub/linux/ATrpms/fedora/$releasever/en/$basearch/at-testing
  http://apt.physik.fu-berlin.de/fedora/$releasever/en/$basearch/at-testing
  
http://ftp-stud.fht-esslingen.de/atrpms/fedora/$releasever/en/$basearch/at-testing
##gpgcheck=1

#[atrpms-bleeding]
#name=ATrpms - Bleeding (Least Stable)
#baseurl=http://apt.physik.fu-berlin.de/fedora/$releasever/en/$basearch/at-bleeding
#  
http://ftp-stud.fht-esslingen.de/atrpms/fedora/$releasever/en/$basearch/at-bleeding
#  
http://wftp.tu-chemnitz.de/pub/linux/ATrpms/fedora/$releasever/en/$basearch/at-bleeding
##gpgcheck=1

[dries]
name=Extra Fedora rpms dries - $releasever - $basearch
baseurl=http://dries.studentenweb.org/yum/fedora/linux/$releasever/$basearch/dries

[spc-production]
name=Fedora Linux $releasever - $basearch - spc-production
baseurl=http://rpms.subpop.net/fedora/linux/$releasever/$basearch/production

[spc-testing]
name=Fedora Linux $releasever - $basearch - spc-testing
baseurl=http://rpms.subpop.net/fedora/linux/$releasever/$basearch/testing

#[spc-experimental]
#name=Fedora Linux $releasever - $basearch - spc-experimental
#baseurl=http://rpms.subpop.net/fedora/linux/$releasever/$basearch/experimental

[spc-graveyard]
name=Fedora Linux $releasever - $basearch - spc-graveyard
baseurl=http://rpms.subpop.net/fedora/linux/$releasever/$basearch/graveyard

[sampler]
name=Sampler for Red Hat Linux 9 (i386)
baseurl=http://www.cs.berkeley.edu/~liblit/sampler/downloads/yum/redhat-9-i386/sampler/

[sampler-stock]
name=Sampler rebuilds for stock Red Hat Linux 9 (i386)
baseurl=http://www.cs.berkeley.edu/~liblit/sampler/downloads/yum/redhat-9-i386/stock/

[brtree]
name=Fedora Core $releasever - $basearch - brtree.org
baseurl=http://www.btree.org/linux/packages/fedora/core/$releasever/$basearch
[fedora.us.updates]
name=Fedora Core $releasever - $basearch - download.fedora.us
baseurl=http://download.fedora.us/fedora/fedora/$releasever/$basearch/yum/updates

#[ftp.tu-chemnitz.de]
#name=ftp.tu-chemnitz.de Fedora Core $releasever stable
#baseurl=ftp://ftp.tu-chemnitz.de/pub/linux/fedora/fedora/$releasever/$basearch/yum/stable

#[ftp.tu-chemnitz.de] - nejede
#name=ftp.tu-chemnitz.de Fedora Core $releasever updates
#baseurl=ftp://ftp.tu-chemnitz.de/pub/linux/fedora/fedora/$releasever/$basearch/yum/updates

#[kde-fedora-stable]
#name=kde-redhat.org (fedora)
#baseurl=ftp://apt.kde-redhat.org/apt/fedora/$releasever/stable

#[kde-fedora-stable-all]
#name=kde-redhat.org (stable - all)
#baseurl=ftp://apt.kde-redhat.org/apt/fedora/all/stable

#[kde-stable]
#name=kde-redhat.org (kde-stable)
#baseurl=ftp://apt.kde-redhat.org/apt/kde-redhat/$releasever/stable

#[kernel26]
#name=kernel 2.6 from Arjan
#baseurl=http://192.168.123.128/mirror/kernel-2.6
#  http://people.redhat.com/~arjanv/2.6

#[rawhide]
#name=Rawhide
#baseurl=http://ftp.redhat.com/pub/redhat/linux/rawhide

#[Fedora updates]
#name=Fedora Updates cz mirror
#baseurl=ftp://ftp.muni.cz/pub/linux/fedora-core/updates/$releasever/
#baseurl=ftp://ftp.muni.cz/pub/linux/fedora/linux/core/updates/$releasever/$basearch/

###################
## Miscellaneous ##
###################

[macromedia.mplug.org]
name=macromedia.mplug.org - Flash Plugin
baseurl=http://macromedia.mplug.org/apt/fedora/$releasever
  http://sluglug.ucsc.edu/macromedia/apt/fedora/$releasever
  http://ruslug.rutgers.edu/macromedia/apt/fedora/$releasever
  http://macromedia.rediris.es/apt/fedora/$releasever
#gpgcheck=1



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux