How To Install glcdskin on Fedora 36
Introduction
In this tutorial we learn how to install glcdskin
on Fedora 36.
What is glcdskin
The GraphLCD base is a project to support graphical LC displays. It is mainly used by the graphlcd plugin for the Video Disc Recorder to display its information. This package contains the skin library needed to run programs dynamically linked with libglcdskin.
We can use yum
or dnf
to install glcdskin
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install glcdskin.
Install glcdskin 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 glcdskin
using dnf
by running the following command:
sudo dnf -y install glcdskin
Install glcdskin 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 glcdskin
using yum
by running the following command:
sudo yum -y install glcdskin
How To Uninstall glcdskin on Fedora 36
To uninstall only the glcdskin
package we can use the following command:
sudo dnf remove glcdskin
glcdskin Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/e41c413be57d9b8d0701ead468ee54f9362d5a
/usr/lib/libglcdskin.so.2
/usr/lib/libglcdskin.so.2.1.0
/usr/share/doc/glcdskin
/usr/share/doc/glcdskin/README
/usr/share/licenses/glcdskin
/usr/share/licenses/glcdskin/COPYING
References
Summary
In this tutorial we learn how to install glcdskin
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install glcdskin on Fedora 36” linkTitle: “glcdskin” type: “docs” description: “In this tutorial we learn how to install glcdskin in Fedora 36. glcdskin is GraphLCD shared skin library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/glcdskin-featured.png
Introduction
In this tutorial we learn how to install glcdskin
on Fedora 36.
What is glcdskin
The GraphLCD base is a project to support graphical LC displays. It is mainly used by the graphlcd plugin for the Video Disc Recorder to display its information. This package contains the skin library needed to run programs dynamically linked with libglcdskin.
We can use yum
or dnf
to install glcdskin
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install glcdskin.
Install glcdskin 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 glcdskin
using dnf
by running the following command:
sudo dnf -y install glcdskin
Install glcdskin 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 glcdskin
using yum
by running the following command:
sudo yum -y install glcdskin
How To Uninstall glcdskin on Fedora 36
To uninstall only the glcdskin
package we can use the following command:
sudo dnf remove glcdskin
glcdskin Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/d82f43edb63b39ea273d5e93d5b58f65ceb37d
/usr/lib64/libglcdskin.so.2
/usr/lib64/libglcdskin.so.2.1.0
/usr/share/doc/glcdskin
/usr/share/doc/glcdskin/README
/usr/share/licenses/glcdskin
/usr/share/licenses/glcdskin/COPYING
References
Summary
In this tutorial we learn how to install glcdskin
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).