LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install on Fedora 8 (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-on-fedora-8-a-626001/)

bowbalitic 03-05-2008 06:30 PM

How to install on Fedora 8
 
How do I install on Fedora Core 8. My "Linux for Dummies" book gives a long drawn out description where I have to know every thing about the application. I wouldn't mind learning it that way, but I would like to know if their is a little easier method, because I am really new to linux and I would like to learn one step at a time.

jay73 03-05-2008 06:37 PM

Many ways to do the same thing:
- Applications > Add/Remove software: just select what you need and click on apply
- install Yumex: yumex is a graphical front-end to yum and is like Add/Remove Software but it looks better organized
- use yum from the command line: launch a terminal, sign in as root (su -) and install packages with yum -y install package name, e.g. yum -y install firefox will install the firefox browser.
- install rpm packages you find on the internet with rpm -ivh package name; this is not the recommended way because of potential dependency issues but things like realplayer are generally fine to install like this.


All times are GMT -5. The time now is 08:17 AM.