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

Last updated: May 16,2024

1. Install "python-passfd" package

This guide covers the steps necessary to install python-passfd on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-passfd

2. Uninstall "python-passfd" package

This guide let you learn how to uninstall python-passfd on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-passfd
Priority: optional
Section: universe/python
Installed-Size: 32
Maintainer: Ubuntu Developers
Original-Maintainer: Martín Ferrari
Architecture: amd64
Version: 0.2-2
Provides: python2.7-passfd
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.4)
Filename: pool/universe/p/python-passfd/python-passfd_0.2-2_amd64.deb
Size: 6642
MD5sum: 3063c63e7c0f6d61da0217ede706ea87
SHA1: 392a4fde3978f91ebc72f8bbe297f05489a9b6c1
SHA256: 55d816d86eff1f0684197007f4468d00ad67edc6c27c33786837941967f6ed7f
Description-en: Python functions to pass file descriptors across UNIX domain
This simple extension provides two functions to pass and receive file
descriptors across UNIX domain sockets, using the BSD-4.3+ sendmsg() and
recvmsg() interfaces.
.
Direct bindings to sendmsg and recvmsg are not provided, as the API does
not map nicely into Python.
.
Please note that this only supports BSD-4.3+ style file descriptor
passing, and was only tested on Linux.
Description-md5: 86c095f3107b35794c52efa04c58e5c9
Homepage: http://code.google.com/p/python-passfd/
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu