How To Install graphene on Fedora 36
Introduction
In this tutorial we learn how to install graphene
on Fedora 36.
What is graphene
Graphene provides a small set of mathematical types needed to implement graphic libraries that deal with 2D and 3D transformations and projections.
We can use yum
or dnf
to install graphene
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install graphene.
Install graphene 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 graphene
using dnf
by running the following command:
sudo dnf -y install graphene
Install graphene 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 graphene
using yum
by running the following command:
sudo yum -y install graphene
How To Uninstall graphene on Fedora 36
To uninstall only the graphene
package we can use the following command:
sudo dnf remove graphene
graphene Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/5fe8a7c2b9db2d840af56962dff355b77515cf
/usr/lib/girepository-1.0
/usr/lib/girepository-1.0/Graphene-1.0.typelib
/usr/lib/libgraphene-1.0.so.0
/usr/lib/libgraphene-1.0.so.0.1000.6
/usr/share/doc/graphene
/usr/share/doc/graphene/README.md
/usr/share/licenses/graphene
/usr/share/licenses/graphene/LICENSE.txt
References
Summary
In this tutorial we learn how to install graphene
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install graphene on Fedora 36” linkTitle: “graphene” type: “docs” description: “In this tutorial we learn how to install graphene in Fedora 36. graphene is Thin layer of types for graphic libraries” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/graphene-featured.png
Introduction
In this tutorial we learn how to install graphene
on Fedora 36.
What is graphene
Graphene provides a small set of mathematical types needed to implement graphic libraries that deal with 2D and 3D transformations and projections.
We can use yum
or dnf
to install graphene
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install graphene.
Install graphene 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 graphene
using dnf
by running the following command:
sudo dnf -y install graphene
Install graphene 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 graphene
using yum
by running the following command:
sudo yum -y install graphene
How To Uninstall graphene on Fedora 36
To uninstall only the graphene
package we can use the following command:
sudo dnf remove graphene
graphene Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/3fb939e48da15235b4f5edd45e0c495015db97
/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/Graphene-1.0.typelib
/usr/lib64/libgraphene-1.0.so.0
/usr/lib64/libgraphene-1.0.so.0.1000.6
/usr/share/doc/graphene
/usr/share/doc/graphene/README.md
/usr/share/licenses/graphene
/usr/share/licenses/graphene/LICENSE.txt
References
Summary
In this tutorial we learn how to install graphene
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).