How to Install and Uninstall python3-circuits Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-circuits" package

This guide let you learn how to install python3-circuits on Kali Linux

$ sudo apt update $ sudo apt install python3-circuits

2. Uninstall "python3-circuits" package

This tutorial shows how to uninstall python3-circuits on Kali Linux:

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

3. Information about the python3-circuits package on Kali Linux

Package: python3-circuits
Source: circuits
Version: 3.2.2-2
Installed-Size: 568
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-pkg-resources
Suggests: python3-serial
Size: 114092
SHA256: 893f9aecfbee992a071ec2c37f98e587f013e3450ac30437867986496164f54f
SHA1: 37feb0e52b17b0abcdf8f8dd509686bc4987b962
MD5sum: 2077332d0304493e481741a4cd953c18
Description: 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:
Homepage: https://github.com/circuits/circuits
Section: python
Priority: optional
Filename: pool/main/c/circuits/python3-circuits_3.2.2-2_all.deb