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

Last updated: May 18,2024

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

Here is a brief guide to show you how to install golang-github-seccomp-libseccomp-devel.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall golang-github-seccomp-libseccomp-devel.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 2:07:10 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-seccomp-libseccomp-devel
Version : 0.9.1
Release : 7.fc35
Architecture : noarch
Size : 24 k
Source : golang-github-seccomp-libseccomp-0.9.1-7.fc35.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