How To Install libtpcmisc on Fedora 34
Introduction
In this tutorial we learn how to install libtpcmisc
on Fedora 34.
What is libtpcmisc
Former libpet, the common PET C library, has been divided up in smaller sub-libraries that each handle a specific task. This library includes miscellaneous functions utilized in PET data processing. libtpcmisc 1.4.8 25.fc34 x86_64 37 k libtpcmisc-1.4.8-25.fc34.src.rpm fedora Miscellaneous PET functions http LGPLv2+ Former libpet, the common PET C library, has been divided up in smaller sub-libraries that each handle a specific task. This library includes miscellaneous functions utilized in PET data processing.
We can use yum
or dnf
to install libtpcmisc
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libtpcmisc.
Install libtpcmisc 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 libtpcmisc
using dnf
by running the following command:
sudo dnf -y install libtpcmisc
Install libtpcmisc 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 libtpcmisc
using yum
by running the following command:
sudo yum -y install libtpcmisc
How To Uninstall libtpcmisc on Fedora 34
To uninstall only the libtpcmisc
package we can use the following command:
sudo dnf remove libtpcmisc
libtpcmisc Package Contents on Fedora 34
/usr/bin/libtpcmisc
/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/541be60d77d76251f9a5ebcb1b8a7bdd5edef6
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/0d69ed503ac1c9a0453504740d417de41b2ad9
/usr/lib64/libtpcmisc.so.0
/usr/lib64/libtpcmisc.so.0.0.0
/usr/share/doc/libtpcmisc
/usr/share/doc/libtpcmisc/History
/usr/share/doc/libtpcmisc/Readme
/usr/bin/libtpcmisc
/usr/lib/.build-id
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/9e65e4d48755148acc955b181574b9af7fd3e5
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/780f1d2d4549f7c3afe1377da4f63c1f7e744c
/usr/lib/libtpcmisc.so.0
/usr/lib/libtpcmisc.so.0.0.0
/usr/share/doc/libtpcmisc
/usr/share/doc/libtpcmisc/History
/usr/share/doc/libtpcmisc/Readme
References
- [libtpcmisc website](http://www.turkupetcentre.net/software/libdoc/libtpcmisc/index.html http://www.turkupetcentre.net/software/libdoc/libtpcmisc/index.html)
Summary
In this tutorial we learn how to install libtpcmisc
on Fedora 34 using yum and dnf.