How To Install libliftoff on Fedora 36
Introduction
In this tutorial we learn how to install libliftoff
on Fedora 36.
What is libliftoff
libliftoff eases the use of KMS planes from userspace without standing in your way. Users create “virtual planes” called layers, set KMS properties on them, and libliftoff will allocate planes for these layers if possible.
We can use yum
or dnf
to install libliftoff
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libliftoff.
Install libliftoff 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 libliftoff
using dnf
by running the following command:
sudo dnf -y install libliftoff
Install libliftoff 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 libliftoff
using yum
by running the following command:
sudo yum -y install libliftoff
How To Uninstall libliftoff on Fedora 36
To uninstall only the libliftoff
package we can use the following command:
sudo dnf remove libliftoff
libliftoff Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/0d9633c014de450356a704822ac8db9b7bf8f7
/usr/lib64/libliftoff.so.0
/usr/lib64/libliftoff.so.0.2.0
/usr/share/doc/libliftoff
/usr/share/doc/libliftoff/README.md
/usr/share/licenses/libliftoff
/usr/share/licenses/libliftoff/LICENSE
References
Summary
In this tutorial we learn how to install libliftoff
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libliftoff on Fedora 36” linkTitle: “libliftoff” type: “docs” description: “In this tutorial we learn how to install libliftoff in Fedora 36. libliftoff is Lightweight KMS plane library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libliftoff-featured.png
Introduction
In this tutorial we learn how to install libliftoff
on Fedora 36.
What is libliftoff
libliftoff eases the use of KMS planes from userspace without standing in your way. Users create “virtual planes” called layers, set KMS properties on them, and libliftoff will allocate planes for these layers if possible.
We can use yum
or dnf
to install libliftoff
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libliftoff.
Install libliftoff 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 libliftoff
using dnf
by running the following command:
sudo dnf -y install libliftoff
Install libliftoff 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 libliftoff
using yum
by running the following command:
sudo yum -y install libliftoff
How To Uninstall libliftoff on Fedora 36
To uninstall only the libliftoff
package we can use the following command:
sudo dnf remove libliftoff
libliftoff Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/56b53bada8f0e50bca2511db03c68d0ccba630
/usr/lib/libliftoff.so.0
/usr/lib/libliftoff.so.0.2.0
/usr/share/doc/libliftoff
/usr/share/doc/libliftoff/README.md
/usr/share/licenses/libliftoff
/usr/share/licenses/libliftoff/LICENSE
References
Summary
In this tutorial we learn how to install libliftoff
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).