How to Install Software in Red Hat Linux

Table of contents:

How to Install Software in Red Hat Linux
How to Install Software in Red Hat Linux
Anonim

Red Hat is the foundation of the Linux, PC, Linux OS, Mandriva and Fedora distributions. If the Linux distribution you are using does not include all the software you need, you can add other programs to it by downloading them from the internet, or by using an external storage device. You can install using a graphical interface or directly from the command line.

Steps

Install Software in Red Hat Linux Step 1
Install Software in Red Hat Linux Step 1

Step 1. Remember that, in Linux, all software is distributed in packages that can be downloaded from various repositories (repos)

The installation tools are called package managers, and they automatically manage dependencies between different software libraries.

Install Software in Red Hat Linux Step 2
Install Software in Red Hat Linux Step 2

Step 2. Command line installation

Launch a Terminal window or Shell as root.

Install Software in Red Hat Linux Step 3
Install Software in Red Hat Linux Step 3

Step 3. Enter the root user's password

Install Software in Red Hat Linux Step 4
Install Software in Red Hat Linux Step 4

Step 4. To update the package list, type the command yum check-update

Install Software in Red Hat Linux Step 5
Install Software in Red Hat Linux Step 5

Step 5. Type the command yum install "name of the program to install"

Install Software in Red Hat Linux Step 6
Install Software in Red Hat Linux Step 6

Step 6. For example, to install the internet browser Dillo, you need to use the following command yum install dillo

Install Software in Red Hat Linux Step 7
Install Software in Red Hat Linux Step 7

Step 7. Confirm your action by pressing the Y key

Install Software in Red Hat Linux Step 8
Install Software in Red Hat Linux Step 8

Step 8. Finished

Advice

  • If you want to use a graphical interface, consider the Synaptic application.
  • Also consider using Apt-Get. Note that it is not available for Red Hat 6.

Recommended: