How to Install and Uninstall python3-seccomp Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python3-seccomp" package

Please follow the step by step instructions below to install python3-seccomp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python3-seccomp

2. Uninstall "python3-seccomp" package

This guide let you learn how to uninstall python3-seccomp on openSuSE Tumbleweed:

$ sudo zypper remove python3-seccomp

3. Information about the python3-seccomp package on openSuSE Tumbleweed

Information for package python3-seccomp:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python3-seccomp
Version : 2.5.5-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 201.3 KiB
Installed : No
Status : not installed
Source package : python3-seccomp-2.5.5-1.2.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. The libseccomp API abstracts
away the underlying BPF-based syscall filter language and presents a
more conventional function-call based filtering interface.
This subpackage contains the python3 bindings for seccomp.