How To Install GLC_lib on Fedora 36

In this tutorial we learn how to install GLC_lib in Fedora 36. GLC_lib is C++ class library for OpenGL application based on Qt 4

Introduction

In this tutorial we learn how to install GLC_lib on Fedora 36.

What is GLC_lib

GLC_lib is a C++ class library that enables the quick creation of OpenGL application based on Qt 4. Some GLC_lib features textured file support, 3D Primitive… And more.

We can use yum or dnf to install GLC_lib on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install GLC_lib.

Install GLC_lib 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 GLC_lib using dnf by running the following command:

sudo dnf -y install GLC_lib

Install GLC_lib 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 GLC_lib using yum by running the following command:

sudo yum -y install GLC_lib

How To Uninstall GLC_lib on Fedora 36

To uninstall only the GLC_lib package we can use the following command:

sudo dnf remove GLC_lib

GLC_lib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/943ee798e35ef2065b924c3fcf23c40f89d465
/usr/lib64/libGLC_lib.so.2
/usr/lib64/libGLC_lib.so.2.5
/usr/lib64/libGLC_lib.so.2.5.0
/usr/share/licenses/GLC_lib
/usr/share/licenses/GLC_lib/LICENSE.LGPL

References

Summary

In this tutorial we learn how to install GLC_lib on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install GLC_lib on Fedora 36” linkTitle: “GLC_lib” type: “docs” description: “In this tutorial we learn how to install GLC_lib in Fedora 36. GLC_lib is C++ class library for OpenGL application based on Qt 4” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/GLC_lib-featured.png

Introduction

In this tutorial we learn how to install GLC_lib on Fedora 36.

What is GLC_lib

GLC_lib is a C++ class library that enables the quick creation of OpenGL application based on Qt 4. Some GLC_lib features textured file support, 3D Primitive… And more.

We can use yum or dnf to install GLC_lib on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install GLC_lib.

Install GLC_lib 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 GLC_lib using dnf by running the following command:

sudo dnf -y install GLC_lib

Install GLC_lib 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 GLC_lib using yum by running the following command:

sudo yum -y install GLC_lib

How To Uninstall GLC_lib on Fedora 36

To uninstall only the GLC_lib package we can use the following command:

sudo dnf remove GLC_lib

GLC_lib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/25170f3d661dd28165b504b596e77352806c94
/usr/lib/libGLC_lib.so.2
/usr/lib/libGLC_lib.so.2.5
/usr/lib/libGLC_lib.so.2.5.0
/usr/share/licenses/GLC_lib
/usr/share/licenses/GLC_lib/LICENSE.LGPL

References

Summary

In this tutorial we learn how to install GLC_lib on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).