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

Last updated: May 23,2024

1. Install "python3-can" package

Learn how to install python3-can on Kali Linux

$ sudo apt update $ sudo apt install python3-can

2. Uninstall "python3-can" package

This guide let you learn how to uninstall python3-can on Kali Linux:

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

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

Package: python3-can
Source: python-can
Version: 4.3.1-1
Installed-Size: 1035
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3-serial, python3-msgpack, python3-packaging, python3-typing-extensions, python3-wrapt, python3:any
Suggests: python-can-doc
Size: 191500
SHA256: 02b5a62ab889757cb0d033d6c4465fe067f34939fdd554b1e75f545c4ca41f37
SHA1: a58cdde01deaabb1ac72117f21e58e5e4201df01
MD5sum: 2217fb3d8fb629cf3c187afb5a9a87ef
Description: Controller Area Network (CAN) interface module
The Controller Area Network (CAN, aka "CAN bus") is a bus standard designed
to allow microcontrollers and devices to communicate with each other. It
has priority based bus arbitration, reliable deterministic
communication. It is used in cars, trucks, boats, wheelchairs and more.
.
The 'can' package provides controller area network support for Python
developers; providing "common abstractions to different hardware devices", and
a suite of utilities for sending and receiving messages on a can bus.
.
This package provides the bindings for Python 3.x (and some logging utilities)
Description-md5:
Homepage: https://github.com/hardbyte/python-can/
Section: python
Priority: optional
Filename: pool/main/p/python-can/python3-can_4.3.1-1_all.deb