Package Details - alpine
Metadata
- Version
- 2.26+dfsg-3
- Architecture
amd64- Section
universe/mail- Priority
optional- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Asheesh Laroia <asheesh@asheesh.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://alpineapp.email/
- Description
Text-based email client, friendly for novices but powerful
Relations
Depends
libc6 (>= 2.34)
libcrypt1 (>= 1:4.1.0)
libgssapi-krb5-2 (>= 1.17)
libkrb5-3 (>= 1.6.dfsg.2)
libldap2 (>= 2.6.2)
libssl3t64 (>= 3.0.0)
libtinfo6 (>= 6)
Recommends
Suggests
Conflicts
pine
Replaces
pine
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
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 2398 KB
Installed Size: 8823 B
Component: universe
Hashes
SHA256: 45aaa4031be8d66b3a4df60cc4ff7fc849f3a89040b9a4878c82e4891be8fabe SHA1: 81b1a5865e8e03beac00c179fe424efddc0aa92c MD5: c185db50886ed11a9576ae8533b259a6What 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.