How To Install libxcvt on Fedora 36
Introduction
In this tutorial we learn how to install libxcvt
on Fedora 36.
What is libxcvt
libxcvt is a library providing a standalone version of the X server implementation of the VESA CVT standard timing modelines generator.
We can use yum
or dnf
to install libxcvt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libxcvt.
Install libxcvt 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 libxcvt
using dnf
by running the following command:
sudo dnf -y install libxcvt
Install libxcvt 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 libxcvt
using yum
by running the following command:
sudo yum -y install libxcvt
How To Uninstall libxcvt on Fedora 36
To uninstall only the libxcvt
package we can use the following command:
sudo dnf remove libxcvt
libxcvt Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/77
/usr/lib/.build-id/77/5e4fff43d9875a6c719d9d78890a65a34a1cd2
/usr/lib/libxcvt.so.0
/usr/lib/libxcvt.so.0.1.1
/usr/share/doc/libxcvt
/usr/share/doc/libxcvt/COPYING
References
Summary
In this tutorial we learn how to install libxcvt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libxcvt on Fedora 36” linkTitle: “libxcvt” type: “docs” description: “In this tutorial we learn how to install libxcvt in Fedora 36. libxcvt is VESA CVT standard timing modelines generator” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libxcvt-featured.png
Introduction
In this tutorial we learn how to install libxcvt
on Fedora 36.
What is libxcvt
libxcvt is a library providing a standalone version of the X server implementation of the VESA CVT standard timing modelines generator.
We can use yum
or dnf
to install libxcvt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libxcvt.
Install libxcvt 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 libxcvt
using dnf
by running the following command:
sudo dnf -y install libxcvt
Install libxcvt 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 libxcvt
using yum
by running the following command:
sudo yum -y install libxcvt
How To Uninstall libxcvt on Fedora 36
To uninstall only the libxcvt
package we can use the following command:
sudo dnf remove libxcvt
libxcvt Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/7bdd156f8c64938bd246ae35dc4ca8892ef06c
/usr/lib64/libxcvt.so.0
/usr/lib64/libxcvt.so.0.1.1
/usr/share/doc/libxcvt
/usr/share/doc/libxcvt/COPYING
References
Summary
In this tutorial we learn how to install libxcvt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).