Install Software in Fedora

Revision as of 18:10, 28 August 2016 by Kipkis (Kipkis | contribs) (importing article from wikihow)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Fedora, a Linux distribution created by the Red Hat community, uses the yum package manager to install and remove software. If the software you are looking for did not come pre-installed you can easily download and install it through yum.

Steps

  1. Boot up your system and log in
  2. Find the software you are looking for. You can find it by searching the repositories, or through a search engine. Unless the .rpm file is there, you will usually be able to install the software using two ways:

Command Line

  1. Open up a terminal. This can be found in Applications -> System Tools -> Terminal. If you did not give yourself sudo permissions you will have to the su command.
  2. Run yum update. This is done by sudo yum update.
  3. Type in sudo yum install software-name. For example, if you are installing Dillo you would type sudo yum install dillo.
  4. Type "y" when prompted. This is to make sure you would like to install the software and its associated dependencies. You can override this by adding the -y flag (sudo yum install -y software-name), although this is not recommended.

Graphical tool

  1. Open the graphical tool. This is System -> Administration -> Add/Remove Software.
  2. Type the name of the software you are looking for into the search box. For example, you can find Dillo here by simply typing it into the search box. Software is also organized by category.
  3. Check the box for the software you want to install and then click Apply.

Video

Tips

  • For more help with the yum tool, run yum --help.

Related Articles

Sources and Citations