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 ...
- 03-10-2010 #1
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
- 03-10-2010 #2Linux 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
- 03-10-2010 #3Yum is a command line package management program.Not to mention I have no idead what the diff is between rpm, yum, tgz etc. But I guess that is for another thread.
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.
- 03-10-2010 #4forum.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.
- 03-11-2010 #5
I would suggest you to use Yum Extender for Package Management. Its graphical interface of package manager, yum.
Execute this in Terminal
Look for Yum Extender in Menu.Code:su - yum -y install yumex exit
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
- 03-11-2010 #6
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
- 03-11-2010 #7forum.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 FAQoz
→ 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.
- 03-12-2010 #8
- 03-13-2010 #9Linux 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.
- 03-13-2010 #10
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


Reply With Quote
