How To Install pfstmo on Fedora 34
Introduction
In this tutorial we learn how to install pfstmo
on Fedora 34.
What is pfstmo
The pfstmo package contains the implementation of state-of-the-art tone mapping operators. The motivation here is to provide an implementation of tone mapping operators suitable for convenient processing of both static images and animations.
We can use yum
or dnf
to install pfstmo
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install pfstmo.
Install pfstmo 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 pfstmo
using dnf
by running the following command:
sudo dnf -y install pfstmo
Install pfstmo 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 pfstmo
using yum
by running the following command:
sudo yum -y install pfstmo
How To Uninstall pfstmo on Fedora 34
To uninstall only the pfstmo
package we can use the following command:
sudo dnf remove pfstmo
pfstmo Package Contents on Fedora 34
/usr/bin/pfstmo_drago03
/usr/bin/pfstmo_durand02
/usr/bin/pfstmo_fattal02
/usr/bin/pfstmo_ferradans11
/usr/bin/pfstmo_mai11
/usr/bin/pfstmo_mantiuk06
/usr/bin/pfstmo_mantiuk08
/usr/bin/pfstmo_pattanaik00
/usr/bin/pfstmo_reinhard02
/usr/bin/pfstmo_reinhard05
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/b51cedf6e42435912ffdfea1343fcf33729c40
/usr/lib/.build-id/21
/usr/lib/.build-id/21/ef174a44c6b909579a2cb09de1626f20b6f0d8
/usr/lib/.build-id/30
/usr/lib/.build-id/30/bd4e9b6f67ba75948e2b919b5eeb60567ba37b
/usr/lib/.build-id/48
/usr/lib/.build-id/48/5ee5add5a26a9a872592a8afa61c14b1754896
/usr/lib/.build-id/59
/usr/lib/.build-id/59/51d743215ee4096145127e583ac7fdd454b48c
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/a465805f4f96134e775d271df99ed30cddee46
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/ed5b4f59a022acb3428242dbfdc5baceb066af
/usr/lib/.build-id/69
/usr/lib/.build-id/69/3f1a2bb4e5c2702c9fe84de72f34fb99dc9a37
/usr/lib/.build-id/89
/usr/lib/.build-id/89/09b54d27e6e41f528bdeed413f4f8037c312d5
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/9aeaa76e2941d60897b9e8ca066ac349fb2883
/usr/share/man/man1/pfstmo_drago03.1.gz
/usr/share/man/man1/pfstmo_durand02.1.gz
/usr/share/man/man1/pfstmo_fattal02.1.gz
/usr/share/man/man1/pfstmo_ferradans11.1.gz
/usr/share/man/man1/pfstmo_mai11.1.gz
/usr/share/man/man1/pfstmo_mantiuk06.1.gz
/usr/share/man/man1/pfstmo_mantiuk08.1.gz
/usr/share/man/man1/pfstmo_pattanaik00.1.gz
/usr/share/man/man1/pfstmo_reinhard02.1.gz
/usr/share/man/man1/pfstmo_reinhard05.1.gz
References
Summary
In this tutorial we learn how to install pfstmo
on Fedora 34 using yum and dnf.