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

Last updated: May 20,2024

1. Install "python-unshare" package

Here is a brief guide to show you how to install python-unshare on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-unshare

2. Uninstall "python-unshare" package

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

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

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

Package: python-unshare
Priority: optional
Section: universe/python
Installed-Size: 20
Maintainer: Ubuntu Developers
Original-Maintainer: Martín Ferrari
Architecture: amd64
Version: 0.1-3
Provides: python2.7-unshare
Depends: python (<< 2.8), python (>= 2.7~), libc6 (>= 2.4)
Filename: pool/universe/p/python-unshare/python-unshare_0.1-3_amd64.deb
Size: 4764
MD5sum: e44034fe2aa96416d89a6cb52c2ba051
SHA1: b0129d8df62f33291e58eb007de68ad38cf9a7a8
SHA256: a6f6e07b2c8f7e6fd48b38336e0497ada3ef11052165907bd8fb0a245eb5ce75
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
Homepage: http://code.google.com/p/python-unshare/
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu