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

Last updated: May 19,2024

1. Install "python-circuits" package

This guide let you learn how to install python-circuits on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-circuits

2. Uninstall "python-circuits" package

Here is a brief guide to show you how to uninstall python-circuits on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-pkg-resources
Suggests: python-serial
Filename: pool/universe/c/circuits/python-circuits_3.1.0+ds1-1_all.deb
Size: 98912
MD5sum: ea5edd04c481e2bb064c0ad77c4e9645
SHA1: b30799ae6d14159910ba52170ad9b5b55149f659
SHA256: 3d23f4209a5baa899f430f8fd9830d3c3a0c9d67f2563cbf77b76a94a64bd3b9
Description-en: event-driven framework with a component architecture
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.
Description-md5: 64e5b1005a2a9b4b357f75df29dc9076
Homepage: http://circuitsframework.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu