LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   YUM repositories in Fedora Core 3 not working (https://www.linuxquestions.org/questions/linux-software-2/yum-repositories-in-fedora-core-3-not-working-290670/)

morrolan 02-15-2005 05:19 PM

YUM repositories in Fedora Core 3 not working
 
Hi,

I've just updated from FC2 to FC3 (fresh install) and now I can't seem to get any extra YUM repositories working (although the defaults work) :confused:

I had allsorts before, fedora.us, livna.org, but now nothing seems to work.

I am also using GYUM which is a GUI for YUM, and I've noticed that repositories are now stored in etc/gyum.conf instead of the usual /etc/yum.conf, but the contents appear to be the same with or without GYUM installed.

Here is my current yum.conf:

Code:

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20
obsoletes=1
gpgcheck=1

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d

and here is my current gyum.conf:

Code:

[main]
retries = 20
tolerant = 1
cachedir = /var/cache/yum
exactarch = 1
pkgpolicy = newest
distroverpkg = redhat-release
debuglevel = 2
logfile = /var/log/yum.log

[base]
gpgcheck = True
name = Fedora Core $releasever - $basearch - Base
baseurl = http://download.fedora.redhat.com/pu...ra/linux/core/$releasever/$basearch/os/

[updates-released]
gpgcheck = True
name = Fedora Core $releasever - $basearch - Released Updates
baseurl = http://download.fedora.redhat.com/pu.../core/updates/$releasever/$basearch/

[fedora-us-3-core]
name=Fedora Core 3 -- Fedora US mirror
baseurl=http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/RPMS.os

[fedora-us-3-updates]
name=Fedora Core 3 Updates -- Fedora US mirror
baseurl=http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/RPMS.updates

#[fedora-us-3-extras]
#name=Fedora Extras for Fedora Core 3 -- Fedora US mirror
#baseurl=http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/RPMS.extras

#[fedora-us-3-updates-testing]
#name=Fedora Core 3 Test Updates -- Fedora US mirror
#baseurl=http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/RPMS.updates-testing

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

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

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

These were the recommended URL's for FC3 from the fedora.us and livna.org websites. Now when I try and run GYUM, it starts looking at the Fedora.us repo's but then it closes without warning.

Can I add these safely to yum.conf and try running yum from the CLI? How will I know if it can successfully communicate with these repositories if I did this?



Thanks in advance,
Morrolan

gallan 02-15-2005 05:34 PM

try this on...I used it 10 minutes ago

# This is a yum.conf for Fedora Core 3.
# It uses Fedora mirrors to make things faster,
# since the main Red Hat Fedora site is pretty slow.
#
# Also, if you look down in the "Alternate Repositories"
# section, you'll notice some disabled repositories.
# If you want to use them, just do:
#
# yum --enablerepo <reponame> <command>
#
# Where <reponame> is the name of the repo, and <command>
# is your normal yum command.
#
# Authors:
# Maxwell Kanat-Alexander (max at fedorafaq dot org)
# Sindre Pedersn Bjørdal (foolish at fedorafaq dot org)
#
# Date: 6 February 2005
#
# Changes
# -------
# 6 February 2005
# + Fedora Extras!
# + Dries Mirrors
# + Fixed a Livna mirror.
# 26 November 2004
# + Updated ATrpms per Axel Thimm's request.
# 22 November 2004
# + Updated for Fedora Core 3
# 04 November 2004
# + Fixed and checked-over for publishing
# 17 July 2004 (Sindre)
# + Replaced Base, debug, updates-released and updates mirrors with faster ones.
# + Added the official servers to base and updates, commented of course.
# + Tested all non-commented parts, everything works.
# 29 May 2004
# + Tested commented-out parts: all work except subpop.net
# + Livna and NewRPMs mirrors!
# 22 May 2004
# + Incorporated Darrenn's fixes for Fedora Core 2!
# + Commented-out parts may still not work properly
# 29 Feb 2004
# + Updated a lot of mirrors, for speed
# + Fixed one ATrpms mirror
# + Added Dries and spc, two more FreshRPMs-compatible repos
# 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
distroverpkg=fedora-release
tolerant=1
exactarch=0
# Added this because some mirrors go down and then retying takes forever.
retries=1
timeout=10

# Basic Repos are in /etc/yum.conf.d/ #

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

[extras]
name=Fedora Extras - $releasever - $basearch
baseurl=http://fr2.rpmfind.net/linux/fedora/extras/$releasever/$basearch/
http://mirrors.kernel.org/fedora/extras/$releasever/$basearch/
http://mirror.hiwaay.net/redhat/fedora/linux/extras/$releasever/$basearch/
http://www.mirrorservice.org/sites/d.../linux/extras/$releasever/$basearch/
# http://download.fedora.redhat.com/pu.../linux/extras/$releasever/$basearch/
gpgcheck=0
gpgkey=http://download.fedora.redhat.com/pub/fedora/linux/extras/RPM-GPG-KEY-Fedora-Extras

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

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

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

[livna-testing]
name=Livna.org - Fedora Compatible Packages (testing)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.testing
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/RPMS.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://mirrors.sunsite.dk/jpackage/1...non-free/SRPMS>
# For the SRPMs, and <http://www.jpackage.org/rebuilding.php> 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. It's also compatible with the Alternate Repositories,
# for the most part.

[jpackage-generic]
name=JPackage Cross-Platform Packages
baseurl=http://mirrors.sunsite.dk/jpackage/1.6/generic/free
ftp://jpackage.hmdc.harvard.edu/JPac...6/generic/free
http://sunsite.informatik.rwth-aache...6/generic/free
failovermethod=priority
enabled=0
#gpgcheck=1

[jpackage-fedora]
name=JPackage Fedora Packages
baseurl=http://mirrors.sunsite.dk/jpackage/1.6/fedora-$releasever/free
ftp://jpackage.hmdc.harvard.edu/JPackage/1.6/fedora-$releasever/free
http://sunsite.informatik.rwth-aache...ge/1.6/fedora-$releasever/free
failovermethod=priority
enabled=0
#gpgcheck=1


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

# To use these repos, either use the --enablerepo
# command-line argument to yum, or change "enabled=0"
# to "enabled=1". Note: Some packagesfrom these repositories
# may conflict with the fedora.us packages. If you use these
# repositories, you may wish to disable the fedora.us and
# livna.org repositories.

[freshrpms]
name=FreshRPMs
mirrorlist=http://ayo.freshrpms.net/fedora/linux/$releasever/mirrors-freshrpms
enabled=0
#gpgcheck=1

[dag]
name=Dag APT Repository
baseurl=http://dag.freshrpms.net/fedora/$releasever/en/$basearch/dag/
http://dag.atrpms.net/fedora/$releasever/en/$basearch/dag/
http://ftp.heanet.ie/pub/freshrpms/pub/dag/fedora/$releasever/en/$basearch/dag/
enabled=0
#gpgcheck=1

[dries]
name=Dries APT/YUM Repository
baseurl=http://ftp.freshrpms.net/pub/dag/dries/fedora/linux/$releasever/$basearch/dries/RPMS/
http://mirrors.ircam.fr/pub/dag/dries/fedora/linux/$releasever/$basearch/dries/RPMS/
http://apt.sw.be/dries/fedora/linux/$releasever/$basearch/dries/RPMS/
http://dries.studentenweb.org/yum/fedora/linux/$releasever/$basearch/dries/RPMS/
enabled=0
#gpgcheck=1

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

[atrpms]
name=ATrpms - Stable
baseurl=http://apt.atrpms.net/fedora/$releasever/en/$basearch/at-stable
http://ftp-stud.fht-esslingen.de/atr...ms.net/fedora/$releasever/en/$basearch/at-stable
http://wftp.tu-chemnitz.de/pub/linux/ATrpms/fedora/$releasever/en/$basearch/at-stable
enabled=0
#gpgcheck=1

[atrpms-testing]
name=ATrpms - Testing
baseurl=http://wftp.tu-chemnitz.de/pub/linux/ATrpms/fedora/$releasever/en/$basearch/at-testing
http://apt.atrpms.net/fedora/$releasever/en/$basearch/at-testing
http://ftp-stud.fht-esslingen.de/atr...ms.net/fedora/$releasever/en/$basearch/at-testing
enabled=0
#gpgcheck=1

# Warning: Don't enable this "bleeding" repo if you want stable software!
[atrpms-bleeding]
name=ATrpms - Bleeding
baseurl=http://apt.atrpms.net/fedora/$releasever/en/$basearch/at-bleeding
http://ftp-stud.fht-esslingen.de/atr...ms.net/fedora/$releasever/en/$basearch/at-bleeding
http://wftp.tu-chemnitz.de/pub/linux/ATrpms/fedora/$releasever/en/$basearch/at-bleeding
enabled=0
#gpgcheck=1

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

# Semi-official Macromedia repository containing the flash-plugin rpm.
[flash]
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
enabled=0
#gpgcheck=1

morrolan 02-16-2005 03:05 PM

I scrapped GYUM and I am now just using good old CLI YUM, I copied your yum.conf that you posted straight into mine, and I get the following error when I run '# yum update'

Code:

[root@mymachine ]# yum update
Setting up Update Process
Setting up Repo:  livna-stable
repomd.xml                100% |=========================|  951 B    00:00
Setting up Repo:  livna-unstable
repomd.xml                100% |=========================|  951 B    00:00
Setting up Repo:  updates-released
repomd.xml                100% |=========================|  951 B    00:00
Setting up Repo:  livna-testing
repomd.xml                100% |=========================|  951 B    00:00
Setting up Repo:  base
repomd.xml                100% |=========================| 1.1 kB    00:00
Setting up Repo:  extras
repomd.xml                100% |=========================|  951 B    00:00
Reading repository metadata in from local files
primary.xml.gz            100% |=========================|  43 kB    00:00
Error: failure: repodata/primary.xml.gz from livna-stable: [Errno 256] No more mirrors to try.
[root@localhost bin]#

It does the same even after I have done '# yum clean all'

Thanks in advance,
Morrolan

morrolan 02-17-2005 07:03 AM

Working yum.conf for fedora core 3?
 
Bump?

Does anyone have a working yum.conf that contains the fedora.us and livna.org repositories for Fedora Core 3 that I can try please?

morrolan 02-17-2005 02:36 PM

I have commented out the livna.org stable repo, and the rest seem to work fine, but it's ironic that the packages that I want are on the one repo that doesn't work!

Does anyone know of any livna.org mirrors I can try? I'm primarily looking for xmms-mp3 and a decent version of mplayer.


Thanks in advance
Morrolan

gallan 02-17-2005 04:16 PM

ok maybe I was mixing something when I copy/paste that file so go and download it by your self from:

http://www.fedorafaq.org/#installsoftware

god luck!

morrolan 02-17-2005 04:58 PM

That's not working either for some reason, I'm still getting the same error:

Code:

Error: failure: repodata/primary.xml.gz from livna-stable: [Errno 256] No more mirrors to try.
it seems to work fine with the livna stable repo, but it just refuses to use it.

I've even done '# yum clean all' to erase all locally stored metadata but I still have the same problem. :(

Koven 02-21-2005 11:23 AM

Same problem
 
I've the same problem with these repositories and i tried to install amavis from dag repositories but i can't install this antivirus software.

Thank you.

morrolan 02-24-2005 06:01 AM

I seem to have fixed it.

I downloaded the yum.conf from http://www.fedorafaq.org/samples/yum.conf, commented out the livna unstable and livna testing repo's and it now works.

The problem was originally with the livna-stable repo, but this seems to have been fixed somehow - it could have been a server issue as I downloaded that file 3 or 4 times over the past week!

kitus 03-09-2005 12:42 PM

mi yum.conf
 
aqui pongo mi lista de servidores.....
falta obtener algunas GPG KEY pero tan sencillo como agregar gpgcheck=0 al final de cada repositorio para q omita revisar la Llave.....
con enabled=1 activa el repositorio ...
con enabled=0 desactiva el repositorio ...
si les falla alguno basta con apagarlo para q lo omita ....espero y les sirva a alguien....

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20
obsoletes=1
gpgcheck=1


## -Desactiva actualizaciones para el kernel- #
# Exclude=kernel*


######################################################################
# PUT YOUR REPOS HERE OR IN separate files named file.repo # ###
# in /etc/yum.repos.d # ###
######################################################################





# --------------------- ###############################################
### Repositorios BASE #################################################
# --------------------- ###############################################


# --- dag.repo ---------------
[dag-Fedora]
name=Dag RPM Repository for Fedora Core
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag/
enabled=0
gpgcheck=1

# --- fedora-updates.repo ---------------
[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/updates-released-fc$releasever
enabled=0
gpgcheck=1

# --- fedora-updates-testing.repo ---------------
[updates-testing]
name=Fedora Core $releasever - $basearch - Test Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/$releasever/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/updates-testing-fc$releasever
enabled=0
gpgcheck=1

# --- fedora-devel.repo ---------------
[development]
name=Fedora Core $releasever - Development Tree
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-rawhide
enabled=0
gpgcheck=1

# --- fedora.repo ---------------
[base]
name=Fedora Core $releasever - $basearch - Base
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-$releasever
enabled=0
gpgcheck=1






# -------------------------- ###############################################
### Repositorios OFICIALES #################################################
# -------------------------- ###############################################



###------------- Obtenidos :------------------------------------------------------------#
## http://www.linuxquestions.org/questi...18#post1473518 #
# --------------------------------------------------------------------------------------#

[fedora-us-3-core]
name=Fedora Core 3 -- Fedora US mirror
baseurl=http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/RPMS.o
enabled=0

[fedora-us-3-updates]
name=Fedora Core 3 Updates -- Fedora US mirror
baseurl=http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/RPMS.updates
enabled=0

#[fedora-us-3-extras]
#name=Fedora Extras for Fedora Core 3 -- Fedora US mirror
#baseurl=http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/RPMS.extras
#enabled=0

#[fedora-us-3-updates-testing]
#name=Fedora Core 3 Test Updates -- Fedora US mirror
#baseurl=http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/RPMS.updates-testing
#enabled=0


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

[livna-stable]
name=Livna.org - Fedora Compatible Packages (stable)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.stable
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/RPMS.stable
enabled=0
gpgcheck=1

[livna-unstable]
name=Livna.org - Fedora Compatible Packages (unstable)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.unstable
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/RPMS.unstable
enabled=0
gpgcheck=1

[livna-testing]
name=Livna.org - Fedora Compatible Packages (testing)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.testing
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/RPMS.testing
enabled=0
gpgcheck=1

#----------------------------------------------------------------------
[extras]
name=Fedora Extras - $releasever - $basearch
baseurl=http://fr2.rpmfind.net/linux/fedora/extras/$releasever/$basearch/
http://mirrors.kernel.org/fedora/extras/$releasever/$basearch/
http://mirror.hiwaay.net/redhat/fedora/linux/extras/$releasever/$basearch/
http://www.mirrorservice.org/sites/d.../linux/extras/$releasever/$basearch/
# http://download.fedora.redhat.com/pu.../linux/extras/$releasever/$basearch/
gpgcheck=0
gpgkey=http://download.fedora.redhat.com/pub/fedora/linux/extras/RPM-GPG-KEY-Fedora-Extras
enabled=0





# ------------------------ ############################################################
### REPOSITORIOS LOCALES ##############################################################
# ------------------------ ############################################################


[yum-cache]
name=yumCache
baseurl=file:///home/Soporte/Repositorios/yumCache/
enabled=1

[base-local]
name=Distribucion FC3 4 discos
baseurl=file:///home/Soporte/Repositorios/base/
enabled=1

[bajados]
name=RPM bajados de la RED
baseurl=file:///home/Soporte/Repositorios/bajados/
enabled=1
gpgcheck=0






# ----------------------------------------- ###########################################
### Repositorios FRESHRPMS (alternativos) #############################################
# ----------------------------------------- ###########################################



# To use these repos, either use the --enablerepo
# command-line argument to yum, or change "enabled=0"
# to "enabled=1". Note: Some packagesfrom these repositories
# may conflict with the fedora.us packages. If you use these
# repositories, you may wish to disable the fedora.us and
# livna.org repositories.



###------------- Obtenidos :---------------------------------------------------------#
## http://stanton-finley.net/fedora_cor....html#Warning# #
# -----------------------------------------------------------------------------------#
#
# ----------------------------[ GPG KEY ]----------------------------#
# rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt #
# rpm --import http://freshrpms.net/packages/RPM-GPG-KEY.txt #
# rpm --import /usr/share/doc/fedora-release-*/*GPG-KEY* #
# ----------------------------[ GPG KEY ]----------------------------#

[core]
name=FreshRPMS-Core
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/core
enabled=0
#gpgcheck=1

[Fresh-extras]
name=Fedora Linux $releasever - $basearch - extras
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/extras
enabled=0
gpgcheck=0

[alternatives]
name=Fedora Linux $releasever - $basearch - alternatives
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/alternatives
enabled=0
gpgcheck=1

[updates]
name=FreshRPMS-Updates
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/updates
enabled=0
#gpgcheck=1

[freshrpms-0]
name=FreshRPMS-Fresh
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms
enabled=0
#gpgcheck=1


# -----------------------------------------------------------------------------------

# ----------------------------[ GPG KEY ]----------------------------#
# rpm --import http://svn.rpmforge.net/svn/branches...-KEY.freshrpms
# ----------------------------[ GPG KEY ]----------------------------#

[freshrpms]
name=FreshRPMs
mirrorlist=http://ayo.freshrpms.net/fedora/linux/$releasever/mirrors-freshrpms
enabled=0
#gpgcheck=1

[dag]
name=Dag APT Repository
baseurl=http://dag.freshrpms.net/fedora/$releasever/en/$basearch/dag/
http://dag.atrpms.net/fedora/$releasever/en/$basearch/dag/
http://ftp.heanet.ie/pub/freshrpms/pub/dag/fedora/$releasever/en/$basearch/dag/
enabled=0
#gpgcheck=1

[dries]
name=Dries APT/YUM Repository
baseurl=http://ftp.freshrpms.net/pub/dag/dries/fedora/linux/$releasever/$basearch/dries/RPMS/
http://mirrors.ircam.fr/pub/dag/dries/fedora/linux/$releasever/$basearch/dries/RPMS/
http://apt.sw.be/dries/fedora/linux/$releasever/$basearch/dries/RPMS/
http://dries.studentenweb.org/yum/fedora/linux/$releasever/$basearch/dries/RPMS/
enabled=0
#gpgcheck=1

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

[atrpms]
name=ATrpms - Stable
baseurl=http://apt.atrpms.net/fedora/$releasever/en/$basearch/at-stable
http://ftp-stud.fht-esslingen.de/at...pms.net/fedora/$releasever/en/$basearch/at-stable
http://wftp.tu-chemnitz.de/pub/linux/ATrpms/fedora/$releasever/en/$basearch/at-stable
enabled=0
#gpgcheck=1

[atrpms-testing]
name=ATrpms - Testing
baseurl=http://wftp.tu-chemnitz.de/pub/linux/ATrpms/fedora/$releasever/en/$basearch/at-testing
http://apt.atrpms.net/fedora/$releasever/en/$basearch/at-testing
http://ftp-stud.fht-esslingen.de/at...pms.net/fedora/$releasever/en/$basearch/at-testing
enabled=0
#gpgcheck=1

# Warning: Don't enable this "bleeding" repo if you want stable software!
[atrpms-bleeding]
name=ATrpms - Bleeding
baseurl=http://apt.atrpms.net/fedora/$releasever/en/$basearch/at-bleeding
http://ftp-stud.fht-esslingen.de/at...pms.net/fedora/$releasever/en/$basearch/at-bleeding
http://wftp.tu-chemnitz.de/pub/linux/ATrpms/fedora/$releasever/en/$basearch/at-bleeding
enabled=0
#gpgcheck=1

# ----------------------- #
### REPOSITORIOS EXTRAS ###
# ----------------------- #



# ------------------------------] EXTRA 1 [------------------------------
# Instrucciones de instalacion http://atrpms.net/install.html

[at-stable]
name=ATrpms for Fedora Core $releasever stable
baseurl=http://apt.atrpms.net/fedora/$releasever/en/$basearch/at-stable
enabled=0
gpgcheck=1

# ------------------------------] Miscellaneous [------------------------------
# Semi-official Macromedia repository containing the flash-plugin rpm.

[flash]
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
enabled=0
#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://mirrors.sunsite.dk/jpackage/.../non-free/SRPMS>
# For the SRPMs, and <http://www.jpackage.org/rebuilding.php> 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. It's also compatible with the
# Alternate Repositories, for the most part.

[jpackage-generic]
name=JPackage Cross-Platform Packages
baseurl=http://mirrors.sunsite.dk/jpackage/1.6/generic/free
ftp://jpackage.hmdc.harvard.edu/JPa....6/generic/free
http://sunsite.informatik.rwth-aach....6/generic/free
failovermethod=priority
enabled=0
gpgcheck=0

[jpackage-fedora]
name=JPackage Fedora Packages
baseurl=http://mirrors.sunsite.dk/jpackage/1.6/fedora-$releasever/free
ftp://jpackage.hmdc.harvard.edu/JPackage/1.6/fedora-$releasever/free
http://sunsite.informatik.rwth-aach...age/1.6/fedora-$releasever/free
failovermethod=priority
enabled=0
gpgcheck=1

morrolan 03-10-2005 06:13 AM

All I can say is - WOW!

Thanks for this, I've been wanting a Fedora.us repo for FC3 since I upgraded :D


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