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

Last updated: June 24,2024

1. Install "golang-github-mholt-archiver.x86_64" package

This guide covers the steps necessary to install golang-github-mholt-archiver.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-mholt-archiver.x86_64

2. Uninstall "golang-github-mholt-archiver.x86_64" package

This tutorial shows how to uninstall golang-github-mholt-archiver.x86_64 on Fedora 34:

$ sudo dnf remove golang-github-mholt-archiver.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:37:36 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-mholt-archiver
Version : 3.5.0
Release : 3.fc34
Architecture : x86_64
Size : 2.3 M
Source : golang-github-mholt-archiver-3.5.0-3.fc34.src.rpm
Repository : fedora
Summary : Easily create and extract archive files with Go
URL : https://github.com/mholt/archiver
License : MIT
Description :
: Package Archiver makes it trivially easy to make and extract common archive
: formats such as zip and tarball (and its compressed variants). Simply name the
: input and output file(s). The arc command runs the same on all platforms and has
: no external dependencies (not even libc). It is powered by the Go standard
: library and several third-party, pure-Go libraries.