How to Install and Uninstall compat-golang-github-mholt-archiver-3-devel.noarch Package on Fedora 34

Last updated: May 21,2024

1. Install "compat-golang-github-mholt-archiver-3-devel.noarch" package

This is a short guide on how to install compat-golang-github-mholt-archiver-3-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install compat-golang-github-mholt-archiver-3-devel.noarch

2. Uninstall "compat-golang-github-mholt-archiver-3-devel.noarch" package

Please follow the instructions below to uninstall compat-golang-github-mholt-archiver-3-devel.noarch on Fedora 34:

$ sudo dnf remove compat-golang-github-mholt-archiver-3-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-github-mholt-archiver-3-devel.noarch package on Fedora 34

Last metadata expiration check: 1:02:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : compat-golang-github-mholt-archiver-3-devel
Version : 3.5.0
Release : 3.fc34
Architecture : noarch
Size : 8.9 k
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.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/mholt/archiver:
: – github.com/mholt/archiver/v3
:
: Aliasing Go import paths via symbolic links or http redirects is fragile. If
: your Go code depends on this package, you should patch it to import directly
: github.com/mholt/archiver.