How To Install golang-github-xaionaro-unsafetools-devel on Fedora 36
Introduction
In this tutorial we learn how to install golang-github-xaionaro-unsafetools-devel on Fedora 36.
What is golang-github-xaionaro-unsafetools-devel
This package provides a FieldByName function to access to any field (including private/unexported) of a structure. This is meant to be used for unit-tests only. This package contains the source code needed for building packages that reference the following Go import paths – github.com/xaionaro-go/unsafetools
We can use yum or dnf to install golang-github-xaionaro-unsafetools-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-xaionaro-unsafetools-devel.
Install golang-github-xaionaro-unsafetools-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-xaionaro-unsafetools-devel using dnf by running the following command:
sudo dnf -y install golang-github-xaionaro-unsafetools-devel
Install golang-github-xaionaro-unsafetools-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-xaionaro-unsafetools-devel using yum by running the following command:
sudo yum -y install golang-github-xaionaro-unsafetools-devel
How To Uninstall golang-github-xaionaro-unsafetools-devel on Fedora 36
To uninstall only the golang-github-xaionaro-unsafetools-devel package we can use the following command:
sudo dnf remove golang-github-xaionaro-unsafetools-devel
golang-github-xaionaro-unsafetools-devel Package Contents on Fedora 36
/usr/share/doc/golang-github-xaionaro-unsafetools-devel
/usr/share/doc/golang-github-xaionaro-unsafetools-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/xaionaro-go
/usr/share/gocode/src/github.com/xaionaro-go/unsafetools
/usr/share/gocode/src/github.com/xaionaro-go/unsafetools/.goipath
/usr/share/gocode/src/github.com/xaionaro-go/unsafetools/README.md
/usr/share/gocode/src/github.com/xaionaro-go/unsafetools/bytes_of.go
/usr/share/gocode/src/github.com/xaionaro-go/unsafetools/bytes_of_test.go
/usr/share/gocode/src/github.com/xaionaro-go/unsafetools/bytes_to_slice_header.go
/usr/share/gocode/src/github.com/xaionaro-go/unsafetools/errors.go
/usr/share/gocode/src/github.com/xaionaro-go/unsafetools/field_by.go
/usr/share/gocode/src/github.com/xaionaro-go/unsafetools/field_by_test.go
/usr/share/gocode/src/github.com/xaionaro-go/unsafetools/set_pointer_to_bytes.go
/usr/share/gocode/src/github.com/xaionaro-go/unsafetools/set_pointer_to_bytes_test.go
/usr/share/gocode/src/github.com/xaionaro-go/unsafetools/string_bytes.go
/usr/share/gocode/src/github.com/xaionaro-go/unsafetools/test
/usr/share/gocode/src/github.com/xaionaro-go/unsafetools/test/types.go
/usr/share/gocode/src/github.com/xaionaro-go/unsafetools/utils_test.go
/usr/share/licenses/golang-github-xaionaro-unsafetools-devel
/usr/share/licenses/golang-github-xaionaro-unsafetools-devel/LICENSE
References
Summary
In this tutorial we learn how to install golang-github-xaionaro-unsafetools-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).