How To Install golang-github-mholt-archiver-devel on Fedora 36
Introduction
In this tutorial we learn how to install golang-github-mholt-archiver-devel
on Fedora 36.
What is golang-github-mholt-archiver-devel
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 contains the source code needed for building packages that reference the following Go import paths – github.com/mholt/archiver
We can use yum
or dnf
to install golang-github-mholt-archiver-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-mholt-archiver-devel.
Install golang-github-mholt-archiver-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install golang-github-mholt-archiver-devel
using dnf
by running the following command:
sudo dnf -y install golang-github-mholt-archiver-devel
Install golang-github-mholt-archiver-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install golang-github-mholt-archiver-devel
using yum
by running the following command:
sudo yum -y install golang-github-mholt-archiver-devel
How To Uninstall golang-github-mholt-archiver-devel on Fedora 36
To uninstall only the golang-github-mholt-archiver-devel
package we can use the following command:
sudo dnf remove golang-github-mholt-archiver-devel
golang-github-mholt-archiver-devel Package Contents on Fedora 36
/usr/share/doc/golang-github-mholt-archiver-devel
/usr/share/doc/golang-github-mholt-archiver-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/mholt
/usr/share/gocode/src/github.com/mholt/archiver
/usr/share/gocode/src/github.com/mholt/archiver/.goipath
/usr/share/gocode/src/github.com/mholt/archiver/README.md
/usr/share/gocode/src/github.com/mholt/archiver/SECURITY.md
/usr/share/gocode/src/github.com/mholt/archiver/archiver.go
/usr/share/gocode/src/github.com/mholt/archiver/archiver_test.go
/usr/share/gocode/src/github.com/mholt/archiver/brotli.go
/usr/share/gocode/src/github.com/mholt/archiver/bz2.go
/usr/share/gocode/src/github.com/mholt/archiver/cmd
/usr/share/gocode/src/github.com/mholt/archiver/cmd/arc
/usr/share/gocode/src/github.com/mholt/archiver/cmd/arc/main.go
/usr/share/gocode/src/github.com/mholt/archiver/doc_test.go
/usr/share/gocode/src/github.com/mholt/archiver/error.go
/usr/share/gocode/src/github.com/mholt/archiver/error_test.go
/usr/share/gocode/src/github.com/mholt/archiver/filecompressor.go
/usr/share/gocode/src/github.com/mholt/archiver/filecompressor_test.go
/usr/share/gocode/src/github.com/mholt/archiver/go.mod
/usr/share/gocode/src/github.com/mholt/archiver/gz.go
/usr/share/gocode/src/github.com/mholt/archiver/lz4.go
/usr/share/gocode/src/github.com/mholt/archiver/rar.go
/usr/share/gocode/src/github.com/mholt/archiver/sz.go
/usr/share/gocode/src/github.com/mholt/archiver/tar.go
/usr/share/gocode/src/github.com/mholt/archiver/tar_test.go
/usr/share/gocode/src/github.com/mholt/archiver/tarbrotli.go
/usr/share/gocode/src/github.com/mholt/archiver/tarbz2.go
/usr/share/gocode/src/github.com/mholt/archiver/targz.go
/usr/share/gocode/src/github.com/mholt/archiver/tarlz4.go
/usr/share/gocode/src/github.com/mholt/archiver/tarsz.go
/usr/share/gocode/src/github.com/mholt/archiver/tarxz.go
/usr/share/gocode/src/github.com/mholt/archiver/tarzst.go
/usr/share/gocode/src/github.com/mholt/archiver/xz.go
/usr/share/gocode/src/github.com/mholt/archiver/zip.go
/usr/share/gocode/src/github.com/mholt/archiver/zstd.go
/usr/share/licenses/golang-github-mholt-archiver-devel
/usr/share/licenses/golang-github-mholt-archiver-devel/LICENSE
References
Summary
In this tutorial we learn how to install golang-github-mholt-archiver-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).