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

Last updated: May 17,2024

1. Install "python3-pytest" package

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

$ sudo apt update $ sudo apt install python3-pytest

2. Uninstall "python3-pytest" package

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

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

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

Package: python3-pytest
Priority: optional
Section: universe/python
Installed-Size: 544
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pytest
Version: 2.8.7-4
Depends: python3-pkg-resources, python3-py (>= 1.4.29), python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/pytest/python3-pytest_2.8.7-4_all.deb
Size: 119972
MD5sum: 438f7d66512dfe6b28b98cad216142de
SHA1: 9c48c723000de4e53be62298bcd88de9755a3a46
SHA256: 5888b916f96e609e839bfe1b14b3f4ad5a684e05e26f36098375d1ae9215bc6e
Description-en: Simple, powerful testing in Python3
This testing tool has for objective to allow the developers to limit the
boilerplate code around the tests, promoting the use of built-in
mechanisms such as the `assert` keyword.
.
This package provides the Python 3 module and the py3.test script.
Description-md5: 96199c42946bd725e1215e13b9048bf4
Homepage: http://pytest.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu