How to Install and Uninstall python-sepolgen Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python-sepolgen" package

Please follow the steps below to install python-sepolgen on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-sepolgen

2. Uninstall "python-sepolgen" package

Please follow the instructions below to uninstall python-sepolgen on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-sepolgen $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-sepolgen package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-sepolgen
Priority: optional
Section: universe/python
Installed-Size: 330
Maintainer: Ubuntu Developers
Original-Maintainer: Debian SELinux maintainers
Architecture: all
Source: sepolgen
Version: 1.2.2-3
Depends: checkpolicy (>= 2.4), make, python-selinux (>= 2.4), python-setools (>= 3.3.7-2), python (>= 2.7), python (<< 2.8)
Recommends: selinux-policy-dev
Filename: pool/universe/s/sepolgen/python-sepolgen_1.2.2-3_all.deb
Size: 62362
MD5sum: fcba43f43fd7dc0758fb99b8cbd633a2
SHA1: e3c3a0fb0c01b99be0d24a424a1d52413cb50c78
SHA256: 7f5dc937b976a7bdd3e04d5b44b3837c4fb6ab89fbf0a98387dfa07e03b09413
Description-en: Python module used in SELinux policy generation
This package contains a Python module that forms the core of the modern
audit2allow (which is a part of the package policycoreutils).
.
The sepolgen library is structured to give flexibility to the application
using it. The library contains: Reference Policy Representation,
which are Objects for representing policies and the reference policy
interfaces. Secondly, it has objects and algorithms for representing
access and sets of access in an abstract way and searching that
access. It also has a parser for reference policy "headers". It
contains infrastructure for parsing SELinux related messages as
produced by the audit system. It has facilities for generating policy
based on required access.
Description-md5: 83523319ad0c11c582040e85a800e354
Homepage: http://userspace.selinuxproject.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu