How to Install and Uninstall libstd-rust-1.7 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libstd-rust-1.7" package

In this section, we are going to explain the necessary steps to install libstd-rust-1.7 on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libstd-rust-1.7" package

Please follow the steps below to uninstall libstd-rust-1.7 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libstd-rust-1.7 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libstd-rust-1.7
Priority: extra
Section: universe/libs
Installed-Size: 71421
Maintainer: Ubuntu Developers
Original-Maintainer: Rust Maintainers
Architecture: amd64
Source: rustc
Version: 1.7.0+dfsg1-1
Depends: libc6 (>= 2.18), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.2), libstdc++6 (>= 5.2), libtinfo5 (>= 6), zlib1g (>= 1:1.2.0)
Pre-Depends: multiarch-support
Filename: pool/universe/r/rustc/libstd-rust-1.7_1.7.0+dfsg1-1_amd64.deb
Size: 30883842
MD5sum: b062d0a47c9f2b58c23d2ed5ef35144f
SHA1: 2a636034f276e2dc31aa44659abaa1f431d45266
SHA256: 335ed0600ed3299e57c6b97e9272d3fdc6842d55fdeb9697ca4e53e05b98d334
Description-en: Rust standard libraries
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 the standard Rust libraries, built as dylibs.
Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5
Multi-Arch: same
Homepage: http://www.rust-lang.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu