Package Details - libboost-type-erasure1.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://www.boost.org/doc/libs/1_60_0/doc/html/boost_typeerasure.html
Description

C++ runtime polymorphism based on concepts

Relations
Depends
libboost-thread1.83.0 (>= 1.83.0) libc6 (>= 2.34) libgcc-s1 (>= 3.3.1) libstdc++6 (>= 14)
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-type-erasure1.83.0
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 239 KB

Installed Size: 2200 B

Component: universe

Multi-Arch: same


Hashes
SHA256: bbf5c21d29bdda1af63e6966ebeba028c5752edca9410546b8075bf3b44c5997 SHA1: d69a9a6b729658030cb6a82d0eda56cb2b754426 MD5: 84b7884a4fc1610542fd11dcfb9e24fe
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.