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

Last updated: September 23,2024

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

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

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

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

Please follow the steps below to uninstall golang-github-fernet.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 0:18:37 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : golang-github-fernet
Version : 0
Release : 0.12.20200726giteff2850.fc38
Architecture : x86_64
Size : 724 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.