How To Install golang-vbom-util-devel on Fedora 36
Introduction
In this tutorial we learn how to install golang-vbom-util-devel
on Fedora 36.
What is golang-vbom-util-devel
Sort orders, comparison functions, and “heavy-weight string” utilities in Go. This package contains the source code needed for building packages that reference the following Go import paths – vbom.ml/util
We can use yum
or dnf
to install golang-vbom-util-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-vbom-util-devel.
Install golang-vbom-util-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-vbom-util-devel
using dnf
by running the following command:
sudo dnf -y install golang-vbom-util-devel
Install golang-vbom-util-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-vbom-util-devel
using yum
by running the following command:
sudo yum -y install golang-vbom-util-devel
How To Uninstall golang-vbom-util-devel on Fedora 36
To uninstall only the golang-vbom-util-devel
package we can use the following command:
sudo dnf remove golang-vbom-util-devel
golang-vbom-util-devel Package Contents on Fedora 36
/usr/share/doc/golang-vbom-util-devel
/usr/share/doc/golang-vbom-util-devel/README.md
/usr/share/gocode/src/vbom.ml
/usr/share/gocode/src/vbom.ml/util
/usr/share/gocode/src/vbom.ml/util/.goipath
/usr/share/gocode/src/vbom.ml/util/README.md
/usr/share/gocode/src/vbom.ml/util/cmd
/usr/share/gocode/src/vbom.ml/util/cmd/short-regexp
/usr/share/gocode/src/vbom.ml/util/cmd/short-regexp/main.go
/usr/share/gocode/src/vbom.ml/util/doc.go
/usr/share/gocode/src/vbom.ml/util/regexp.go
/usr/share/gocode/src/vbom.ml/util/regexp_test.go
/usr/share/gocode/src/vbom.ml/util/rope
/usr/share/gocode/src/vbom.ml/util/rope/README.md
/usr/share/gocode/src/vbom.ml/util/rope/concat.go
/usr/share/gocode/src/vbom.ml/util/rope/concat_test.go
/usr/share/gocode/src/vbom.ml/util/rope/debug.go
/usr/share/gocode/src/vbom.ml/util/rope/leaf.go
/usr/share/gocode/src/vbom.ml/util/rope/leaf_test.go
/usr/share/gocode/src/vbom.ml/util/rope/node.go
/usr/share/gocode/src/vbom.ml/util/rope/node_test.go
/usr/share/gocode/src/vbom.ml/util/rope/reader.go
/usr/share/gocode/src/vbom.ml/util/rope/reader_test.go
/usr/share/gocode/src/vbom.ml/util/rope/rebalance.go
/usr/share/gocode/src/vbom.ml/util/rope/rebalance_test.go
/usr/share/gocode/src/vbom.ml/util/rope/rope.go
/usr/share/gocode/src/vbom.ml/util/rope/rope_test.go
/usr/share/gocode/src/vbom.ml/util/sortorder
/usr/share/gocode/src/vbom.ml/util/sortorder/README.md
/usr/share/gocode/src/vbom.ml/util/sortorder/doc.go
/usr/share/gocode/src/vbom.ml/util/sortorder/natsort.go
/usr/share/gocode/src/vbom.ml/util/sortorder/natsort_test.go
/usr/share/licenses/golang-vbom-util-devel
/usr/share/licenses/golang-vbom-util-devel/LICENSE
References
Summary
In this tutorial we learn how to install golang-vbom-util-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).