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

Last updated: September 29,2024

1. Install "python3-morris" package

Here is a brief guide to show you how to install python3-morris on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-morris

2. Uninstall "python3-morris" package

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

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

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

Package: python3-morris
Priority: optional
Section: universe/python
Installed-Size: 91
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-morris
Version: 1.2-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-morris/python3-morris_1.2-1_all.deb
Size: 13412
MD5sum: 0f216ecce3b8da086a4a61db0ae443ef
SHA1: 1a324530adbacbc90d2492b74114b84a79ba5c8f
SHA256: f19a769acb5fd11c16a95cf2d584892cac6e16cf31e37dc8969dc4564237c304
Description-en: announcement (signal/event) system for Python 3
Morris is a simple Python library for creating notification mechanism similar
to Qt signals or C# events. Application developers can create signals with a
simple decorator (@signal), send signals by calling the decorated method or
function, connect to and disconnect from signals with signal.connect() and
signal.disconnect().
.
Morris comes with support for writing high-level unit tests using the
SignalTestCase.{watchSignal,assertSignalFired,assertSignalNotFired}() methods.
Appropriate ordering constraints on multiple signals can be tested using the
SignalTestCase.assertSignalOrdering() method.
.
This package contains version of the library for Python 3
Description-md5: 7ea9bab2db6d27e1de954fa5634a0784
Homepage: https://github.com/zyga/morris
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu