How to Install and Uninstall golang-github-rfjakob-eme-devel.noarch Package on Fedora 39

Last updated: October 10,2024

1. Install "golang-github-rfjakob-eme-devel.noarch" package

In this section, we are going to explain the necessary steps to install golang-github-rfjakob-eme-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install golang-github-rfjakob-eme-devel.noarch

2. Uninstall "golang-github-rfjakob-eme-devel.noarch" package

This is a short guide on how to uninstall golang-github-rfjakob-eme-devel.noarch on Fedora 39:

$ sudo dnf remove golang-github-rfjakob-eme-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-rfjakob-eme-devel.noarch package on Fedora 39

Last metadata expiration check: 2:10:29 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : golang-github-rfjakob-eme-devel
Version : 1.1.2
Release : 1.fc39
Architecture : noarch
Size : 21 k
Source : golang-github-rfjakob-eme-1.1.2-1.fc39.src.rpm
Repository : updates
Summary : EME (Encrypt-Mix-Encrypt) wide-block encryption for Go
URL : https://github.com/rfjakob/eme
License : MIT
Description : EME (ECB-Mix-ECB or, clearer, Encrypt-Mix-Encrypt) is a wide-block encryption
: mode developed by Halevi and Rogaway in 2003.
:
: EME uses multiple invocations of a block cipher to construct a new cipher of
: bigger block size (in multiples of 16 bytes, up to 2048 bytes).
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/rfjakob/eme