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

Last updated: September 20,2024

1. Install "canmatrix-utils" package

This tutorial shows how to install canmatrix-utils on Kali Linux

$ sudo apt update $ sudo apt install canmatrix-utils

2. Uninstall "canmatrix-utils" package

Please follow the steps below to uninstall canmatrix-utils on Kali Linux:

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

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

Package: canmatrix-utils
Source: python-canmatrix
Version: 1.0~github-2
Installed-Size: 17
Maintainer: IOhannes m zmölnig (Debian/GNU)
Architecture: all
Depends: python3-canmatrix (<< 1.0~github+1~), python3-canmatrix (>= 1.0~github), python3:any
Size: 5448
SHA256: 8b76148465a4d69fc42bc021cfc8f8ca372779fb6841eb8dd2ab6019e0161031
SHA1: 702767547e6fbbe72337376fea37fc0ed2a4a032
MD5sum: a85745fee65134a4a65d233656ce59d4
Description: Handle CAN (Controller Area Network) descriptions - cmdline utilities
Canmatrix implements a "Python CAN Matrix Object" which describes the
CAN-communication itself and some auxiliary objects (Boardunits, Frames,
Signals, Values, ...)
Canmatrix also includes two Tools (canconvert and cancompare) for
converting and comparing CAN databases. 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 cmdline tools.
Description-md5:
Homepage: https://github.com/ebroecker/canmatrix
Section: electronics
Priority: optional
Filename: pool/main/p/python-canmatrix/canmatrix-utils_1.0~github-2_all.deb