How To Install libmng on Fedora 36
Introduction
In this tutorial we learn how to install libmng on Fedora 36.
What is libmng
LibMNG is a library for accessing graphics in MNG (Multi-image Network Graphics) and JNG (JPEG Network Graphics) formats. MNG graphics are basically animated PNGs. JNG graphics are basically JPEG streams integrated into a PNG chunk.
We can use yum or dnf to install libmng on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmng.
Install libmng 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 libmng using dnf by running the following command:
sudo dnf -y install libmng
Install libmng 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 libmng using yum by running the following command:
sudo yum -y install libmng
How To Uninstall libmng on Fedora 36
To uninstall only the libmng package we can use the following command:
sudo dnf remove libmng
libmng Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/b5336222871d240b33a293861587ecfb414885
/usr/lib64/libmng.so.2
/usr/lib64/libmng.so.2.0.2
/usr/share/doc/libmng
/usr/share/doc/libmng/CHANGES
/usr/share/doc/libmng/LICENSE
/usr/share/doc/libmng/README
/usr/share/doc/libmng/README.autoconf
/usr/share/doc/libmng/README.config
/usr/share/doc/libmng/README.contrib
/usr/share/doc/libmng/README.dll
/usr/share/doc/libmng/README.examples
/usr/share/doc/libmng/README.footprint
/usr/share/doc/libmng/README.packaging
/usr/share/doc/libmng/README.version
References
Summary
In this tutorial we learn how to install libmng on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libmng on Fedora 36” linkTitle: “libmng” type: “docs” description: “In this tutorial we learn how to install libmng in Fedora 36. libmng is Library for Multiple-image Network Graphics support” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libmng-featured.png
Introduction
In this tutorial we learn how to install libmng on Fedora 36.
What is libmng
LibMNG is a library for accessing graphics in MNG (Multi-image Network Graphics) and JNG (JPEG Network Graphics) formats. MNG graphics are basically animated PNGs. JNG graphics are basically JPEG streams integrated into a PNG chunk.
We can use yum or dnf to install libmng on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmng.
Install libmng 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 libmng using dnf by running the following command:
sudo dnf -y install libmng
Install libmng 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 libmng using yum by running the following command:
sudo yum -y install libmng
How To Uninstall libmng on Fedora 36
To uninstall only the libmng package we can use the following command:
sudo dnf remove libmng
libmng Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/9a86666729b3aaf35fa5f4f485f016760148da
/usr/lib/libmng.so.2
/usr/lib/libmng.so.2.0.2
/usr/share/doc/libmng
/usr/share/doc/libmng/CHANGES
/usr/share/doc/libmng/LICENSE
/usr/share/doc/libmng/README
/usr/share/doc/libmng/README.autoconf
/usr/share/doc/libmng/README.config
/usr/share/doc/libmng/README.contrib
/usr/share/doc/libmng/README.dll
/usr/share/doc/libmng/README.examples
/usr/share/doc/libmng/README.footprint
/usr/share/doc/libmng/README.packaging
/usr/share/doc/libmng/README.version
References
Summary
In this tutorial we learn how to install libmng on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).