Package Details - anthy-common

Metadata
Version
1:0.4-3build1
Architecture
all
Section
universe/utils
Priority
optional
Source
anthy
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original Maintainer
Debian Input Method Team <debian-input-method@lists.debian.org>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
https://wiki.debian.org/Teams/DebianAnthy
Description

Japanese kana-kanji conversion - dictionary

Relations
Recommends
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 anthy-common
Status & Files

Storage State: Physical (Cached)

Download Size: 5960 KB

Installed Size: 27979 B

Component: universe

Multi-Arch: foreign


Hashes
SHA256: 5f7894ca85a92cc3be8a544405a5f9054341baac51bc14c41fe5b1edc69daee9 SHA1: d9b89f4ba8a1faf522a16123c703f62af1508eef MD5: d5e7e6618fa8442de0ab275b6244cafd
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.