Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 16
I'm a super n00b to linux and I cannot for the life of me figure out how to install a package. I down load the package and when I choose ...
  1. #1
    Just Joined! kryznic's Avatar
    Join Date
    Mar 2010
    Posts
    8

    Trying to install packages

    I'm a super n00b to linux and I cannot for the life of me figure out how to install a package. I down load the package and when I choose 'open with package installer' it thinks about it but nothing ever happens. I've also tried yum, I am trying to install flash plugin for my firefox browser on Fedora 12.

    Not to mention I have no idead what the diff is between rpm, yum, tgz etc. But I guess that is for another thread.

    Thanks.

    -Chris

  2. #2
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,942
    I don't use Fedora myself but the link below provides pretty specific instructions:

    Flash - FedoraProject

  3. #3
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Not to mention I have no idead what the diff is between rpm, yum, tgz etc. But I guess that is for another thread.
    Yum is a command line package management program.
    Rpm is confusingly both a package format (somewhat similar to .exe in Windows) and a low level package management program.
    Tgz is an archive file, similar to zip.

  4. #4
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,097
    Welcome to the forums!

    It's usually better for new users to install packages under Fedora with the YUM package tool.

    I'd recommend starting there with software installation until you know what you are doing.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by kryznic View Post
    I'm a super n00b to linux and I cannot for the life of me figure out how to install a package. I down load the package and when I choose 'open with package installer' it thinks about it but nothing ever happens. I've also tried yum, I am trying to install flash plugin for my firefox browser on Fedora 12.

    Not to mention I have no idead what the diff is between rpm, yum, tgz etc. But I guess that is for another thread.

    Thanks.

    -Chris
    I would suggest you to use Yum Extender for Package Management. Its graphical interface of package manager, yum.
    Execute this in Terminal
    Code:
    su -
    yum -y install yumex
    exit
    Look for Yum Extender in Menu.
    Follow this guide for package management, installation and configuration.
    Last edited by devils casper; 03-11-2010 at 02:37 AM. Reason: Broken link
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined! kryznic's Avatar
    Join Date
    Mar 2010
    Posts
    8
    awesome thanks everyone! I've got a long road ahead of me but I feel confident I will get where I need to go (or lose my job) one of the 2 lol :P

  7. #7
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,097
    If you should decide to use YUM from the command line, here's a short guide that might help to get you going:

    The Unofficial Fedora FAQ
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  8. #8
    Just Joined! kryznic's Avatar
    Join Date
    Mar 2010
    Posts
    8
    Thanks Ozar!

  9. #9
    Linux Newbie
    Join Date
    Oct 2008
    Posts
    140
    I like yum from the command line, a simple
    [kurt@Jupiter ~]$sudo yum upgrade
    (or put that into a cronfile)
    [kurt@Jupiter ~]$sudo yum install programname
    For flash, multimedia and a couple other things, I recommend autoten
    [kurt@Jupiter ~]$sudo yum install autoten.
    Then run it from your menu, under internet or maybe system tools, I forget which. It will ask for the root password, and make some things much easier.

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    sudo is not pre-configured in Most of RPM based distros. Use su to gain root privileges.
    Code:
    su -c yum upgrade
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Page 1 of 2 1 2 LastLast

Posting Permissions

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