パッケージ詳細 - aspell-hu
メタデータ
- バージョン
- 0.99.4.2-0-5
- アーキテクチャ
all- セクション
universe/text- 優先度
optional- 起源
- Ubuntu
- メンテナ
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- 元のメンテナー
- Debian QA Group <packages@qa.debian.org>
- バグ
- https://bugs.launchpad.net/ubuntu/+filebug
- 説明
Hungarian dictionary for aspell
関係
逆依存関係
読み込み中…
インストール方法
ステップ 1: この APT サーバーを追加する
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
ステップ 2: パッケージをインストール
sudo apt install aspell-hu
ステータスとファイル
ストレージ状態: 仮想(遅延同期)
ダウンロードサイズ: 482 KB
インストール済みサイズ: 1063 B
コンポーネント: universe
ハッシュ
SHA256: f704aab36382920edb5c5ea9df01575e85dc474d44bac6e25ffc01191b28942b SHA1: 5e61a3355c107ae2a325cead49e15cb363611fe9 MD5: 91ce584dc0d8cabf9770d836df9c3412What 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.