How To Install libytnef on Fedora 36
Introduction
In this tutorial we learn how to install libytnef on Fedora 36.
What is libytnef
TNEF Stream Parser Library, used by “ytnef” to decode TNEF (winmail.dat) streams generated by Microsoft Outlook.
We can use yum or dnf to install libytnef on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libytnef.
Install libytnef 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 libytnef using dnf by running the following command:
sudo dnf -y install libytnef
Install libytnef 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 libytnef using yum by running the following command:
sudo yum -y install libytnef
How To Uninstall libytnef on Fedora 36
To uninstall only the libytnef package we can use the following command:
sudo dnf remove libytnef
libytnef Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/91
/usr/lib/.build-id/91/3af0137193149393c858954950f5be4e551b21
/usr/lib64/libytnef.so.0
/usr/lib64/libytnef.so.0.0.0
/usr/share/doc/libytnef
/usr/share/doc/libytnef/recurrence.txt
/usr/share/licenses/libytnef
/usr/share/licenses/libytnef/COPYING
References
Summary
In this tutorial we learn how to install libytnef on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libytnef on Fedora 36” linkTitle: “libytnef” type: “docs” description: “In this tutorial we learn how to install libytnef in Fedora 36. libytnef is TNEF Stream Reader Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libytnef-featured.png
Introduction
In this tutorial we learn how to install libytnef on Fedora 36.
What is libytnef
TNEF Stream Parser Library, used by “ytnef” to decode TNEF (winmail.dat) streams generated by Microsoft Outlook.
We can use yum or dnf to install libytnef on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libytnef.
Install libytnef 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 libytnef using dnf by running the following command:
sudo dnf -y install libytnef
Install libytnef 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 libytnef using yum by running the following command:
sudo yum -y install libytnef
How To Uninstall libytnef on Fedora 36
To uninstall only the libytnef package we can use the following command:
sudo dnf remove libytnef
libytnef Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/2224de74642b459ea3c1c4ac797ff2b5231c34
/usr/lib/libytnef.so.0
/usr/lib/libytnef.so.0.0.0
/usr/share/doc/libytnef
/usr/share/doc/libytnef/recurrence.txt
/usr/share/licenses/libytnef
/usr/share/licenses/libytnef/COPYING
References
Summary
In this tutorial we learn how to install libytnef on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).