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

Last updated: May 09,2024

1. Install "python3-canmatrix" package

In this section, we are going to explain the necessary steps to install python3-canmatrix on Kali Linux

$ sudo apt update $ sudo apt install python3-canmatrix

2. Uninstall "python3-canmatrix" package

Here is a brief guide to show you how to uninstall python3-canmatrix on Kali Linux:

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

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

Package: python3-canmatrix
Source: python-canmatrix
Version: 1.0~github-2
Installed-Size: 3339
Maintainer: IOhannes m zmölnig (Debian/GNU)
Architecture: all
Depends: python3-attr, python3-click, python3-importlib-metadata | python3-supported-min (>= 3.8), python3-six, python3:any
Recommends: python3-lxml, python3-xlrd, python3-xlsxwriter, python3-xlwt, python3-yaml
Size: 223224
SHA256: 41a7a457fdffcbe2fd98f3ddecab402e5580638a4fd6e872bc63eafcee67ec7d
SHA1: 1128c2d7ac37e04e826d8158a01d86f10f7e2ec8
MD5sum: 119e21ec72a1ed7cfcb2cf25fb0fee19
Description: Handle CAN (Controller Area Network) database formats
Canmatrix implements a "Python CAN Matrix Object" which describes the
CAN-communication itself and some auxiliary objects (Boardunits, Frames,
Signals, Values, ...)
There are also some extract and merge options for dealing with CAN databases.
.
Supported file formats for import:
* .dbc candb / Vector
* .dbf Busmaster (open source!)
* .kcd kayak (open source!)
* .arxml autosar system description
* .yaml dump of the Python object
* .xls(x) excel xls-import, works with .xls-file generated by this lib
* .sym peak pcan can description
Supported file formats for export:
* .dbc
* .dbf
* .kcd
* .xls(x)
* .json Canard (open source!)
* .arxml (very basic implementation)
* .yaml (dump of the Python object)
* .sym
.
This package provides the Python-3.x bindings
Description-md5:
Homepage: https://github.com/ebroecker/canmatrix
Section: python
Priority: optional
Filename: pool/main/p/python-canmatrix/python3-canmatrix_1.0~github-2_all.deb