Pakketdetails - dotnet-hostfxr-10.0

Metadata
Versie
10.0.8-0ubuntu1~25.10.1
Architectuur
amd64
Sectie
universe/devel
Prioriteit
optional
Bron
dotnet10 (10.0.108-10.0.8-0ubuntu1~25.10.1)
Oorsprong
Ubuntu
Onderhouder
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Fouten
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
https://dot.net
Beschrijving

.NET host resolver

Relaties
Depends
dotnet-host-10.0 libc6 (>= 2.38) libgcc-s1 (>= 3.0) libstdc++6 (>= 13.1)
Breaks
dotnet-hostfxr-6.0 (<< 6.0.111~)
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/4

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-security
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-4.sources && \
sudo apt update

Stap 2: Installeer het pakket

sudo apt install dotnet-hostfxr-10.0
Status en bestanden

Opslagstatus: Fysiek (Gecachet)

Downloadgrootte: 142 KB

Geïnstalleerde grootte: 474 B

Component: universe


Hashes
SHA256: 7e2d28f1a3999e28a2c4f152862dee54520368238afe101867ede2e4966d2019 SHA1: 63dc20810e20079b4fd3bb06d3023ca5e9a7c032 MD5: 13f06faf02a98c309582abe82db5edd4
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.