LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-08-2004, 09:45 PM   #1
jedimastermopar
Member
 
Registered: Jun 2004
Distribution: fedora core 1 and core 2
Posts: 178

Rep: Reputation: 30
unable to install apt under fedora core2


I am trying to install apt so I can install mplayer. Now I downloaded the
apt-0.5.15.cnc6-1.1.fc2.fr.i386.rpm
and ran

rpm -Uvh apt-0.5.15.cnc6-1.1.fc2.fr.i386.rpm


and it said I need

warning: apt-0.5.15cnc6-1.1.fc2.fr.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
error: Failed dependencies:
libc.so.6(GLIBC_2.3.4) is needed by apt-0.5.15cnc6-1.1.fc2.fr
librpm-4.3.so is needed by apt-0.5.15cnc6-1.1.fc2.fr
librpmdb-4.3.so is needed by apt-0.5.15cnc6-1.1.fc2.fr
librpmio-4.3.so is needed by apt-0.5.15cnc6-1.1.fc2.fr
libselinux.so.1 is needed by apt-0.5.15cnc6-1.1.fc2.fr

Then I downloaded glibc-2.3.2-4.80.8.i386.rpm
and got this

glibc-common = 2.3.2-4.80.8 is needed by glibc-2.3.2-4.80.8
libc.so.6(GLIBC_PRIVATE) is needed by (installed) nscd-2.3.2-101
glibc >= 2.3.2-66 is needed by (installed) XFree86-4.3.0-42


Am I getting closer or whats the deal here? I installed apt on my computer at work with no problems, but I must have missed something when I installed fedora on my home pc. I have searched and searched and I am now tired and goin to bed, so hopefully someone overnight can post me some sort of solution.

Thanks for reading.
 
Old 06-09-2004, 07:30 AM   #2
jedimastermopar
Member
 
Registered: Jun 2004
Distribution: fedora core 1 and core 2
Posts: 178

Original Poster
Rep: Reputation: 30
Should I have posted this in the OS specific section?
 
Old 06-09-2004, 07:31 AM   #3
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
Get the RPM for glibc-common, then do

rpm -Uvh glibc-common-2.3.2-4.80.8.i386.rpm glibc-2.3.2-4.80.8.i386.rpm apt-0.5.15.cnc6-1.1.fc2.fr.i386.rpm.

If that's all the dependencies, it should install all 3 rpms in the correct order, but you might need to do a --force-overwrite to get glibc to overwrite the libraries installed that are being used by XFree.
 
Old 06-09-2004, 11:59 AM   #4
jedimastermopar
Member
 
Registered: Jun 2004
Distribution: fedora core 1 and core 2
Posts: 178

Original Poster
Rep: Reputation: 30
I am don;t think I am doing this right here s the output

[root@x1-6-00-50-04-0c-72-dd downloads]# ls
apt-0.5.15cnc6-1.1.fc2.fr.i386.rpm glibc-common-2.3.2-4.80.8.i386.rpm
glibc-2.3.2-4.80.8.i386.rpm
[root@x1-6-00-50-04-0c-72-dd downloads]# rpm -Uvh glibc-common-2.3.2-4.80.8.i386.rpm glibc-2.3.2-4.80.8.i386.rpm apt-0.5.15.cnc6-1.1.fc2.fr.i386.rpm
error: open of apt-0.5.15.cnc6-1.1.fc2.fr.i386.rpm failed: No such file or directory
[root@x1-6-00-50-04-0c-72-dd downloads]# rpm -Uvh *
warning: apt-0.5.15cnc6-1.1.fc2.fr.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
error: Failed dependencies:
libc.so.6(GLIBC_2.3.4) is needed by apt-0.5.15cnc6-1.1.fc2.fr
librpm-4.3.so is needed by apt-0.5.15cnc6-1.1.fc2.fr
librpmdb-4.3.so is needed by apt-0.5.15cnc6-1.1.fc2.fr
librpmio-4.3.so is needed by apt-0.5.15cnc6-1.1.fc2.fr
libselinux.so.1 is needed by apt-0.5.15cnc6-1.1.fc2.fr
libc.so.6(GLIBC_PRIVATE) is needed by (installed) nscd-2.3.2-101
glibc >= 2.3.2-66 is needed by (installed) XFree86-4.3.0-42
[root@x1-6-00-50-04-0c-72-dd downloads]#
 
Old 06-09-2004, 04:00 PM   #5
jedimastermopar
Member
 
Registered: Jun 2004
Distribution: fedora core 1 and core 2
Posts: 178

Original Poster
Rep: Reputation: 30
Ok forget it close this thread I am an idiot.
I brought home the wrong CD's and I installed core 1, when I thought it was core 2. once I started using the core 1 binaries everything works just fine.
 
  


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
Unable to install Fedora joeroc Fedora 2 04-27-2005 06:43 PM
Network install of Fedora Core2 64-bit slackr007 Linux - Networking 0 04-02-2005 11:27 AM
How do I install a HSP56MR modem on Fedora Core2? jddiazg Linux - Newbie 1 08-25-2004 09:48 PM
help the ati display drivers can't install the Fedora core2 Linuxjia Linux - Hardware 2 08-09-2004 11:52 PM
Core2 unable to instl apt I need glibc how do I get that working? jedimastermopar Fedora 1 06-09-2004 04:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:20 AM.

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