How to Install and Uninstall rustfmt Package on Kali Linux

Last updated: May 08,2024

1. Install "rustfmt" package

Here is a brief guide to show you how to install rustfmt on Kali Linux

$ sudo apt update $ sudo apt install rustfmt

2. Uninstall "rustfmt" package

Learn how to uninstall rustfmt on Kali Linux:

$ sudo apt remove rustfmt $ sudo apt autoclean && sudo apt autoremove

3. Information about the rustfmt package on Kali Linux

Package: rustfmt
Source: rustc
Version: 1.70.0+dfsg1-7
Installed-Size: 5716
Maintainer: Debian Rust Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Recommends: cargo
Size: 1702176
SHA256: 2d930da91934366b37ae5c1d2d8b724332a553754b011e81737262e2d9e65832
SHA1: 63bb9a96f77e30bf85b189c3bc8529585f6b345e
MD5sum: 92437052bf83fcbf3a8ab5bdeb3ebbd3
Description: Rust formatting helper
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 'rustfmt', a tool for formatting Rust code according to
style guidelines, as well as 'cargo-fmt', a helper enabling running rustfmt
directly with 'cargo fmt'.
Description-md5:
Multi-Arch: allowed
Homepage: http://www.rust-lang.org/
Section: devel
Priority: optional
Filename: pool/main/r/rustc/rustfmt_1.70.0+dfsg1-7_amd64.deb