How To Install petpvc on Fedora 34

petpvc is Tools for partial volume correction (PVC) in positron emission tomography (PET)

Introduction

In this tutorial we learn how to install petpvc on Fedora 34.

What is petpvc

Tools for partial volume correction (PVC) in positron emission tomography (PET).

We can use yum or dnf to install petpvc on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install petpvc.

Install petpvc 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 petpvc using dnf by running the following command:

sudo dnf -y install petpvc

Install petpvc 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 petpvc using yum by running the following command:

sudo yum -y install petpvc

How To Uninstall petpvc on Fedora 34

To uninstall only the petpvc package we can use the following command:

sudo dnf remove petpvc

petpvc Package Contents on Fedora 34

/usr/bin/petpvc
/usr/bin/pvc_diy
/usr/bin/pvc_gtm
/usr/bin/pvc_iy
/usr/bin/pvc_labbe
/usr/bin/pvc_make4d
/usr/bin/pvc_mg
/usr/bin/pvc_mtc
/usr/bin/pvc_rbv
/usr/bin/pvc_relabel
/usr/bin/pvc_rl
/usr/bin/pvc_simulate
/usr/bin/pvc_stc
/usr/bin/pvc_vc
/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/21ee5ab6c67f326542ee58d4bd7279f1244e30
/usr/lib/.build-id/45
/usr/lib/.build-id/45/1144f26ca5af3b62679334ccf9b49b7bab201c
/usr/lib/.build-id/59
/usr/lib/.build-id/59/4fdd72ced3ce5c1b002e84cb0aee93e8240ca2
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/898b523a3596f0fd547190fcf5d576045531ec
/usr/lib/.build-id/68
/usr/lib/.build-id/68/578b8170c88e41c7e66badfda4ca8022c2385a
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/9f58adabe4ca282908efa8ba8cff589a88ea23
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/73733b62da3c18d47f6249e090edbf7c028045
/usr/lib/.build-id/97
/usr/lib/.build-id/97/a1ad11e3864dd54be5fdc1feade7f52db90604
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/9a67d597753b530b35f5c418d4941dec427568
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/a69b0dfcf533b7ed8c21c39b7e6974f39670d9
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/c7ce44642b538f20cfcfa9da16b554ab3daeea
/usr/lib/.build-id/de
/usr/lib/.build-id/de/cca48f72a8b8f2012ce902d4803298145645c2
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/a202ac8f3cf2f7e1187c081bb8cc706b6d4a13
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/a4d73cf623594653a3585337b62e29da2ca28d
/usr/share/doc/petpvc
/usr/share/doc/petpvc/README.md
/usr/share/doc/petpvc/parc
/usr/share/doc/petpvc/parc/FS.csv
/usr/share/doc/petpvc/parc/GIF_v3.csv
/usr/share/doc/petpvc/parc/README.md
/usr/share/licenses/petpvc
/usr/share/licenses/petpvc/LICENSE.txt

References

Summary

In this tutorial we learn how to install petpvc on Fedora 34 using yum and dnf.