How To Install libsmartcols on Fedora 36
Introduction
In this tutorial we learn how to install libsmartcols
on Fedora 36.
What is libsmartcols
This is library for ls-like terminal programs, part of util-linux.
We can use yum
or dnf
to install libsmartcols
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsmartcols.
Install libsmartcols 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 libsmartcols
using dnf
by running the following command:
sudo dnf -y install libsmartcols
Install libsmartcols 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 libsmartcols
using yum
by running the following command:
sudo yum -y install libsmartcols
How To Uninstall libsmartcols on Fedora 36
To uninstall only the libsmartcols
package we can use the following command:
sudo dnf remove libsmartcols
libsmartcols Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/5c/8d003b4a732a14b44b3e2f0c5cd3857bba4ed8
/usr/lib64/libsmartcols.so.1
/usr/lib64/libsmartcols.so.1.1.0
/usr/share/licenses/libsmartcols
/usr/share/licenses/libsmartcols/COPYING
/usr/share/licenses/libsmartcols/COPYING.LGPL-2.1-or-later
References
Summary
In this tutorial we learn how to install libsmartcols
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).