Package Details - alpine-chroot-install
Metadata
- Version
- 0.14.0-1
- Architecture
all- Section
universe/otherosfs- Priority
optional- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Adam Borowski <kilobyte@angband.pl>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://github.com/alpinelinux/alpine-chroot-install/
- Description
bootstrap Alpine Linux into a chroot
Relations
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/1
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
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-1.sources && \
sudo apt update
Step 2: Install the package
sudo apt install alpine-chroot-install
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 16 KB
Installed Size: 38 B
Component: universe
Multi-Arch: foreign
Hashes
SHA256: 673a13a5b8eeda9ec58427ccafb40d67498c4a93f60995778fcc87e37af0084f SHA1: 8c58b3cacd0081f8ffc6c74042182fc31313d0a0 MD5: 566c80f901392096c656664e85cfad6dWhat 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.