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

Last updated: May 19,2024

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

Please follow the guidelines below to install golang-github-fernet.x86_64 on Fedora 34

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

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

Please follow the guidelines below to uninstall golang-github-fernet.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:56:25 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-fernet
Version : 0
Release : 0.6.20200726giteff2850.fc34
Architecture : x86_64
Size : 796 k
Source : golang-github-fernet-0-0.6.20200726giteff2850.fc34.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.