Pakketdetails - aspell-sl

Metadata
Versie
0.60-4.1
Architectuur
all
Sectie
universe/text
Prioriteit
optional
Oorsprong
Ubuntu
Onderhouder
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Originele onderhouder
Tomaž Šolc <tomaz.solc@tablix.org>
Fouten
https://bugs.launchpad.net/ubuntu/+filebug
Beschrijving

Slovenian dictionary for GNU Aspell

Relaties
Depends
Provides
aspell-dictionary
Afhankelijke pakketten
Laden…
Hoe te installeren

Stap 1: Voeg deze APT-server toe

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

Stap 2: Installeer het pakket

sudo apt install aspell-sl
Status en bestanden

Opslagstatus: Virtueel (Trage Synchronisatie)

Downloadgrootte: 548 KB

Geïnstalleerde grootte: 573 B

Component: universe


Hashes
SHA256: 0ee8e7071781a026cfa655853661b1ba036d4e009f3dbf3913e05511e1acec58 SHA1: c3129af55711054e7075b7be588a6a00a4eb31fb MD5: 168cbee93d50ab01030ed84f1bd8e493
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.