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

Last updated: October 09,2024

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

This guide let you learn how to install golang-github-seccomp-libseccomp-devel.noarch on Fedora 34

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

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

Please follow the step by step instructions below to uninstall golang-github-seccomp-libseccomp-devel.noarch on Fedora 34:

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

Last metadata expiration check: 5:51:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-seccomp-libseccomp-devel
Version : 0.9.1
Release : 6.fc34
Architecture : noarch
Size : 24 k
Source : golang-github-seccomp-libseccomp-0.9.1-6.fc34.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