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

Last updated: October 09,2024

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

Learn how to install golang-github-mholt-archiver.x86_64 on Fedora 36

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

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

Last metadata expiration check: 5:47:43 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-mholt-archiver
Version : 3.5.1
Release : 4.fc36
Architecture : x86_64
Size : 2.2 M
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.