How To Install libcutl on Fedora 36
Introduction
In this tutorial we learn how to install libcutl
on Fedora 36.
What is libcutl
libcutl is a C++ utility library. It contains a collection of generic and fairly independent components.
We can use yum
or dnf
to install libcutl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcutl.
Install libcutl 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 libcutl
using dnf
by running the following command:
sudo dnf -y install libcutl
Install libcutl 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 libcutl
using yum
by running the following command:
sudo yum -y install libcutl
How To Uninstall libcutl on Fedora 36
To uninstall only the libcutl
package we can use the following command:
sudo dnf remove libcutl
libcutl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/56
/usr/lib/.build-id/56/ddbf274e00e16b1798cffacad18ec0b5fd530e
/usr/lib/libcutl-1.10.so
/usr/share/licenses/libcutl
/usr/share/licenses/libcutl/LICENSE
/usr/share/licenses/libcutl/boost-LICENSE
References
Summary
In this tutorial we learn how to install libcutl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libcutl on Fedora 36” linkTitle: “libcutl” type: “docs” description: “In this tutorial we learn how to install libcutl in Fedora 36. libcutl is C++ utility library from Code Synthesis” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libcutl-featured.png
Introduction
In this tutorial we learn how to install libcutl
on Fedora 36.
What is libcutl
libcutl is a C++ utility library. It contains a collection of generic and fairly independent components.
We can use yum
or dnf
to install libcutl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcutl.
Install libcutl 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 libcutl
using dnf
by running the following command:
sudo dnf -y install libcutl
Install libcutl 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 libcutl
using yum
by running the following command:
sudo yum -y install libcutl
How To Uninstall libcutl on Fedora 36
To uninstall only the libcutl
package we can use the following command:
sudo dnf remove libcutl
libcutl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/3efd95182be9c5b989a907ceb3f8008a7dd6d9
/usr/lib64/libcutl-1.10.so
/usr/share/licenses/libcutl
/usr/share/licenses/libcutl/LICENSE
/usr/share/licenses/libcutl/boost-LICENSE
References
Summary
In this tutorial we learn how to install libcutl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).