How To Install golang-github-facebook-ent on Fedora 36

In this tutorial we learn how to install golang-github-facebook-ent in Fedora 36. golang-github-facebook-ent is An entity framework for Go

Introduction

In this tutorial we learn how to install golang-github-facebook-ent on Fedora 36.

What is golang-github-facebook-ent

Ent is a simple, yet powerful entity framework for Go, that makes it easy to build and maintain applications with large data-models.

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

Install golang-github-facebook-ent 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-facebook-ent using dnf by running the following command:

sudo dnf -y install golang-github-facebook-ent

Install golang-github-facebook-ent 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-facebook-ent using yum by running the following command:

sudo yum -y install golang-github-facebook-ent

How To Uninstall golang-github-facebook-ent on Fedora 36

To uninstall only the golang-github-facebook-ent package we can use the following command:

sudo dnf remove golang-github-facebook-ent

golang-github-facebook-ent Package Contents on Fedora 36

/usr/bin/entc
/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/f997c4bf78548708d7974e339cbcdb3fbd7458
/usr/share/doc/golang-github-facebook-ent
/usr/share/doc/golang-github-facebook-ent/CODE_OF_CONDUCT.md
/usr/share/doc/golang-github-facebook-ent/CONTRIBUTING.md
/usr/share/doc/golang-github-facebook-ent/README.md
/usr/share/licenses/golang-github-facebook-ent
/usr/share/licenses/golang-github-facebook-ent/LICENSE

References

Summary

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