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

Last updated: May 19,2024

1. Install "python3-first" package

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

$ sudo apt update $ sudo apt install python3-first

2. Uninstall "python3-first" package

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

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

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

Package: python3-first
Priority: extra
Section: universe/python
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: Julien Danjou
Architecture: all
Source: python-first
Version: 2.0.0-2
Depends: python3 (>= 3.2.3-3~)
Filename: pool/universe/p/python-first/python3-first_2.0.0-2_all.deb
Size: 5878
MD5sum: fabb9b695da2c0047c7249da363ddc89
SHA1: bb1a967e4e837b6e10b2ff3115dea56d1609e9dc
SHA256: 4ce1d232d43e26418a372de0d9a0c8a972be9bc3ac79f9475b96d47767bc1088
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