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

Last updated: April 29,2024

1. Install "python-sure" package

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

$ sudo apt update $ sudo apt install python-sure

2. Uninstall "python-sure" package

This guide covers the steps necessary to uninstall python-sure on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-sure
Priority: optional
Section: universe/python
Installed-Size: 109
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.2.5-4
Depends: python-six, python-nose, python-rednose (>= 0.4.1), python (>= 2.7), python (<< 2.8)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-sure/python-sure_1.2.5-4_all.deb
Size: 16230
MD5sum: ed7be82b7d34da871892c1da37aee989
SHA1: c197103c855bbccf1d124f6a8afdd89b9e6537b7
SHA256: 42965b1f9fe14b4843b868f3456592d56b591e5cb8eef1ab2adac60203b4f67c
Description-en: utility belt for automated testing - Python 2.x
Sure is a library for Python that leverages a DSL for writing assertions. In
CPython it monkey-patches the object type, adding some methods and properties
purely for test purposes. Any Python code writen after "import sure" gains
testing superpowers.
.
This package contains the module for Python 2.x.
Description-md5: 2174d5a2ff8a206835211f81d75c2054
Homepage: http://github.com/gabrielfalcao/sure
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu