How to Install and Uninstall compat-golang-github-mail-devel.noarch Package on Fedora 36

Last updated: May 20,2024

1. Install "compat-golang-github-mail-devel.noarch" package

Please follow the step by step instructions below to install compat-golang-github-mail-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install compat-golang-github-mail-devel.noarch

2. Uninstall "compat-golang-github-mail-devel.noarch" package

This tutorial shows how to uninstall compat-golang-github-mail-devel.noarch on Fedora 36:

$ sudo dnf remove compat-golang-github-mail-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-github-mail-devel.noarch package on Fedora 36

Last metadata expiration check: 5:02:20 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : compat-golang-github-mail-devel
Version : 2.3.1
Release : 9.fc36
Architecture : noarch
Size : 8.5 k
Source : golang-gopkg-mail-2-2.3.1-9.fc36.src.rpm
Repository : fedora
Summary : Simple and efficient package to send emails
URL : https://github.com/go-mail/mail
License : MIT
Description : Gomail is a simple and efficient package to send emails. It is well tested and
: documented.
:
: Gomail can only send emails using an SMTP server. But the API is flexible and it
: is easy to implement other methods for sending emails using a local Postfix, an
: API, etc.
:
: This package provides symbolic links that alias the following Go import paths to
: gopkg.in/mail.v2:
: – github.com/go-mail/mail
:
: Aliasing Go import paths via symbolic links or http redirects is fragile. If
: your Go code depends on this package, you should patch it to import directly
: gopkg.in/mail.v2.