LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 11-15-2003, 08:42 AM   #1
blaroe
Member
 
Registered: Jun 2003
Location: Surrey, England
Distribution: Ubuntu Edgy
Posts: 67

Rep: Reputation: 15
Yet another apt/yum query


I seem to be getting a ton of errors with the yum.conf and sources.list file entries. It looks to me like some things have been moved around recently, but I'm not sure.

If anyone has a link to a functioning yum.conf or apt sources.list repositiory listing, I would be grateful to get a pointer to it or a copy of it -

Here's my yum.conf:

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

[base]
name=Fedora Core $releasever - $basearch - Base
baseurl=http://fedora.redhat.com/releases/fedora-core-$releasever

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

[fedora-extras]
name=Fedora Extras $releasever - $basearch - Extra Packages
baseurl=http://mirrors.kernel.org/fedora/fedora/fedora/$releasever/$basearch/yum/stable/
gpgcheck=1
failovermethod=priority

[livna-stable]
name=Livna 3rd party packages with questionable licenses -- use at your own risk
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/stable

Here's my apt sources.list:

# Fedora Core
rpm http://mirrors.kernel.org/fedora/fedora fedora/1/i386 os updates
rpm-src http://mirrors.kernel.org/fedora/fedora fedora/1/i386 os updates

# Fedora Extras (formerly "Fedora Linux")
rpm http://mirrors.kernel.org/fedora/fedora fedora/1/i386 stable unstable testing
rpm-src http://mirrors.kernel.org/fedora/fedora fedora/1/i386 stable unstable testing

# Livna 3rd party packages with questionable licenses -- use at your own risk
rpm http://rpm.livna.org/ fedora/1/i386 stable unstable testing
rpm-src http://rpm.livna.org/ fedora/1/i386 stable unstable testing


Thanks in advance -
bl
 
Old 11-15-2003, 11:58 AM   #2
wiraone
Member
 
Registered: Nov 2003
Location: Diawang-awangan
Distribution: Ubuntu Hoary!
Posts: 319

Rep: Reputation: 30
I'm getting an error message from fedora.redhat.com .. complaining about missing header something .. I guess they're reorganizing something at their end.
 
Old 11-15-2003, 12:51 PM   #3
akasantos
LQ Newbie
 
Registered: Sep 2003
Location: Portugal
Distribution: Fedora Core 4
Posts: 28

Rep: Reputation: 15
I there ... where is what i have .... try it out ... use the -c comand in yum!

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

#[base]
#name=Fedora Core $releasever - $basearch - Base
#baseurl=http://fedora.redhat.com/releases/fedora-core-$releasever

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

#[updates-testing]
#name=Fedora Core $releasever - $basearch - Unreleased Updates
#baseurl=http://fedora.redhat.com/updates/testing/fedora-core-$releasever

[fedora-stable]
name=Fedora Supplemental Packages (Stable)
baseurl=http://download.fedora.us/fedora/fedora/$releasever/$basearch/yum/stable/
#gpgcheck=1

#[extra]
#name=Fedora redhat site (base)
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/1/i386/os/Fedora/RPMS/

--------------------------------------------------------

and I found this one on the net somewhere! becouse the oder stoped working ... but it's now good ... maybe had problems ...
# $Id: yum-fd.conf,v 1.1 2003/10/30 15:24:13 dude Exp $

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

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

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

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

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

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

-------------------------------------------------------------------------------------------

i believe there must be alot more of this, but i'm still looking for it!

know for apt

..............................


# List of available apt repositories available from ayo.freshrpms.net.
# This file should contain an uncommented default suitable for your system.
#
# See http://ayo.freshrpms.net/ for a list of other repositories and mirrors.
#
# $Id: sources.list.i386,v 1.2 2003/11/06 21:05:23 dude Exp $

# Fedora Linux 1
rpm http://ayo.freshrpms.net fedora/linux/1/i386 core updates freshrpms
#rpm http://ayo.freshrpms.net fedora/linux/1/i386 extras alternatives
#rpm-src http://ayo.freshrpms.net fedora/linux/1/i386 core updates freshrpms
#rpm-src http://ayo.freshrpms.net fedora/linux/1/i386 extras alternatives

# Red Hat Linux 9
#rpm http://ayo.freshrpms.net redhat/9/i386 os updates freshrpms
#rpm-src http://ayo.freshrpms.net redhat/9/i386 os updates freshrpms

# Red Hat Linux 8.0
#rpm http://ayo.freshrpms.net redhat/8.0/i386 os updates freshrpms
#rpm-src http://ayo.freshrpms.net redhat/8.0/i386 os updates freshrpms

# Red Hat Linux 7.3
#rpm http://ayo.freshrpms.net redhat/7.3/i386 os updates freshrpms
#rpm-src http://ayo.freshrpms.net redhat/7.3/i386 os updates freshrpms

# Red Hat Linux 7.2
#rpm http://ayo.freshrpms.net redhat/7.2/i386 os updates freshrpms
#rpm-src http://ayo.freshrpms.net redhat/7.2/i386 os updates freshrpms

# Red Hat Linux 7.1
#rpm http://ayo.freshrpms.net redhat/7.1/i386 os updates freshrpms
#rpm http://ayo.freshrpms.net redhat/7.1/i386 powertools dma
#rpm-src http://ayo.freshrpms.net redhat/7.1/i386 os updates freshrpms
#rpm-src http://ayo.freshrpms.net redhat/7.1/i386 powertools dma

# Red Hat Linux 7.0
#rpm http://ayo.freshrpms.net redhat/7.0/i386 os updates freshrpms
#rpm http://ayo.freshrpms.net redhat/7.0/i386 powertools dma
#rpm-src http://ayo.freshrpms.net redhat/7.0/i386 os updates freshrpms
#rpm-src http://ayo.freshrpms.net redhat/7.0/i386 powertools dma

# Red Hat Linux 6.2
#rpm http://ayo.freshrpms.net redhat/6.2/i386 os updates freshrpms
#rpm http://ayo.freshrpms.net redhat/6.2/i386 powertools
#rpm-src http://ayo.freshrpms.net redhat/6.2/i386 os updates freshrpms
#rpm-src http://ayo.freshrpms.net redhat/6.2/i386 powertools

-----------------------------------

hope it helps


 
Old 11-21-2003, 05:04 PM   #4
arthur1968
Member
 
Registered: Aug 2003
Location: Navacerrada, MADRID (Spain)
Distribution: Debian (latest); Fedora Core 1
Posts: 63

Rep: Reputation: 15
Hi,

I've enlarged my list of sources for apt-get, but with no luck for

xine / mplayer

Can anyone provide a source for installing any of the above?

Cheers,

Arthur1968
 
Old 11-21-2003, 11:54 PM   #5
wiraone
Member
 
Registered: Nov 2003
Location: Diawang-awangan
Distribution: Ubuntu Hoary!
Posts: 319

Rep: Reputation: 30
Try adding this into your sources.list for xine/mplayer

# LVNA
rpm http://rpm.livna.org fedora/1/i386 stable
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Yum / Apt-get mikedeatworld Fedora 17 12-01-2005 08:31 AM
yum or apt - or both? pingu Fedora 1 04-07-2005 09:01 AM
apt query concerning unstable security.debian.org entry f0rmula Linux - Software 2 12-03-2004 02:01 PM
apt-get query command? bruno buys Debian 1 07-14-2004 08:31 AM
apt -yum ronss Fedora 6 11-11-2003 07:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 04:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration