How to Install and Uninstall libstd-rust-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "libstd-rust-dev" package

This guide covers the steps necessary to install libstd-rust-dev on Kali Linux

$ sudo apt update $ sudo apt install libstd-rust-dev

2. Uninstall "libstd-rust-dev" package

Learn how to uninstall libstd-rust-dev on Kali Linux:

$ sudo apt remove libstd-rust-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libstd-rust-dev package on Kali Linux

Package: libstd-rust-dev
Source: rustc
Version: 1.70.0+dfsg1-7
Installed-Size: 191151
Maintainer: Debian Rust Maintainers
Architecture: amd64
Depends: libstd-rust-1.70 (= 1.70.0+dfsg1-7)
Size: 37743208
SHA256: 2f1ea4d540a88cdeadaa78d27ff8b74ea759968cd97173c4c21cb14b3294fae2
SHA1: c88fa143e38391a2e9343127b41404d0c122a195
MD5sum: 574380fe03437064c7a9e5db037ba5cd
Description: Rust standard libraries - development files
Rust is a curly-brace, block-structured expression language. It
visually resembles the C language family, but differs significantly
in syntactic and semantic details. Its design is oriented toward
concerns of "programming in the large", that is, of creating and
maintaining boundaries - both abstract and operational - that
preserve large-system integrity, availability and concurrency.
.
It supports a mixture of imperative procedural, concurrent actor,
object-oriented and pure functional styles. Rust also supports
generic programming and meta-programming, in both static and dynamic
styles.
.
This package contains development files for the standard Rust libraries,
needed to compile Rust programs. It may also be installed on a system
of another host architecture, for cross-compiling to this architecture.
Description-md5:
Multi-Arch: same
Homepage: http://www.rust-lang.org/
Tag: devel::library, role::devel-lib
Section: rust
Priority: optional
Filename: pool/main/r/rustc/libstd-rust-dev_1.70.0+dfsg1-7_amd64.deb