Pakketdetails - task-turkish-desktop

Metadata
Versie
3.82ubuntu1
Architectuur
all
Sectie
universe/admin
Prioriteit
optional
Bron
tasksel
Oorsprong
Ubuntu
Onderhouder
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Originele onderhouder
Debian Install System Team <debian-boot@lists.debian.org>
Fouten
https://bugs.launchpad.net/ubuntu/+filebug
Beschrijving

Turkish desktop

Relaties
Depends
Recommends
libreoffice-l10n-tr firefox-esr-l10n-tr | firefox-l10n-tr
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 task-turkish-desktop
Status en bestanden

Opslagstatus: Virtueel (Trage Synchronisatie)

Downloadgrootte: 0 KB

Geïnstalleerde grootte: 6 B

Component: universe


Hashes
SHA256: 20ba7bd3e60537d27e7c7cb4e47c7dac6c6e598a400dd2353992e0223a53d0e5 SHA1: be3963fb7170ce7b35b4b8f38dc78cd68cb95110 MD5: 874c4490e1920ae37440e1bb68d66040
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.