Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Jan 2009
    Location
    China
    Posts
    11

    Unhappy 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

  2. #2
    Linux User glennzo's Avatar
    Join Date
    Sep 2004
    Location
    Salem, Mass
    Posts
    434
    Nothing to do usually means that the package is already installed. Try
    Code:
    rpm -qa | grep -i pidgin
    If it's installed you will see results similar to this
    Code:
    [glenn@coolhand ~]$ rpm -qa | grep -i pidgin
    pidgin-2.5.3-1.fc10.i386
    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.
    Glenn
    Powered by Fedora 16 and Arch Linux

  3. #3
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,392
    Quote Originally Posted by glennzo View Post
    Nothing to do usually means that the package is already installed.
    Or it could mean that it's spelled wrong.

    Try:

    Code:
    # yum install pidgin
    Linux user #126863 - see http://linuxcounter.net/

  4. #4
    Linux User glennzo's Avatar
    Join Date
    Sep 2004
    Location
    Salem, Mass
    Posts
    434
    Nice catch Roxoff
    Glenn
    Powered by Fedora 16 and Arch Linux

  5. #5
    Linux Enthusiast L4Linux's Avatar
    Join Date
    Sep 2008
    Location
    Greece
    Posts
    584
    The program you want is pidgin. You must be connected to the Internet for yum to work.
    Code:
    yum install pidgin
    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.

  6. #6
    Just Joined!
    Join Date
    Jan 2009
    Location
    China
    Posts
    11
    Quote Originally Posted by Roxoff View Post
    Or it could mean that it's spelled wrong.

    Try:

    Code:
    # yum install pidgin
    Ohhhhhhhhhhhh.........No..................Foolish am I???
    I will try again tomorrow

    Thanks everyone

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...