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

Last updated: September 28,2024

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

Learn how to install compat-golang-github-mholt-archiver-3-devel.noarch on Fedora 36

$ 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 36:

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

Last metadata expiration check: 0:16:42 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : compat-golang-github-mholt-archiver-3-devel
Version : 3.5.1
Release : 4.fc36
Architecture : noarch
Size : 8.9 k
Source : golang-github-mholt-archiver-3.5.1-4.fc36.src.rpm
Repository : updates
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.