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

Last updated: October 05,2024

1. Install "golang-github-fernet-devel.noarch" package

This is a short guide on how to install golang-github-fernet-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-fernet-devel.noarch

2. Uninstall "golang-github-fernet-devel.noarch" package

This is a short guide on how to uninstall golang-github-fernet-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-fernet-devel.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:44:32 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-fernet-devel
Version : 0
Release : 0.10.20200726giteff2850.fc36
Architecture : noarch
Size : 16 k
Source : golang-github-fernet-0-0.10.20200726giteff2850.fc36.src.rpm
Repository : updates
Summary : Generate and verify HMAC-based authentication tokens
URL : https://github.com/fernet/fernet-go
License : MIT
Description : Fernet takes a user-provided *message* (an arbitrary sequence of bytes), a key
: (256 bits), and the current time, and produces a token, which contains the
: message in a form that can't be read or altered without the key.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/fernet/fernet-go