How To Install gmime on Fedora 36
Introduction
In this tutorial we learn how to install gmime on Fedora 36.
What is gmime
The GMime suite provides a core library and set of utilities which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME).
We can use yum or dnf to install gmime on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gmime.
Install gmime 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 gmime using dnf by running the following command:
sudo dnf -y install gmime
Install gmime 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 gmime using yum by running the following command:
sudo yum -y install gmime
How To Uninstall gmime on Fedora 36
To uninstall only the gmime package we can use the following command:
sudo dnf remove gmime
gmime Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/fb8f247b0a4a871f8722410debc38ca71b7e3e
/usr/lib/girepository-1.0/GMime-2.6.typelib
/usr/lib/libgmime-2.6.so.0
/usr/lib/libgmime-2.6.so.0.623.0
/usr/share/doc/gmime
/usr/share/doc/gmime/AUTHORS
/usr/share/doc/gmime/README
/usr/share/doc/gmime/TODO
/usr/share/licenses/gmime
/usr/share/licenses/gmime/COPYING
References
Summary
In this tutorial we learn how to install gmime on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install gmime on Fedora 36” linkTitle: “gmime” type: “docs” description: “In this tutorial we learn how to install gmime in Fedora 36. gmime is Library for creating and parsing MIME messages” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gmime-featured.png
Introduction
In this tutorial we learn how to install gmime on Fedora 36.
What is gmime
The GMime suite provides a core library and set of utilities which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME).
We can use yum or dnf to install gmime on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gmime.
Install gmime 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 gmime using dnf by running the following command:
sudo dnf -y install gmime
Install gmime 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 gmime using yum by running the following command:
sudo yum -y install gmime
How To Uninstall gmime on Fedora 36
To uninstall only the gmime package we can use the following command:
sudo dnf remove gmime
gmime Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/44
/usr/lib/.build-id/44/b4afbe81a22dd7728297e573ebb9c537fdad5d
/usr/lib64/girepository-1.0/GMime-2.6.typelib
/usr/lib64/libgmime-2.6.so.0
/usr/lib64/libgmime-2.6.so.0.623.0
/usr/share/doc/gmime
/usr/share/doc/gmime/AUTHORS
/usr/share/doc/gmime/README
/usr/share/doc/gmime/TODO
/usr/share/licenses/gmime
/usr/share/licenses/gmime/COPYING
References
Summary
In this tutorial we learn how to install gmime on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).