Package Details - ubuntu-release-upgrader-qt

Metadata
Version
1:25.10.10
Architecture
all
Section
universe/admin
Priority
optional
Source
ubuntu-release-upgrader
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Description

manage release upgrades

Relations
Depends
psmisc pyqt6-dev-tools python3-pyqt6 python3-pyqt6.qtquick ubuntu-release-upgrader-core (= 1:25.10.10)
Recommends
qttranslations5-l10n
Breaks
update-manager-kde (<< 1:0.165)
Replaces
update-manager-kde (<< 1:0.165)
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 ubuntu-release-upgrader-qt
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 5 KB

Installed Size: 56 B

Component: universe


Hashes
SHA256: 96e5781c5615fbcc47aefd71e8111b13510ee81bd34038662f7c45123e6130b4 SHA1: 90f9ccc662528649f016f7c1b49553e224160c71 MD5: c26aafacc94c107d2acb2a0dee853c6e
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.