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

Last updated: September 30,2024

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

Please follow the instructions below to install golang-github-mholt-archiver.x86_64 on Fedora 38

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

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

In this section, we are going to explain the necessary steps to uninstall golang-github-mholt-archiver.x86_64 on Fedora 38:

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

Last metadata expiration check: 0:57:15 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : golang-github-mholt-archiver
Version : 3.5.1
Release : 6.fc38
Architecture : x86_64
Size : 2.3 M
Source : golang-github-mholt-archiver-3.5.1-6.fc38.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.