How to Install and Uninstall libserial-dev Package on Kali Linux

Last updated: July 02,2024

1. Install "libserial-dev" package

Learn how to install libserial-dev on Kali Linux

$ sudo apt update $ sudo apt install libserial-dev

2. Uninstall "libserial-dev" package

This tutorial shows how to uninstall libserial-dev on Kali Linux:

$ sudo apt remove libserial-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libserial-dev package on Kali Linux

Package: libserial-dev
Source: libserial
Version: 1.0.0-9
Installed-Size: 82
Maintainer: Gianfranco Costamagna
Architecture: amd64
Depends: libserial1 (= 1.0.0-9)
Suggests: libserial-doc
Size: 12488
SHA256: eaa235966fdc1f7e1a2f232d2e436d04fef83547cdb43fce6c5bc706e56666ff
SHA1: ec2d0c70f38870097aa7d60bf859cb5746c77d26
MD5sum: 95944bc3bbc99d8072912aa8125fd376
Description: Serial port programming in C++ -- development files
A collection of C++ classes which allow the serial port on POSIX systems to be
accessed like an iostream object. Special functions are provided for setting
various parameters of the serial port such as the baud rate, character size,
flow control and other.
.
This package contains the development libraries and headers
Description-md5:
Multi-Arch: same
Homepage: https://github.com/crayzeewulf/libserial
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libs/libserial/libserial-dev_1.0.0-9_amd64.deb