How To Install gmime30 on Fedora 36
Introduction
In this tutorial we learn how to install gmime30
on Fedora 36.
What is gmime30
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 gmime30
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gmime30.
Install gmime30 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 gmime30
using dnf
by running the following command:
sudo dnf -y install gmime30
Install gmime30 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 gmime30
using yum
by running the following command:
sudo yum -y install gmime30
How To Uninstall gmime30 on Fedora 36
To uninstall only the gmime30
package we can use the following command:
sudo dnf remove gmime30
gmime30 Package Contents on Fedora 36
---
title: "How To Install gmime30 on Fedora 36"
linkTitle: "gmime30"
type: "docs"
description: "In this tutorial we learn how to install gmime30 in Fedora 36. gmime30 is Library for creating and parsing MIME messages"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/gmime30-featured.png
---
## Introduction
In this tutorial we learn how to install `gmime30` on Fedora 36.
### What is `gmime30`
> 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 `gmime30` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gmime30.
## Install gmime30 on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install gmime30
using dnf
by running the following command:
sudo dnf -y install gmime30
Install gmime30 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 gmime30
using yum
by running the following command:
sudo yum -y install gmime30
How To Uninstall gmime30 on Fedora 36
To uninstall only the gmime30
package we can use the following command:
sudo dnf remove gmime30
/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/5bbed56f8fafef41ee39d45acbf925df2a6dbc
/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/GMime-3.0.typelib
/usr/lib64/libgmime-3.0.so.0
/usr/lib64/libgmime-3.0.so.0.206.1
/usr/share/doc/gmime30
/usr/share/doc/gmime30/AUTHORS
/usr/share/doc/gmime30/README
/usr/share/licenses/gmime30
/usr/share/licenses/gmime30/COPYING
gmime30 Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install gmime30
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/98 /usr/lib/.build-id/98/0deb6fef44959d2dc2b0afc99a7db9cd1ba6f3 /usr/lib/girepository-1.0 /usr/lib/girepository-1.0/GMime-3.0.typelib /usr/lib/libgmime-3.0.so.0 /usr/lib/libgmime-3.0.so.0.206.1 /usr/share/doc/gmime30 /usr/share/doc/gmime30/AUTHORS /usr/share/doc/gmime30/README /usr/share/licenses/gmime30 /usr/share/licenses/gmime30/COPYING
## References
* [gmime30 website](http://spruce.sourceforge.net/gmime/)
## Summary
In this tutorial we learn how to install `gmime30` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).