LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   linux Libaries (https://www.linuxquestions.org/questions/linux-software-2/linux-libaries-772047/)

baby_ 11-28-2009 01:52 AM

linux Libaries
 
i want to install xmms in fedora but while installing (with rpm command ) console show me these errors:

libgdk-1.2.so.0 is needed by xmms-mp3-1.2.10-16.fc7.i386
libglib-1.2.so.0 is needed by xmms-mp3-1.2.10-16.fc7.i386
libgmodule-1.2.so.0 is needed by xmms-mp3-1.2.10-16.fc7.i386
libgthread-1.2.so.0 is needed by xmms-mp3-1.2.10-16.fc7.i386
libgtk-1.2.so.0 is needed by xmms-mp3-1.2.10-16.fc7.i386
libxmms.so.1 is needed by xmms-mp3-1.2.10-16.fc7.i386

is there in a package? because i hate to download each of them and install..... if it is where can i download it?

mesiol 11-28-2009 01:55 AM

Hi,

Fedora uses
Code:

yum
to manage rpm packages.

Did you try
Code:

yum install xmms
? This will resolve package dependencies, download them and install it on your system.

baby_ 11-28-2009 02:14 AM

Thanks but it shows me:

[root@localhost ~]# yum install xmms
Loaded plugins: refresh-packagekit
Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mir...ra-9&arch=i386 error was
[Errno 4] IOError: <urlopen error (101, 'Network is unreachable')>
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again

unSpawn 11-28-2009 04:08 AM

Quote:

Originally Posted by baby_ (Post 3772083)
xmms-mp3-1.2.10-16.fc7.i386

...that's a Fedora 7 RPM (outdated) and
Quote:

Originally Posted by baby_ (Post 3772098)
mirrorlist?repo=fedora-9

that's the Fedora 9 repo, outdated as well. The URI is accessable so maybe look into the "Network is unreachable" error first. And please either keep up with the Fedora release cycle or move to a different distribution with a release schedule you can keep up with. You nor the community benefit from running outdated releases.


All times are GMT -5. The time now is 08:02 AM.