Package Details - aspell-fo
Metadata
- Version
- 0.4.2+repack1-5
- Architecture
all- Section
universe/text- Priority
optional- Source
ispell-fo- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Agustin Martin Domingo <agmartin@debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://fo.speling.org
- Description
Faroese dictionary for aspell
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 aspell-fo
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 551 KB
Installed Size: 600 B
Component: universe
Multi-Arch: foreign
Hashes
SHA256: 43c167a0fae92fc467640b1424382cc5ff59c0ec9a1d1aeb79940ccb51674658 SHA1: a8da69de6af8780b92c7c85a245fbc10340dcbf5 MD5: fd2cf1cea27a0ec89ba2feb87cd9e7acWhat 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.