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

Last updated: January 15,2025

1. Install "golang-github-fernet.x86_64" package

Please follow the instructions below to install golang-github-fernet.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-fernet.x86_64

2. Uninstall "golang-github-fernet.x86_64" package

In this section, we are going to explain the necessary steps to uninstall golang-github-fernet.x86_64 on Fedora 36:

$ sudo dnf remove golang-github-fernet.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:37:27 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-fernet
Version : 0
Release : 0.10.20200726giteff2850.fc36
Architecture : x86_64
Size : 703 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.