How To Install libglpng on Fedora 36
Introduction
In this tutorial we learn how to install libglpng
on Fedora 36.
What is libglpng
glpng is a small toolkit to make loading PNG image files as an OpenGL texture as easy as possible.
We can use yum
or dnf
to install libglpng
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libglpng.
Install libglpng 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 libglpng
using dnf
by running the following command:
sudo dnf -y install libglpng
Install libglpng 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 libglpng
using yum
by running the following command:
sudo yum -y install libglpng
How To Uninstall libglpng on Fedora 36
To uninstall only the libglpng
package we can use the following command:
sudo dnf remove libglpng
libglpng Package Contents on Fedora 36
---
title: "How To Install libglpng on Fedora 36"
linkTitle: "libglpng"
type: "docs"
description: "In this tutorial we learn how to install libglpng in Fedora 36. libglpng is Toolkit for loading PNG images as OpenGL textures"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libglpng-featured.png
---
## Introduction
In this tutorial we learn how to install `libglpng` on Fedora 36.
### What is `libglpng`
> glpng is a small toolkit to make loading PNG image files as an OpenGL texture as easy as possible.
We can use `yum` or `dnf` to install `libglpng` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libglpng.
## Install libglpng on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libglpng
using dnf
by running the following command:
sudo dnf -y install libglpng
Install libglpng 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 libglpng
using yum
by running the following command:
sudo yum -y install libglpng
How To Uninstall libglpng on Fedora 36
To uninstall only the libglpng
package we can use the following command:
sudo dnf remove libglpng
libglpng Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/41337246abd245136feaadead004cbafcfa1b3
/usr/lib/libglpng.so.1
/usr/lib/libglpng.so.1.45
/usr/share/doc/libglpng
/usr/share/doc/libglpng/glpng.htm
References
Summary
/usr/lib/.build-id
/usr/lib/.build-id/de
/usr/lib/.build-id/de/1845a2627108e2b2a1f7b11c04d3967a5afd61
/usr/lib64/libglpng.so.1
/usr/lib64/libglpng.so.1.45
/usr/share/doc/libglpng
/usr/share/doc/libglpng/glpng.htm
In this tutorial we learn how to install libglpng
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
## References
* [libglpng website](https://admin.fedoraproject.org/pkgdb/packages/name/libglpng)
## Summary
In this tutorial we learn how to install `libglpng` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).