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

Last updated: May 07,2024

1. Install "python3-pretend" package

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

$ sudo apt update $ sudo apt install python3-pretend

2. Uninstall "python3-pretend" package

This tutorial shows how to uninstall python3-pretend on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pretend
Priority: optional
Section: universe/python
Installed-Size: 30
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-pretend
Version: 1.0.8-2
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-pretend/python3-pretend_1.0.8-2_all.deb
Size: 6124
MD5sum: 76854a6505b009ea4d2acfe0b16812e7
SHA1: b21f76db951f5a9657043e239912c6186d064da0
SHA256: 180ce889c5e8f3467da4358cee14bed34f598c1a0867fc334af930af2092fdbe
Description-en: Python library for stubbing (Python 3)
Pretend is a library to make stubbing with Python easier.
.
Stubbing is a technique for writing tests. You may hear the term mixed up with
mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned
responses, rather than doing any computation.
Description-md5: b72f0cc2a01b3b05581bedd8d736f939
Homepage: https://github.com/alex/pretend
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu