How to Install and Uninstall libseccomp-devel.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "libseccomp-devel.x86_64" package

Here is a brief guide to show you how to install libseccomp-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libseccomp-devel.x86_64

2. Uninstall "libseccomp-devel.x86_64" package

This guide let you learn how to uninstall libseccomp-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libseccomp-devel.x86_64 $ sudo dnf autoremove

3. Information about the libseccomp-devel.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:28:42 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libseccomp-devel
Version : 2.5.2
Release : 2.el9
Architecture : x86_64
Size : 63 k
Source : libseccomp-2.5.2-2.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Development files used to build applications with libseccomp support
URL : https://github.com/seccomp/libseccomp
License : LGPLv2
Description : The libseccomp library provides an easy to use interface to the Linux Kernel's
: syscall filtering mechanism, seccomp. The libseccomp API allows an application
: to specify which syscalls, and optionally which syscall arguments, the
: application is allowed to execute, all of which are enforced by the Linux
: Kernel.