How To Install libpgf on Fedora 36
Introduction
In this tutorial we learn how to install libpgf
on Fedora 36.
What is libpgf
libPGF contains an implementation of the Progressive Graphics File (PGF) which is a new image file format, that is based on a discrete, fast wavelet transform with progressive coding features. PGF can be used for lossless and lossy compression.
We can use yum
or dnf
to install libpgf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libpgf.
Install libpgf 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 libpgf
using dnf
by running the following command:
sudo dnf -y install libpgf
---
title: “How To Install libpgf on Fedora 36” linkTitle: “libpgf”
Install libpgf on Fedora 36 Using yum
type: “docs”
Update yum database with yum
using the following command.
description: “In this tutorial we learn how to install libpgf in Fedora 36. libpgf is PGF (Progressive Graphics File) library”
date: “2022-08-17”
lastmod: "2022-08-17"
sudo yum makecache --refresh
#image: /images/fedora/36/libpgf-featured.png
Introduction
After updating yum database, We can install libpgf
using yum
by running the following command:
In this tutorial we learn how to install `libpgf` on Fedora 36.
sudo yum -y install libpgf
What is libpgf
How To Uninstall libpgf on Fedora 36
libPGF contains an implementation of the Progressive Graphics File (PGF) which is a new image file format, that is based on a discrete, fast wavelet transform with progressive coding features. PGF can be used for lossless and lossy compression.
To uninstall only the libpgf
package we can use the following command:
We can use `yum` or `dnf` to install `libpgf` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libpgf.
sudo dnf remove libpgf
Install libpgf on Fedora 36 Using dnf
libpgf Package Contents on Fedora 36
Update yum database with dnf
using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libpgf
using dnf
by running the following command:
sudo dnf -y install libpgf
Install libpgf 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 libpgf
using yum
by running the following command:
sudo yum -y install libpgf
How To Uninstall libpgf on Fedora 36
To uninstall only the libpgf
package we can use the following command:
sudo dnf remove libpgf
libpgf Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/59219384640c3981d45bb7275c4eee83626430
/usr/lib64/libpgf.so.6
/usr/lib64/libpgf.so.6.0.11
/usr/share/doc/libpgf
/usr/share/doc/libpgf/README
/usr/share/licenses/libpgf
/usr/share/licenses/libpgf/COPYING
References
Summary
In this tutorial we learn how to install libpgf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/b6 /usr/lib/.build-id/b6/79984e3f16020788b8af0dcb8c82146e04284a /usr/lib/libpgf.so.6 /usr/lib/libpgf.so.6.0.11 /usr/share/doc/libpgf /usr/share/doc/libpgf/README /usr/share/licenses/libpgf /usr/share/licenses/libpgf/COPYING
## References
* [libpgf website](http://www.libpgf.org)
## Summary
In this tutorial we learn how to install `libpgf` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).