How to Install and Uninstall python-unshare Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "python-unshare" package

In this section, we are going to explain the necessary steps to install python-unshare on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python-unshare

2. Uninstall "python-unshare" package

Please follow the guidelines below to uninstall python-unshare on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python-unshare package on Ubuntu 21.10 (Impish Indri)

Package: python-unshare
Architecture: amd64
Version: 0.2-1build1
Priority: optional
Section: universe/python
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Martín Ferrari
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 29
Provides: python2.7-unshare
Depends: python2 (<< 2.8), python2 (>= 2.7~), python2:any (<< 2.8), python2:any (>= 2.7~), libc6 (>= 2.14)
Filename: pool/universe/p/python-unshare/python-unshare_0.2-1build1_amd64.deb
Size: 5508
MD5sum: 7979fc847342919233a77028212e7a03
SHA1: f7e50724ee6ef59febbe98b98d85529c24cc2216
SHA256: b9c02fc0a4623dbd6ffcba88027c45f3a1f62c00612571b4a989eabe091250cd
SHA512: e0372befe604faa16e258a997f8a89190761dd34c27e92467e03934268564d0eaa3ed258f03a1e48ce151fd47a065b59c189f9ec59fa936aad3c32d384dc7237
Homepage: https://github.com/TheTincho/python-unshare/
Description-en: Python bindings for the Linux unshare() syscall
This simple extension provides bindings to the Linux unshare() syscall, added
in kernel version 2.6.16.
.
By using unshare(), new and interesting features of the Linux kernel can be
exploited, such as:
.
* Creating a new network name space (CLONE_NEWNET)
* Creating a new file system mount name space (CLONE_NEWNS)
* Reverting other features shared from clone()
.
This library provides an equivalent of the util-linux command-line program
unshare.
Description-md5: a92b2cfaba8602e54d47293560d68f86
Python-Version: 2.7