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

Last updated: June 29,2024

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

Please follow the step by step instructions below to install golang-github-rfjakob-eme-devel.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall golang-github-rfjakob-eme-devel.noarch on Fedora 34:

$ 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 34

Last metadata expiration check: 1:47:52 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-rfjakob-eme-devel
Version : 1.1.1
Release : 2.fc34
Architecture : noarch
Size : 21 k
Source : golang-github-rfjakob-eme-1.1.1-2.fc34.src.rpm
Repository : fedora
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