How to Install and Uninstall python3-seccomp Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-seccomp" package

This guide let you learn how to install python3-seccomp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-seccomp

2. Uninstall "python3-seccomp" package

Learn how to uninstall python3-seccomp on openSUSE Leap:

$ sudo zypper remove python3-seccomp

3. Information about the python3-seccomp package on openSUSE Leap

Information for package python3-seccomp:
----------------------------------------
Repository : Main Repository
Name : python3-seccomp
Version : 2.5.3-150400.2.4
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 185.5 KiB
Installed : No
Status : not installed
Source package : libseccomp-2.5.3-150400.2.4.src
Upstream URL : https://github.com/seccomp/libseccomp
Summary : Python 3 bindings for seccomp
Description :
The libseccomp library provides an interface to the Linux Kernel's
syscall filtering mechanism, seccomp.
This subpackage contains the python3 bindings for seccomp.