Package Details - libboost-container1.83.0

Metadata
Version
1.83.0-5ubuntu1.1
Architecture
amd64
Section
universe/libs
Priority
optional
Source
boost1.83
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original Maintainer
Debian Boost Team <team+boost@tracker.debian.org>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
http://boost.org/libs/container/
Description

C++ library that implements several well-known containers

Relations
Depends
libc6 (>= 2.34) libgcc-s1 (>= 3.3.1) libstdc++6 (>= 5)
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/2

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-updates
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-2.sources && \
sudo apt update

Step 2: Install the package

sudo apt install libboost-container1.83.0
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 257 KB

Installed Size: 2212 B

Component: universe

Multi-Arch: same


Hashes
SHA256: 41f4723c51ff7e4b139c71a4769f85d39827d5666bd785be6ff3da5699f53adf SHA1: ed97e2350ec183f7e33058222b6cac92f090948f MD5: a0272c8d8bcd13ba7347576f08ee42a3
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.