How to Install and Uninstall rust-clippy Package on Kali Linux

Last updated: May 14,2024

1. Install "rust-clippy" package

Please follow the step by step instructions below to install rust-clippy on Kali Linux

$ sudo apt update $ sudo apt install rust-clippy

2. Uninstall "rust-clippy" package

Please follow the guidance below to uninstall rust-clippy on Kali Linux:

$ sudo apt remove rust-clippy $ sudo apt autoclean && sudo apt autoremove

3. Information about the rust-clippy package on Kali Linux

Package: rust-clippy
Source: rustc
Version: 1.70.0+dfsg1-7
Installed-Size: 9060
Maintainer: Debian Rust Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstd-rust-1.70 (= 1.70.0+dfsg1-7)
Recommends: cargo
Size: 2258372
SHA256: 9dda0164ed320d8540c9c62e469e589139cf790e4440c7a14a591393b940a881
SHA1: c882788de7c6d856c614d5b0af10b987fdc3c7c5
MD5sum: c3e1b5ffce04485ddb1abb19cf98f8e3
Description: Rust linter
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 'clippy', a linter to catch common mistakes and improve
your Rust code as well a collection of over 400 compatible lints.
.
Lints are divided into categories, each with a default lint level. You can
choose how much Clippy is supposed to annoy help you by changing the lint
level by category.
.
Clippy is integrated into the 'cargo' build tool, available via 'cargo clippy'.
Description-md5:
Multi-Arch: allowed
Homepage: http://www.rust-lang.org/
Section: devel
Priority: optional
Filename: pool/main/r/rustc/rust-clippy_1.70.0+dfsg1-7_amd64.deb