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

Last updated: May 17,2024

1. Install "libustr-dev" package

Please follow the guidelines below to install libustr-dev on Kali Linux

$ sudo apt update $ sudo apt install libustr-dev

2. Uninstall "libustr-dev" package

Please follow the guidelines below to uninstall libustr-dev on Kali Linux:

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

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

Package: libustr-dev
Source: ustr (1.0.4-6.1)
Version: 1.0.4-6.1+b1
Installed-Size: 580
Maintainer: Vaclav Ovsik
Architecture: amd64
Depends: libustr-1.0-1 (= 1.0.4-6.1+b1), libc6-dev
Size: 109060
SHA256: 89327717bd7a051ad651523e6578862c601dbd5df5d94aa342ca434b5af0b33a
SHA1: d7f23af4db5406428fb11699cf0295450a2a5c26
MD5sum: 2808bc39626e9bcf2fb8235accd7a8bd
Description: Micro string library: development stuff
ustr (Micro string library) is a string API for C. It has tiny overhead over
just plain strdup(), is much safer, is easier to use, is faster for many
operations, can be used with read-only or automatically allocated data. You
don't even need to link to the library to use it (so there are no
dependencies).
.
This package contains header files and static library needed to compile code
that uses ustr.
Description-md5:
Multi-Arch: same
Homepage: http://www.and.org/ustr/
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/u/ustr/libustr-dev_1.0.4-6.1+b1_amd64.deb