How To Install augeas-vala on Fedora 36
In this tutorial we learn how to install augeas-vala in Fedora 36. augeas-vala is Vala bindings for augeas
Introduction
In this tutorial we learn how to install augeas-vala
on Fedora 36.
What is augeas-vala
Vala bindings for augeas.
We can use yum
or dnf
to install augeas-vala
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install augeas-vala.
Install augeas-vala 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 augeas-vala
using dnf
by running the following command:
sudo dnf -y install augeas-vala
Install augeas-vala 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 augeas-vala
using yum
by running the following command:
sudo yum -y install augeas-vala
How To Uninstall augeas-vala on Fedora 36
To uninstall only the augeas-vala
package we can use the following command:
sudo dnf remove augeas-vala
augeas-vala Package Contents on Fedora 36
/usr/share/doc/augeas-vala
/usr/share/doc/augeas-vala/AUTHORS
/usr/share/doc/augeas-vala/COPYING.LIB
/usr/share/doc/augeas-vala/NEWS
/usr/share/doc/augeas-vala/README
/usr/share/doc/augeas-vala/TODO
/usr/share/vala/vapi/augeas.deps
/usr/share/vala/vapi/augeas.vapi
References
Summary
In this tutorial we learn how to install augeas-vala
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).