nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

Yum repos

This is a discussion on Yum repos within the Linux software forums, part of the Linux Getting Started category; Hi All: Can anybody send me good and stable yum repos for kde 3.5 and fc4? I have already tried ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 12-29-2005, 05:17 PM
Member
User
 
Join Date: Jan 2005
Location: Pune, India.
Posts: 47
Rep Power: 0
Ashish Pathak
Send a message via MSN to Ashish Pathak Send a message via Yahoo to Ashish Pathak
Default Yum repos

Hi All:

Can anybody send me good and stable yum repos for kde 3.5 and fc4?
I have already tried fedora-extras, fedora, fedora-updates, livna, and kde-redhat repos.
I am using FC3 and trying to upgrade it to FC4 using yum, I have also installed fedora-release-4-2.noarch.rpm for the same.

Now, I have configured yum for fc4 repos and after yum update it's downloading all the headers and failing at dependency check:

> Processing Dependency: python-abi= 2.3 for package: PyQt
--> Processing Dependency: libpython2.3.so.1.0 for package: koffice
--> Processing Dependency: db4= 4.2.52-6 for package: db4-java
--> Finished Dependency Resolution
Error: missing dep: python-abi for pkg PyQt
Error: missing dep: libpq.so.3 for pkg qt-PostgreSQL
Error: missing dep: php for pkg php-domxml
Error: missing dep: /lib/security/pam_loginuid.so for pkg openssh-server
Error: missing dep: libpython2.3.so.1.0 for pkg koffice
Error: missing dep: python-abi for pkg sip
Error: missing dep: python for pkg python-docs
Error: missing dep: gcc4 for pkg libmudflap-devel
Error: missing dep: gcc4 for pkg gcc4-gfortran
Error: missing dep: gcc for pkg gcc-g77
Error: missing dep: db4 for pkg db4-java
Error: missing dep: libgcj.so.5 for pkg ecj
Error: missing dep: libgfortran for pkg gcc4-gfortran
Error: missing dep: libf2c for pkg compat-gcc-g77
Error: missing dep: libf2c for pkg gcc-g77

How can we resolve this? Any ideas?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 12-29-2005, 07:41 PM
monk's Avatar
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

First upgrade yum
Code:
 yum -y update yum
Then upgrade your system to fc4 from url : http://download.fedora.redhat.com/pu...s/Fedora/RPMS/
Type command:
Code:
 rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/fedora-release-4-2.noarch.rpm
Disable all third-party yum repositories. Then upgrade kernel
Code:
yum -y upgrade mkinitrd
yum -y update kernel
Disable SELinux if you have:
[code]
vi /etc/sysconfig/selinux
[code]
And set it as follows:
[code]
SELINUX=disabled
[/code]

Reboot system, remove old kernel
[code]
yum remove kernel-2.6.\*FC3\*
[/code]

upgrade to FC4:
[code]
yum -y upgrade
yum check-update
yum update
[/code]

See http://fedora.redhat.com/docs/fedora...-guide-en/fc4/

Hope this helps
Reply With Quote
  #3 (permalink)  
Old 12-29-2005, 07:45 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

Four simple command:
Code:
yum update yum 
rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/fedora-release-4-2.noarch.rpm 
yum update 
yum groupinstall "KDE Desktop Environment"
Monk given all command but abov foru command i used to upgrade my fc3 to fc4 let us know if this worked or not
Reply With Quote
  #4 (permalink)  
Old 01-18-2006, 12:13 PM
Member
User
 
Join Date: Jan 2005
Location: Pune, India.
Posts: 47
Rep Power: 0
Ashish Pathak
Send a message via MSN to Ashish Pathak Send a message via Yahoo to Ashish Pathak
Default

I tried buddy and did lot of yumming but no luck.. Now planning to install FreeBSD 6.0
I am pasting all the repos which I am having so that other guys can use it..

atrpms.repo

[atrpms]
name=atRPMS $releasever - $basearch
baseurl=http://apt.atrpms.net/fedora/$releasever/en/$basearch/at-stable
enabled=1
gpgcheck=1

dag.repo

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

dries.repo

[dries]
nname=Extra Fedora rpms dries - $releasever - $basearch
baseurl=http://apt.sw.be/dries/fedora/linux/$releasever/$basearch/dries/
gpgcheck=1
enabled=1

Freshrpms

[freshrpms]
name=FreshRPMs Repository for Fedora $releasever - $basearch
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms
gpgcheck=1
enabled=1

kde-redhat.repo

[kde-redhat-stable]
name=kde-redhat-stable
mirrorlist=http://apt.kde-redhat.org/apt/kde-redhat/fedora/$releasever/$basearch/stable/mirrors
gpgcheck=1
gpgkey=http://apt.kde-redhat.org/apt/kde-redhat/kde-redhat.RPM-GPG-KEY
enabled=1

[kde-redhat-stable-all]
name=kde-redhat-stable-all
mirrorlist=http://apt.kde-redhat.org/apt/kde-redhat/all/stable/mirrors
gpgcheck=1
gpgkey=http://apt.kde-redhat.org/apt/kde-redhat/kde-redhat.RPM-GPG-KEY
enabled=1

[kde-redhat-testing]
name=kde-redhat-testing
mirrorlist=http://apt.kde-redhat.org/apt/kde-redhat/fedora/$releasever/$basearch/testing/mirrors
gpgcheck=1
gpgkey=http://apt.kde-redhat.org/apt/kde-redhat/kde-redhat.RPM-GPG-KEY
enabled=0

[kde-redhat-testing-all]
name=kde-redhat-testing-all
mirrorlist=http://apt.kde-redhat.org/apt/kde-redhat/all/testing/mirrors
gpgcheck=1
gpgkey=http://apt.kde-redhat.org/apt/kde-redhat/kde-redhat.RPM-GPG-KEY
enabled=0

[kde-redhat-unstable]
name=kde-redhat-unstable
mirrorlist=http://apt.kde-redhat.org/apt/kde-redhat/fedora/$releasever/$basearch/unstable/mirrors
gpgcheck=1
gpgkey=http://apt.kde-redhat.org/apt/kde-redhat/kde-redhat.RPM-GPG-KEY
enabled=0

[kde-redhat-unstable-all]
name=kde-redhat-unstable-all
mirrorlist=http://apt.kde-redhat.org/apt/kde-redhat/all/unstable/mirrors
gpgcheck=1
gpgkey=http://apt.kde-redhat.org/apt/kde-redhat/kde-redhat.RPM-GPG-KEY
enabled=0

Livna.repo

[livna]
name=Livna.org Fedora Compatible Packages
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.lvn
gpgcheck=1
enabled=1

Plannet.ccrma

[planet.ccrma]
name=Planet CCRMA - $basearch
baseurl=http://ftp.upjs.sk/pub/mirrors/planet.ccrma/$releasever/$basearch
enabled=0
gpgcheck=1

sagator.repo

[sagator]
name=Fedora Core $releasever - $basearch - Sagator
baseurl=http://www.salstar.sk/pub/sagator/fedora/$releasever/$basearch
enabled=1
gpgcheck=0

[sagator-test]
name=Fedora Core $releasever - $basearch - Sagator - testing
baseurl=http://www.salstar.sk/pub/sagator/fedora/testing/$releasever/$basearch
enabled=1
gpgcheck=0

salstar.repo

[salstar.sk]
name=Fedora Core $releasever - $basearch - Salstar.sk
baseurl=http://ftp.upjs.sk/pub/users/sal/Fedora/$releasever/
enabled=1
gpgcheck=0

swsusp2

[swsusp2]
name=Fedora Core $releasever - SW suspend 2
baseurl=http://ftp.upjs.sk/pub/users/sal/swsusp2/$releasever
enabled=1
gpgcheck=0
Reply With Quote
  #5 (permalink)  
Old 01-18-2006, 11:19 PM
rockdalinux's Avatar
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

Ashish, to be frank fedora is real pain in ass…

Go for debian it works really nicely I’m using since last 2+ years and I don’t have any single problem; it can update nicely no dep hell problems

As far as FreeBSD it is also great choice and extremely stable only problem is it does not recognize my wireless card
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!

If you have knowledge, let others light their candles at it.

Certified to work on HP-UX / Sun Solaris / RedHat
Reply With Quote
  #6 (permalink)  
Old 01-19-2006, 11:50 AM
Member
User
 
Join Date: Jan 2005
Location: Pune, India.
Posts: 47
Rep Power: 0
Ashish Pathak
Send a message via MSN to Ashish Pathak Send a message via Yahoo to Ashish Pathak
Default

I agree with you, How is Darwin any ideas?
I guess by installing Darwin we will get MacOS look and feel.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +5.5. The time now is 09:17 PM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36