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

Last updated: May 12,2024

1. Install "python-first" package

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

$ sudo apt update $ sudo apt install python-first

2. Uninstall "python-first" package

In this section, we are going to explain the necessary steps to uninstall python-first on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-first
Priority: extra
Section: universe/python
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: Julien Danjou
Architecture: all
Version: 2.0.0-2
Depends: python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Filename: pool/universe/p/python-first/python-first_2.0.0-2_all.deb
Size: 6414
MD5sum: 2a15ab821f342a7c06e7b9407c5054a8
SHA1: 99c256568c23bf1bb21215a57343a006a8fde44b
SHA256: f857603fc5d0543bf9df4bfbf1d6b3cc8780dcab9d2edb5ce422c4f382156e0f
Description-en: simple function that returns the first true value from an iterable
A MIT licensed Python package with a simple function that returns the
first true value from an iterable, or None if there is none. If you need
more power, you can also supply a key function that is used to judge the
truth value of the element or a default value if None doesn’t fit your
use case.
Description-md5: e7365c57d26d1c8766a5a5e1e0097533
Homepage: https://github.com/hynek/first/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu