How To Install GLC_lib on Fedora 34
Introduction
In this tutorial we learn how to install GLC_lib
on Fedora 34.
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. GLC_lib 2.5.0 7.fc34 x86_64 506 k GLC_lib-2.5.0-7.fc34.src.rpm fedora C++ class library for OpenGL application based on Qt 4 http LGPLv3+ 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 34. 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 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the GLC_lib
package we can use the following command:
sudo dnf remove GLC_lib
GLC_lib Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/34cc1ad295855901a3f9ee1acd51300b194c45
/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
/usr/lib/.build-id
/usr/lib/.build-id/88
/usr/lib/.build-id/88/af2c66544721f10d8fd115584a44a8bc45178d
/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
- [GLC_lib website](http://www.glc-lib.net/ http://www.glc-lib.net/)
Summary
In this tutorial we learn how to install GLC_lib
on Fedora 34 using yum and dnf.