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

Last updated: May 15,2024

1. Install "python3-circuits" package

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

$ sudo apt update $ sudo apt install python3-circuits

2. Uninstall "python3-circuits" package

Please follow the instructions below to uninstall python3-circuits on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-circuits
Priority: optional
Section: universe/python
Installed-Size: 525
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: circuits
Version: 3.1.0+ds1-1
Depends: python3, python3:any (>= 3.3.2-2~), python3-pkg-resources
Suggests: python3-serial
Filename: pool/universe/c/circuits/python3-circuits_3.1.0+ds1-1_all.deb
Size: 99046
MD5sum: 4086beba91c89d2e1ce7728328348dd2
SHA1: 40b607c772491e21d7fd41aae397c862494af370
SHA256: d1befbf1727d27708d31b62c57ea78effbdeb796225db2137bdd65eb3171d6b1
Description-en: event-driven framework with a component architecture (Python3 version)
circuits is an event-driven framework with a focus on Component
Software Architectures where System Functionality is defined in
Components. Components communicate with one another by propagating
events throughout the system. Each Component can react to events and
expose events to other parts of the system Components are able to
manage their own events and can also be linked to other Components.
.
Circuits has a clean architecture and has no external dependencies on
any other library. It's simplistic design is unmatchable but yet
delivers a powerful framework for building large, scalable,
maintainable applications and systems. Circuits was a core integral
part of the pymills library developed in 2006 and was partly inspired
by the Trac architecture.
.
This package contains the Python 3 version of the library.
Description-md5: 08db35b069abb53c0d71c14f53c8721d
Homepage: http://circuitsframework.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu