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

Last updated: January 16,2025

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

Learn how to install golang-github-fernet.x86_64 on Fedora 35

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

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

Please follow the guidance below to uninstall golang-github-fernet.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:32:48 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : golang-github-fernet
Version : 0
Release : 0.9.20200726giteff2850.fc35
Architecture : x86_64
Size : 784 k
Source : golang-github-fernet-0-0.9.20200726giteff2850.fc35.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.