Results 1 to 6 of 6
My system is FC6,I´m a newbie.
I want to install pdgin.so I type ¨yum install pdgin¨
[root@linuxbook MPlayer-1.0rc2]# yum install pdgin
Loading "installonlyn" plugin
Setting up Install Process
Setting up ...
- 01-23-2009 #1Just Joined!
- Join Date
- Jan 2009
- Location
- China
- Posts
- 11
How to use yum?Where is its source?Thanks
My system is FC6,I´m a newbie.
I want to install pdgin.so I type ¨yum install pdgin¨
[root@linuxbook MPlayer-1.0rc2]# yum install pdgin
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
Please help me.I want to know which souce can be used now and How can I setup.
Thank you
- 01-23-2009 #2
Nothing to do usually means that the package is already installed. Try
If it's installed you will see results similar to thisCode:rpm -qa | grep -i pidgin
This shows that pidgin is indeed already installed on my Fedora 10 system. However, since you're using Fedora 6 I suspect that the problem may be that there are no repositories available since Fedora 6 is well past EOL.Code:[glenn@coolhand ~]$ rpm -qa | grep -i pidgin pidgin-2.5.3-1.fc10.i386
Glenn
Powered by Fedora 16 and Arch Linux
- 01-23-2009 #3Linux user #126863 - see http://linuxcounter.net/
- 01-23-2009 #4
Nice catch Roxoff
Glenn
Powered by Fedora 16 and Arch Linux
- 01-23-2009 #5
The program you want is pidgin. You must be connected to the Internet for yum to work.
Also, FC6 is outdated and no longer supported. If it is not a production system you use, you should consider installing latest version Fedora 10.Code:yum install pidgin
- 01-23-2009 #6Just Joined!
- Join Date
- Jan 2009
- Location
- China
- Posts
- 11


Reply With Quote
