How To Install libtifiles2 on Fedora 34
Introduction
In this tutorial we learn how to install libtifiles2
on Fedora 34.
What is libtifiles2
The tifiles library is a library capable of reading, modifying, and writing TI formatted files. It can also group/ungroup files. This library is able to manipulate files in a fairly transparent fashion. With this library, the developer does not have to worry about the different file formats. libtifiles2 1.1.7 12.fc34 x86_64 81 k libtifiles2-1.1.7-12.fc34.src.rpm fedora Texas Instruments calculator files library https GPLv2+ The tifiles library is a library capable of reading, modifying, and writing TI formatted files. It can also group/ungroup files. This library is able to manipulate files in a fairly transparent fashion. With this library, the developer does not have to worry about the different file formats.
We can use yum
or dnf
to install libtifiles2
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libtifiles2.
Install libtifiles2 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 libtifiles2
using dnf
by running the following command:
sudo dnf -y install libtifiles2
Install libtifiles2 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 libtifiles2
using yum
by running the following command:
sudo yum -y install libtifiles2
How To Uninstall libtifiles2 on Fedora 34
To uninstall only the libtifiles2
package we can use the following command:
sudo dnf remove libtifiles2
libtifiles2 Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/4115dbfc0f794755afb33e6868982ba3611ae4
/usr/lib/libtifiles2.so.10
/usr/lib/libtifiles2.so.10.0.2
/usr/share/doc/libtifiles2
/usr/share/doc/libtifiles2/AUTHORS
/usr/share/doc/libtifiles2/ChangeLog
/usr/share/doc/libtifiles2/README
/usr/share/licenses/libtifiles2
/usr/share/licenses/libtifiles2/COPYING
/usr/share/locale/fr/LC_MESSAGES/libtifiles2.mo
/usr/lib/.build-id
/usr/lib/.build-id/61
/usr/lib/.build-id/61/965cce75a0d76c9603373fce1efbd041d2eb16
/usr/lib64/libtifiles2.so.10
/usr/lib64/libtifiles2.so.10.0.2
/usr/share/doc/libtifiles2
/usr/share/doc/libtifiles2/AUTHORS
/usr/share/doc/libtifiles2/ChangeLog
/usr/share/doc/libtifiles2/README
/usr/share/licenses/libtifiles2
/usr/share/licenses/libtifiles2/COPYING
/usr/share/locale/fr/LC_MESSAGES/libtifiles2.mo
References
- [libtifiles2 website](https://sourceforge.net/projects/tilp/ https://sourceforge.net/projects/tilp/)
Summary
In this tutorial we learn how to install libtifiles2
on Fedora 34 using yum and dnf.