Package Details - rust-1.91-doc

Metadata
Version
1.91.1+dfsg-0ubuntu3~25.10.1
Architecture
all
Section
universe/doc
Priority
optional
Source
rustc-1.91
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original Maintainer
Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
http://www.rust-lang.org/
Description

Rust systems programming language - Documentation

Relations
Depends
libjs-jquery libjs-highlight.js libjs-mathjax fonts-open-sans fonts-font-awesome
Recommends
Reverse Dependencies
Loading…
How to Install

Step 1: Add this APT server

Option A: Using APKG CLI (recommended):

sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/4

Don't have apkg? See how to install APKG CLI.

Option B: Manual bash setup:

sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing-security
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-4.sources && \
sudo apt update

Step 2: Install the package

sudo apt install rust-1.91-doc
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 23857 KB

Installed Size: 569480 B

Component: universe


Hashes
SHA256: 907213e609546609cc7ccc92b7213c27f44b5c9db1480923f71bfaedaeb9cb48 SHA1: 73ae5d4b4565e12de300f20b575ddd2b4b343f3f MD5: 9d5125b3613742a0a7636672c61ceaf1
What is a Package?

A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.

How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.