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

Last updated: May 02,2024

1. Install "can-utils" package

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

$ sudo apt update $ sudo apt install can-utils

2. Uninstall "can-utils" package

Please follow the guidance below to uninstall can-utils on Kali Linux:

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

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

Package: can-utils
Version: 2023.03-1
Installed-Size: 726
Maintainer: Alexander GQ Gerasiov
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 143028
SHA256: 501b3c90f568ee8b888d0be7fe4666bc936fa0850c7e92e7f181fe02fedad8cd
SHA1: 537d4986ef6ed70eec0ab9b9c00100d8c3515a6e
MD5sum: 0b93f2ccd2c8fca082eb55d7034b1568
Description: SocketCAN userspace utilities and tools
CAN is a message-based network protocol designed for vehicles originally
created by Robert Bosch GmbH. SocketCAN is a set of open source CAN drivers
and a networking stack contributed by Volkswagen Research to the Linux kernel.
.
This package contains some userspace utilities for Linux SocketCAN subsystem.
.
Basic tools to display, record, generate and replay CAN traffic:
candump, canplayer, cansend, cangen, cansniffer, cansequence.
CAN access via IP sockets: canlogserver, bcmserver, socketcand.
CAN in-kernel gateway configuration: cangw.
CAN bus measurement and testing: canbusload, can-calc-bit-timing, canfdtest.
ISO-TP (ISO 15765-2 2016) tools: isotpsend, isotprecv, isotpsniffer,
isotpdump, isotpserver, isotpperf, isotptun.
CAN log file converters: asc2log, log2asc, log2long.
CAN Serial Line Discipline configuration (for slcan driver):
slcan_attach, slcand, slcanpty.
SAE J1939 tools and demo: j1939acd, j1939cat, j1939spy, j1939sr, testj1939.
Description-md5:
Homepage: https://github.com/linux-can/can-utils
Tag: hardware::embedded, implemented-in::c, interface::commandline,
interface::daemon, role::program, scope::utility,
works-with::network-traffic
Section: net
Priority: optional
Filename: pool/main/c/can-utils/can-utils_2023.03-1_amd64.deb