Package Details - efi-shell-loongarch64

Metadata
Version
2025.02-8ubuntu3.1
Architecture
all
Section
universe/misc
Priority
optional
Source
edk2
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original Maintainer
Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
http://www.tianocore.org
Description

UEFI Shell for 64-bit LoongArch architecture

Relations

No relations.

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/2

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

Step 2: Install the package

sudo apt install efi-shell-loongarch64
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 286 KB

Installed Size: 1030 B

Component: universe


Hashes
SHA256: 489cbb2dcd2e77c565fa7e723cf8b62c84451c0487677b06b22ea2579afda8a9 SHA1: 1a18f2f8a1656bb20d609b100ee365df86c2d33d MD5: 68d73f5408be3314318842eeac25e2d0
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.