How to Install and Uninstall golang-github-seccomp-libseccomp-devel.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "golang-github-seccomp-libseccomp-devel.noarch" package

Please follow the steps below to install golang-github-seccomp-libseccomp-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-seccomp-libseccomp-devel.noarch

2. Uninstall "golang-github-seccomp-libseccomp-devel.noarch" package

Here is a brief guide to show you how to uninstall golang-github-seccomp-libseccomp-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-seccomp-libseccomp-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-seccomp-libseccomp-devel.noarch package on Fedora 36

Last metadata expiration check: 4:37:28 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-seccomp-libseccomp-devel
Version : 0.9.1
Release : 8.fc36
Architecture : noarch
Size : 24 k
Source : golang-github-seccomp-libseccomp-0.9.1-8.fc36.src.rpm
Repository : fedora
Summary : Libseccomp Go bindings
URL : https://github.com/seccomp/libseccomp-golang
License : BSD
Description : The libseccomp library provides an easy to use, platform independent, interface
: to the Linux Kernel's syscall filtering mechanism. The libseccomp API is
: designed to abstract away the underlying BPF based syscall filter language and
: present a more conventional function-call based filtering interface that should
: be familiar to, and easily adopted by, application developers.
:
: The libseccomp-golang library provides a Go based interface to the libseccomp
: library.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/seccomp/libseccomp-golang