How To Install golang-github-gabriel-vasile-mimetype-devel on Fedora 36

In this tutorial we learn how to install golang-github-gabriel-vasile-mimetype-devel in Fedora 36. golang-github-gabriel-vasile-mimetype-devel is Fast golang library for MIME type and file extension detection

Introduction

In this tutorial we learn how to install golang-github-gabriel-vasile-mimetype-devel on Fedora 36.

What is golang-github-gabriel-vasile-mimetype-devel

A package for detecting MIME types and extensions based on magic numbers. This package contains the source code needed for building packages that reference the following Go import paths – github.com/gabriel-vasile/mimetype

We can use yum or dnf to install golang-github-gabriel-vasile-mimetype-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-gabriel-vasile-mimetype-devel.

Install golang-github-gabriel-vasile-mimetype-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-gabriel-vasile-mimetype-devel using dnf by running the following command:

sudo dnf -y install golang-github-gabriel-vasile-mimetype-devel

Install golang-github-gabriel-vasile-mimetype-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-gabriel-vasile-mimetype-devel using yum by running the following command:

sudo yum -y install golang-github-gabriel-vasile-mimetype-devel

How To Uninstall golang-github-gabriel-vasile-mimetype-devel on Fedora 36

To uninstall only the golang-github-gabriel-vasile-mimetype-devel package we can use the following command:

sudo dnf remove golang-github-gabriel-vasile-mimetype-devel

golang-github-gabriel-vasile-mimetype-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-gabriel-vasile-mimetype-devel
/usr/share/doc/golang-github-gabriel-vasile-mimetype-devel/CODE_OF_CONDUCT.md
/usr/share/doc/golang-github-gabriel-vasile-mimetype-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-gabriel-vasile-mimetype-devel/README.md
/usr/share/doc/golang-github-gabriel-vasile-mimetype-devel/supported_mimes.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/gabriel-vasile
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/.goipath
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/CODE_OF_CONDUCT.md
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/CONTRIBUTING.md
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/README.md
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/example_mimetype_test.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/example_reader_test.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/go.mod
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/charset
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/charset/charset.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/charset/charset_test.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/json
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/json/json.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/json/json_test.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/archive.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/audio.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/binary.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/database.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/document.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/font.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/ftyp.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/geo.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/image.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/model.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/ms_office.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/ogg.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/signature.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/text.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/text_csv.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/torrent.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/video.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/internal/magic/zip.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/mime.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/mimetype.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/mimetype_test.go
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/supported_mimes.md
/usr/share/gocode/src/github.com/gabriel-vasile/mimetype/tree.go
/usr/share/licenses/golang-github-gabriel-vasile-mimetype-devel
/usr/share/licenses/golang-github-gabriel-vasile-mimetype-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-gabriel-vasile-mimetype-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).