How To Install egl-gbm on Fedora 36
Introduction
In this tutorial we learn how to install egl-gbm
on Fedora 36.
What is egl-gbm
Nvidia egl gbm libary
We can use yum
or dnf
to install egl-gbm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install egl-gbm.
Install egl-gbm 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 egl-gbm
using dnf
by running the following command:
sudo dnf -y install egl-gbm
Install egl-gbm 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 egl-gbm
using yum
by running the following command:
sudo yum -y install egl-gbm
How To Uninstall egl-gbm on Fedora 36
To uninstall only the egl-gbm
package we can use the following command:
sudo dnf remove egl-gbm
egl-gbm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/c7ba0ab6371f00f5d35f6686b8393c693abdc0
/usr/lib/libnvidia-egl-gbm.so.1
/usr/lib/libnvidia-egl-gbm.so.1.1.0
/usr/share/licenses/egl-gbm
/usr/share/licenses/egl-gbm/COPYING
References
Summary
In this tutorial we learn how to install egl-gbm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install egl-gbm on Fedora 36” linkTitle: “egl-gbm” type: “docs” description: “In this tutorial we learn how to install egl-gbm in Fedora 36. egl-gbm is Nvidia egl gbm libary” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/egl-gbm-featured.png
Introduction
In this tutorial we learn how to install egl-gbm
on Fedora 36.
What is egl-gbm
Nvidia egl gbm libary
We can use yum
or dnf
to install egl-gbm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install egl-gbm.
Install egl-gbm 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 egl-gbm
using dnf
by running the following command:
sudo dnf -y install egl-gbm
Install egl-gbm 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 egl-gbm
using yum
by running the following command:
sudo yum -y install egl-gbm
How To Uninstall egl-gbm on Fedora 36
To uninstall only the egl-gbm
package we can use the following command:
sudo dnf remove egl-gbm
egl-gbm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/26a4ec5e8f78f0597ebf36c07901e6de2e0d65
/usr/lib64/libnvidia-egl-gbm.so.1
/usr/lib64/libnvidia-egl-gbm.so.1.1.0
/usr/share/licenses/egl-gbm
/usr/share/licenses/egl-gbm/COPYING
References
Summary
In this tutorial we learn how to install egl-gbm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).