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

Last updated: September 20,2024

1. Install "python-morris" package

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

$ sudo apt update $ sudo apt install python-morris

2. Uninstall "python-morris" package

Please follow the steps below to uninstall python-morris on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-morris
Priority: optional
Section: universe/python
Installed-Size: 90
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.2-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-morris/python-morris_1.2-1_all.deb
Size: 13334
MD5sum: 5ff2e397edc94205b23bee1b33200ab1
SHA1: 122a41f2dbec6d9665ec369ea1a951e3648c3c3b
SHA256: 42f63cc14469b0d859ef774c05747f23801e5d9a3b4977f414a018ab410983bc
Description-en: announcement (signal/event) system for Python 2
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 2
Description-md5: 68d0f192aded43d32eecd2346f671597
Enhances: python-sphinx
Homepage: https://github.com/zyga/morris
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu