How To Install algobox on Fedora 36
Introduction
In this tutorial we learn how to install algobox
on Fedora 36.
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install algobox.
Install algobox on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install algobox
using dnf
by running the following command:
sudo dnf -y install algobox
Install algobox on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
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 36
To uninstall only the algobox
package we can use the following command:
sudo dnf remove algobox
algobox Package Contents on Fedora 36
/usr/bin/algobox
/usr/lib/.build-id
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/157ada25e697da96da508d00c2f40a0fa418c0
/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 36 using yum and [dnf]((/fedora/36/dnf/).