Select Page

ABIOLA RASP – Raspberries for African School Projects

Wie können wir helfen?

< Alle Themen
Print

Usage of yum command

no-824 au-03

yum

yum stands for Yellowdog Updater, Modifed. yum is a free and open source command line package managemend utility for computers running the Linux operating system using the RPM Package Manager.

Install yum

Firstly, yum package must be installed.

1) Update your system packages.

sudo apt-get update

2) Install yum

sudo apt-get install yum

Install a package using yum

You can install software packages to your Raspberry files using yum.

1) Run below commad to install a package (mirage)

sudo yum install mirage

FORMAT:
sudo yum install package

package = mirage

NOTE:
You must enable repos to install a software package.

This article is a component of the “Linux Introduction” course from the ABIOLA online Academy.

Please refer: https://academy.abiola.ngo/courses/linux-introduction/?lang=en

Inhaltsverzeichnis