How to Install and Uninstall libseccomp2 Package on openSUSE Leap

Last updated: January 11,2025

1. Install "libseccomp2" package

This is a short guide on how to install libseccomp2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libseccomp2

2. Uninstall "libseccomp2" package

This guide let you learn how to uninstall libseccomp2 on openSUSE Leap:

$ sudo zypper remove libseccomp2

3. Information about the libseccomp2 package on openSUSE Leap

Information for package libseccomp2:
------------------------------------
Repository : Main Repository
Name : libseccomp2
Version : 2.5.3-150400.2.4
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 146.2 KiB
Installed : No
Status : not installed
Source package : libseccomp-2.5.3-150400.2.4.src
Upstream URL : https://github.com/seccomp/libseccomp
Summary : An enhanced Seccomp (mode 2) helper library
Description :
The libseccomp library provides an interface to the Linux Kernel's
syscall filtering mechanism, seccomp. The libseccomp API abstracts
away the underlying BPF-based syscall filter language and presents a
more conventional function-call based filtering interface.