Package Details - qemu-system-gui
Metadata
- Version
- 1:10.1.0+ds-5ubuntu2.6
- Architecture
amd64- Section
otherosfs- Priority
optional- Source
qemu- 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.qemu.org/
- Description
QEMU full system emulation binaries (graphical display and audio modules)
Relations
Depends
libc6 (>= 2.38)
libcairo2 (>= 1.2.4)
libepoxy0 (>= 1.0)
libgbm1 (>= 12.0.0~0)
libgdk-pixbuf-2.0-0 (>= 2.22.0)
libglib2.0-0t64 (>= 2.62.0)
libgtk-3-0t64 (>= 3.21.4)
libjack-jackd2-0 (>= 1.9.10+20150825)
|
libjack-0.125
libnuma1 (>= 2.0.11)
libpipewire-0.3-0t64 (>= 0.3.1)
libpixman-1-0 (>= 0.19.6)
libpulse0 (>= 0.99.1)
libsdl2-2.0-0 (>= 2.0.12)
libvirglrenderer1 (>= 1.0.0)
libvte-2.91-0 (>= 0.49.92)
libx11-6
qemu-system-modules-opengl (= 1:10.1.0+ds-5ubuntu2.6)
qemu-system-any (= 1:10.1.0+ds-5ubuntu2.6)
libgl1
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 qemu-system-gui
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 315 KB
Installed Size: 1212 B
Component: main
Hashes
SHA256: 9974ed6a766075e8057d98674a949d9c01e8033074a18dcdf86ccfee12c9fd6e SHA1: 4b2a7bae1ef68e800e9896e5150162b49a705f90 MD5: 1ffc36f5f7690b442c9d22849bd0c151What 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.