How To Install golang-github-moby-sys-devel on Fedora 36
Introduction
In this tutorial we learn how to install golang-github-moby-sys-devel
on Fedora 36.
What is golang-github-moby-sys-devel
Moby sys package for Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/moby/sys
We can use yum
or dnf
to install golang-github-moby-sys-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-moby-sys-devel.
Install golang-github-moby-sys-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-moby-sys-devel
using dnf
by running the following command:
sudo dnf -y install golang-github-moby-sys-devel
Install golang-github-moby-sys-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-moby-sys-devel
using yum
by running the following command:
sudo yum -y install golang-github-moby-sys-devel
How To Uninstall golang-github-moby-sys-devel on Fedora 36
To uninstall only the golang-github-moby-sys-devel
package we can use the following command:
sudo dnf remove golang-github-moby-sys-devel
golang-github-moby-sys-devel Package Contents on Fedora 36
/usr/share/doc/golang-github-moby-sys-devel
/usr/share/doc/golang-github-moby-sys-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/moby
/usr/share/gocode/src/github.com/moby/sys
/usr/share/gocode/src/github.com/moby/sys/.goipath
/usr/share/gocode/src/github.com/moby/sys/mount
/usr/share/gocode/src/github.com/moby/sys/mount/doc.go
/usr/share/gocode/src/github.com/moby/sys/mount/flags_bsd.go
/usr/share/gocode/src/github.com/moby/sys/mount/flags_linux.go
/usr/share/gocode/src/github.com/moby/sys/mount/flags_unix.go
/usr/share/gocode/src/github.com/moby/sys/mount/mount_errors.go
/usr/share/gocode/src/github.com/moby/sys/mount/mount_unix.go
/usr/share/gocode/src/github.com/moby/sys/mount/mount_unix_test.go
/usr/share/gocode/src/github.com/moby/sys/mount/mounter_freebsd.go
/usr/share/gocode/src/github.com/moby/sys/mount/mounter_linux.go
/usr/share/gocode/src/github.com/moby/sys/mount/mounter_linux_test.go
/usr/share/gocode/src/github.com/moby/sys/mount/mounter_openbsd.go
/usr/share/gocode/src/github.com/moby/sys/mount/mounter_unsupported.go
/usr/share/gocode/src/github.com/moby/sys/mount/sharedsubtree_linux.go
/usr/share/gocode/src/github.com/moby/sys/mount/sharedsubtree_linux_test.go
/usr/share/gocode/src/github.com/moby/sys/mountinfo
/usr/share/gocode/src/github.com/moby/sys/mountinfo/doc.go
/usr/share/gocode/src/github.com/moby/sys/mountinfo/mounted_linux.go
/usr/share/gocode/src/github.com/moby/sys/mountinfo/mounted_linux_test.go
/usr/share/gocode/src/github.com/moby/sys/mountinfo/mounted_unix.go
/usr/share/gocode/src/github.com/moby/sys/mountinfo/mountinfo.go
/usr/share/gocode/src/github.com/moby/sys/mountinfo/mountinfo_bsd.go
/usr/share/gocode/src/github.com/moby/sys/mountinfo/mountinfo_filters.go
/usr/share/gocode/src/github.com/moby/sys/mountinfo/mountinfo_filters_test.go
/usr/share/gocode/src/github.com/moby/sys/mountinfo/mountinfo_linux.go
/usr/share/gocode/src/github.com/moby/sys/mountinfo/mountinfo_linux_test.go
/usr/share/gocode/src/github.com/moby/sys/mountinfo/mountinfo_test.go
/usr/share/gocode/src/github.com/moby/sys/mountinfo/mountinfo_unsupported.go
/usr/share/gocode/src/github.com/moby/sys/mountinfo/mountinfo_windows.go
/usr/share/gocode/src/github.com/moby/sys/signal
/usr/share/gocode/src/github.com/moby/sys/signal/signal.go
/usr/share/gocode/src/github.com/moby/sys/signal/signal_darwin.go
/usr/share/gocode/src/github.com/moby/sys/signal/signal_freebsd.go
/usr/share/gocode/src/github.com/moby/sys/signal/signal_linux.go
/usr/share/gocode/src/github.com/moby/sys/signal/signal_linux_mipsx.go
/usr/share/gocode/src/github.com/moby/sys/signal/signal_linux_test.go
/usr/share/gocode/src/github.com/moby/sys/signal/signal_test.go
/usr/share/gocode/src/github.com/moby/sys/signal/signal_unix.go
/usr/share/gocode/src/github.com/moby/sys/signal/signal_unsupported.go
/usr/share/gocode/src/github.com/moby/sys/signal/signal_windows.go
/usr/share/gocode/src/github.com/moby/sys/symlink
/usr/share/gocode/src/github.com/moby/sys/symlink/README.md
/usr/share/gocode/src/github.com/moby/sys/symlink/doc.go
/usr/share/gocode/src/github.com/moby/sys/symlink/fs.go
/usr/share/gocode/src/github.com/moby/sys/symlink/fs_unix.go
/usr/share/gocode/src/github.com/moby/sys/symlink/fs_unix_test.go
/usr/share/gocode/src/github.com/moby/sys/symlink/fs_windows.go
/usr/share/licenses/golang-github-moby-sys-devel
/usr/share/licenses/golang-github-moby-sys-devel/LICENSE
/usr/share/licenses/golang-github-moby-sys-devel/LICENSE.APACHE
/usr/share/licenses/golang-github-moby-sys-devel/LICENSE.BSD
References
Summary
In this tutorial we learn how to install golang-github-moby-sys-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).