How To Install malaga on Fedora 36
Introduction
In this tutorial we learn how to install malaga
on Fedora 36.
What is malaga
A software package for the development and application of grammars that are used for the analysis of words and sentences of natural languages. It is a language-independent system that offers a programming language for the modelling of the language-dependent grammatical information. This language is also called Malaga. Malaga is based on the grammatical theory of the “Left Associative Grammar” (LAG), developed by Roland Hausser, professor for Computational Linguistics at University of Erlangen, Germany.
We can use yum
or dnf
to install malaga
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install malaga.
Install malaga 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 malaga
using dnf
by running the following command:
sudo dnf -y install malaga
Install malaga 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 malaga
using yum
by running the following command:
sudo yum -y install malaga
How To Uninstall malaga on Fedora 36
To uninstall only the malaga
package we can use the following command:
sudo dnf remove malaga
malaga Package Contents on Fedora 36
/usr/bin/malaga
/usr/bin/mallex
/usr/bin/malmake
/usr/bin/malrul
/usr/bin/malshow
/usr/bin/malsym
/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/083600151ff9d8d81770d943b87b4612e137fd
/usr/lib/.build-id/5f/5670b43f42108e89da3360515d090fe7b73b88
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/8fb4bb2d15937507ab23c4fdc1c72629168353
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/d1a39d5e7b21f81ffb8371f4b79c97f904b040
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/42659b4ae25389693130c1d92dd628120e406a
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/1bab7c33ab8fd35b2b8fb3c13ac5fb2fb27410
/usr/share/info/malaga.info.gz
/usr/share/malaga
/usr/share/malaga/malaga.el
/usr/share/man/man1/malaga.1.gz
/usr/share/man/man1/mallex.1.gz
/usr/share/man/man1/malmake.1.gz
/usr/share/man/man1/malrul.1.gz
/usr/share/man/man1/malshow.1.gz
/usr/share/man/man1/malsym.1.gz
References
Summary
In this tutorial we learn how to install malaga
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).