Package Details - hunspell-ro

Metadata
Version
1:25.2.3-1
Architecture
all
Section
text
Priority
optional
Source
libreoffice-dictionaries
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original Maintainer
Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
https://wiki.documentfoundation.org/Language_support_of_LibreOffice
Description

Romanian dictionary for hunspell

Relations
Depends
Suggests
Provides
hunspell-dictionary hunspell-dictionary-ro
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 hunspell-ro
Status & Files

Storage State: Physical (Cached)

Download Size: 1006 KB

Installed Size: 4256 B

Component: main

Multi-Arch: foreign


Hashes
SHA256: a1626c92b23b6766a08f4258933e4351d38357a376d3f1181dc8acc5809746c7 SHA1: 1bfe9837053ff240fcec69f86829d402563fd7be MD5: 00fecbc830623aa393b35178b27bbcef
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.