Package Details - liblz1
Metadata
- Version
- 1.15-3
- Architecture
amd64- Section
universe/libs- Priority
optional- Source
lzlib- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Daniel Baumann <daniel@debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- http://www.nongnu.org/lzip/lzlib.html
- Description
data compressor based on the LZMA algorithm (library)
Relations
Depends
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 liblz1
Status & Files
Storage State: Physical (Cached)
Download Size: 35 KB
Installed Size: 91 B
Component: universe
Multi-Arch: same
Hashes
SHA256: 0ef5d4a8a5466b9fa42cc017ba860315f88253c0c5d78082531d4efd990daa24 SHA1: 3cc3c916f61feb0d8918c09468f483f45ba82958 MD5: 9d4c1971b63566716c9d5b83d9f130b5What 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.