How To Install golang-github-oklog-ulid on Fedora 36
Introduction
In this tutorial we learn how to install golang-github-oklog-ulid on Fedora 36.
What is golang-github-oklog-ulid
Universally Unique Lexicographically Sortable Identifier (ULID) in Go.
We can use yum or dnf to install golang-github-oklog-ulid on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-oklog-ulid.
Install golang-github-oklog-ulid 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-oklog-ulid using dnf by running the following command:
sudo dnf -y install golang-github-oklog-ulid
Install golang-github-oklog-ulid 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-oklog-ulid using yum by running the following command:
sudo yum -y install golang-github-oklog-ulid
How To Uninstall golang-github-oklog-ulid on Fedora 36
To uninstall only the golang-github-oklog-ulid package we can use the following command:
sudo dnf remove golang-github-oklog-ulid
golang-github-oklog-ulid Package Contents on Fedora 36
/usr/bin/ulid
/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/9f1bd3d93916b8dc29f217fc919b0cda489fb6
/usr/share/doc/golang-github-oklog-ulid
/usr/share/doc/golang-github-oklog-ulid/AUTHORS.md
/usr/share/doc/golang-github-oklog-ulid/CHANGELOG.md
/usr/share/doc/golang-github-oklog-ulid/CONTRIBUTING.md
/usr/share/doc/golang-github-oklog-ulid/README.md
/usr/share/licenses/golang-github-oklog-ulid
/usr/share/licenses/golang-github-oklog-ulid/LICENSE
References
Summary
In this tutorial we learn how to install golang-github-oklog-ulid on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).