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

Last updated: November 28,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 38

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

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

Please follow the guidelines below to uninstall golang-github-fernet-devel.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:24:38 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : golang-github-fernet-devel
Version : 0
Release : 0.12.20200726giteff2850.fc38
Architecture : noarch
Size : 16 k
Source : golang-github-fernet-0-0.12.20200726giteff2850.fc38.src.rpm
Repository : fedora
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