How To Install golang-github-viant-toolbox-url-devel on Fedora 36
Introduction
In this tutorial we learn how to install golang-github-viant-toolbox-url-devel
on Fedora 36.
What is golang-github-viant-toolbox-url-devel
Toolbox - Go utility library. This package contains the source code needed for building packages that reference the following Go import paths – github.com/viant/toolbox/url – github.com/viant/toolbox/secret – github.com/viant/toolbox/data/udf
We can use yum
or dnf
to install golang-github-viant-toolbox-url-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-viant-toolbox-url-devel.
Install golang-github-viant-toolbox-url-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-viant-toolbox-url-devel
using dnf
by running the following command:
sudo dnf -y install golang-github-viant-toolbox-url-devel
Install golang-github-viant-toolbox-url-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-viant-toolbox-url-devel
using yum
by running the following command:
sudo yum -y install golang-github-viant-toolbox-url-devel
How To Uninstall golang-github-viant-toolbox-url-devel on Fedora 36
To uninstall only the golang-github-viant-toolbox-url-devel
package we can use the following command:
sudo dnf remove golang-github-viant-toolbox-url-devel
golang-github-viant-toolbox-url-devel Package Contents on Fedora 36
/usr/share/gocode/src/github.com/viant/toolbox/data/udf
/usr/share/gocode/src/github.com/viant/toolbox/data/udf/.goipath
/usr/share/gocode/src/github.com/viant/toolbox/data/udf/README.md
/usr/share/gocode/src/github.com/viant/toolbox/data/udf/conversion.go
/usr/share/gocode/src/github.com/viant/toolbox/data/udf/conversion_test.go
/usr/share/gocode/src/github.com/viant/toolbox/data/udf/doc.go
/usr/share/gocode/src/github.com/viant/toolbox/data/udf/load.go
/usr/share/gocode/src/github.com/viant/toolbox/data/udf/register.go
/usr/share/gocode/src/github.com/viant/toolbox/data/udf/time.go
/usr/share/gocode/src/github.com/viant/toolbox/data/udf/time_test.go
/usr/share/gocode/src/github.com/viant/toolbox/data/udf/util.go
/usr/share/gocode/src/github.com/viant/toolbox/data/udf/util_test.go
/usr/share/gocode/src/github.com/viant/toolbox/secret
/usr/share/gocode/src/github.com/viant/toolbox/secret/.goipath
/usr/share/gocode/src/github.com/viant/toolbox/secret/README.md
/usr/share/gocode/src/github.com/viant/toolbox/secret/helper.go
/usr/share/gocode/src/github.com/viant/toolbox/secret/helper_test.go
/usr/share/gocode/src/github.com/viant/toolbox/secret/secret.go
/usr/share/gocode/src/github.com/viant/toolbox/secret/secret_test.go
/usr/share/gocode/src/github.com/viant/toolbox/secret/service.go
/usr/share/gocode/src/github.com/viant/toolbox/secret/service_test.go
/usr/share/gocode/src/github.com/viant/toolbox/url
/usr/share/gocode/src/github.com/viant/toolbox/url/.goipath
/usr/share/gocode/src/github.com/viant/toolbox/url/key.go
/usr/share/gocode/src/github.com/viant/toolbox/url/resource.go
/usr/share/gocode/src/github.com/viant/toolbox/url/resource_test.go
References
Summary
In this tutorial we learn how to install golang-github-viant-toolbox-url-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).