How To Install librichacl on Fedora 36
Introduction
In this tutorial we learn how to install librichacl
on Fedora 36.
What is librichacl
The librichacl.so dynamic library provides functions for manipulating Rich Access Control Lists and for converting between their different representations.
We can use yum
or dnf
to install librichacl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install librichacl.
Install librichacl 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 librichacl
using dnf
by running the following command:
sudo dnf -y install librichacl
Install librichacl 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 librichacl
using yum
by running the following command:
sudo yum -y install librichacl
How To Uninstall librichacl on Fedora 36
To uninstall only the librichacl
package we can use the following command:
sudo dnf remove librichacl
librichacl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/c1d9e33493a65f894793e3c4b76467a6614d55
/usr/lib64/librichacl.so.1
/usr/lib64/librichacl.so.1.1.1
/usr/share/licenses/librichacl
/usr/share/licenses/librichacl/COPYING-LGPLv2
References
Summary
In this tutorial we learn how to install librichacl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install librichacl on Fedora 36” linkTitle: “librichacl” type: “docs” description: “In this tutorial we learn how to install librichacl in Fedora 36. librichacl is Dynamic library for Rich Access Control List support” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/librichacl-featured.png
Introduction
In this tutorial we learn how to install librichacl
on Fedora 36.
What is librichacl
The librichacl.so dynamic library provides functions for manipulating Rich Access Control Lists and for converting between their different representations.
We can use yum
or dnf
to install librichacl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install librichacl.
Install librichacl 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 librichacl
using dnf
by running the following command:
sudo dnf -y install librichacl
Install librichacl 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 librichacl
using yum
by running the following command:
sudo yum -y install librichacl
How To Uninstall librichacl on Fedora 36
To uninstall only the librichacl
package we can use the following command:
sudo dnf remove librichacl
librichacl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/629042d3f988db8e5fda3a7cdabbd25c546df9
/usr/lib/librichacl.so.1
/usr/lib/librichacl.so.1.1.1
/usr/share/licenses/librichacl
/usr/share/licenses/librichacl/COPYING-LGPLv2
References
Summary
In this tutorial we learn how to install librichacl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).