How To Install algobox on Fedora 34

algobox is Algorithmic software

Introduction

In this tutorial we learn how to install algobox on Fedora 34.

What is algobox

Algobox is an initiation to algorithmic software at high school level. %description(fr) Algobox est un logiciel d’initiation à l’algorithmique au niveau lycée.

We can use yum or dnf to install algobox on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install algobox.

Install algobox on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install algobox using dnf by running the following command:

sudo dnf -y install algobox

Install algobox on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install algobox using yum by running the following command:

sudo yum -y install algobox

How To Uninstall algobox on Fedora 34

To uninstall only the algobox package we can use the following command:

sudo dnf remove algobox

algobox Package Contents on Fedora 34

/usr/bin/algobox
/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/f47fbe0bb439dd30ea00cd13924ad1f9043dde
/usr/share/algobox
/usr/share/algobox/AUTHORS
/usr/share/algobox/CHANGELOG.txt
/usr/share/algobox/COPYING
/usr/share/algobox/aidealgobox.html
/usr/share/algobox/eleve_calcul_recurrent.alg
/usr/share/algobox/eleve_distance_sur_un_axe.alg
/usr/share/algobox/eleve_que_fait_lalgo.alg
/usr/share/algobox/eleve_simplification_calculs_enchaines.alg
/usr/share/algobox/eleve_simul_lancers_de.alg
/usr/share/algobox/prof_babylone.alg
/usr/share/algobox/prof_balayage_fonctions.alg
/usr/share/algobox/prof_courbe_fonction.alg
/usr/share/algobox/prof_decomp_facteurspremiers.alg
/usr/share/algobox/prof_dichotomie.alg
/usr/share/algobox/prof_ductoscane.alg
/usr/share/algobox/prof_euler.alg
/usr/share/algobox/prof_integrale_trapezes.alg
/usr/share/algobox/prof_montecarlo.alg
/usr/share/algobox/prof_pgcd_euclide.alg
/usr/share/algobox/prof_pgcd_recursif.alg
/usr/share/algobox/prof_somme_entiers.alg
/usr/share/algobox/prof_suite_syracuse.alg
/usr/share/algobox/prof_tri_abulle.alg
/usr/share/algobox/qt_fr.qm
/usr/share/applications/algobox.desktop
/usr/share/doc/algobox
/usr/share/doc/algobox/AUTHORS
/usr/share/doc/algobox/CHANGELOG.txt
/usr/share/licenses/algobox
/usr/share/licenses/algobox/license.txt
/usr/share/mime/packages/x-algobox.xml
/usr/share/pixmaps/algobox.png

References

Summary

In this tutorial we learn how to install algobox on Fedora 34 using yum and dnf.