¿What´s the command line pckge downloader in this Linpus?

Discussion in 'Linux' started by darkgaze, Sep 23, 2008.

  1. darkgaze

    darkgaze

    Joined:
    Sep 23, 2008
    Messages:
    11
    Likes Received:
    0
    Hi there.

    I just want to use the command line as always to download. but i always used apt-get or aptitude, in Ubuntu.
    I don´t know what to use here. I tried these, and synaptic or whatever, but i'm a noob here in Fedora.

    I WANT to use the command line. I don´t want to use the package manager.



    I want to download the manpages to have the manual info about commands, but... well... i can´t download it. Where the hell is it?

    Thanks a lot !
     
    darkgaze, Sep 23, 2008
    #1
  2. darkgaze

    kevin

    Joined:
    Sep 18, 2008
    Messages:
    274
    Likes Received:
    0
    It's Fedora-based so the package manager is yum. `yum install xxx' works for me. I don't believe there is a single package that contains all the missing manpages -- they are spread between packages. In any case, you'd need to install the man utility first :)
     
    kevin, Sep 23, 2008
    #2
  3. darkgaze

    darkgaze

    Joined:
    Sep 23, 2008
    Messages:
    11
    Likes Received:
    0
    mmm. I see..

    yum. What a name....


    But is it as aptitude, that manages dependencies? it´s quite important for me. I just made a mess with my debian distribution long ago and had to format my computer xD....

    man utility?. Ok, i´m quite a noob. :D
     
    darkgaze, Sep 23, 2008
    #3
  4. darkgaze

    kevin

    Joined:
    Sep 18, 2008
    Messages:
    274
    Likes Received:
    0
    yum is a front-end to the rpm utility. rpm can keep track of dependencies, but it doesn't by itself have a way to retrieve missing dependencies. That's where yum comes in. yum will go to a defined repository and download whatever pieces are necessary to satisfy the dependencies, if possible. Of course, it won't be possible if, e.g., you've used rpm explicitly and installed something that is later than something that yum wants to download. That's why it's better to use the same repository all the time, if possible. Nearly all the software on my One came from the default repository defined by the vendor.
     
    kevin, Sep 23, 2008
    #4
  5. darkgaze

    darkgaze

    Joined:
    Sep 23, 2008
    Messages:
    11
    Likes Received:
    0
    Great help!.

    Yes, i didn´t add a respository. I´ll keep track of what you say...


    :) Thanks a lot. Thanks.
     
    darkgaze, Sep 23, 2008
    #5
  6. darkgaze

    RockDoctor

    Joined:
    Aug 21, 2008
    Messages:
    963
    Likes Received:
    0
    Location:
    Minnesota, USA
    There is a version of apt (for rpm) in the Fedora repository (and synaptic too, if you ever want the gui).
    Code:
    sudo yum install apt
    By the way, the name yum comes from "Yellow Dog Updater Modified" or some such phrase, Yellow Dog being a RH/CentOS-based distro for PPCs
     
    RockDoctor, Sep 23, 2008
    #6
  7. darkgaze

    kroetsjef

    Joined:
    Nov 8, 2008
    Messages:
    1
    Likes Received:
    0
    sudo yum install man ... installs the man command (but no man pages)
    sudo yum install man-pages ... installs the man pages themselves (4Mb)
     
    kroetsjef, Nov 8, 2008
    #7
  8. darkgaze

    darkgaze

    Joined:
    Sep 23, 2008
    Messages:
    11
    Likes Received:
    0
    ok, neat!

    Thanks a lot
     
    darkgaze, Nov 8, 2008
    #8
  9. darkgaze

    rbil

    Joined:
    Aug 14, 2008
    Messages:
    730
    Likes Received:
    0
    Location:
    The Wet Coast, Canada
    rbil, Nov 9, 2008
    #9
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.