You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm I confirmed the sysupdate installation of elementaryos-9.0-daily-x86-64.20260923003501.iso surely includes the apt-shim command but the update-alternatives is not set, which results the apt command can be used.
2026-09-23T00:48:46.8034801Z ‣ + apt-get -o APT::Architecture=amd64 -o APT::Architectures=amd64 -o APT::Install-Recommends=false -o APT::Immediate-Configure=off -o APT::Get::Assume-Yes=true -o APT::Get::AutomaticRemove=true -o APT::Get::Allow-Change-Held-Packages=true -o APT::Get::Allow-Remove-Essential=true -o APT::Sandbox::User=root -o Ac
quire::AllowReleaseInfoChange=true -o Acquire::Check-Valid-Until=false -o Dir::Cache=/var/cache/apt -o Dir::State=/buildroot/var/lib/apt -o Dir::State::lists=/var/lib/apt/lists/ -o Dir::Log=/var/log/apt -o Dir::State::Status=/buildroot/var/lib/dpkg/status -o Dir::Bin::DPkg=/usr/bin/dpkg -o Debug::NoLocking=true -o DPkg::Options::=--root=/bu
ildroot -o DPkg::Options::=--force-unsafe-io -o DPkg::Options::=--force-architecture -o DPkg::Options::=--force-depends -o DPkg::Options::=--no-debsig -o DPkg::Use-Pty=false -o DPkg::Install::Recursive::Minimum=1000 -o pkgCacheGen::ForceEssential=, install io.elementary.apt-shim
2026-09-23T00:48:46.9863385Z Reading package lists...
2026-09-23T00:48:47.2021802Z Building dependency tree...
2026-09-23T00:48:47.2032817Z Reading state information...
2026-09-23T00:48:47.3266948Z Solving dependencies...
2026-09-23T00:48:47.4848198Z The following NEW packages will be installed:
2026-09-23T00:48:47.4858661Z io.elementary.apt-shim
2026-09-23T00:48:47.8771277Z 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
2026-09-23T00:48:47.8772779Z Need to get 5524 B of archives.
2026-09-23T00:48:47.8774156Z After this operation, 32.8 kB of additional disk space will be used.
2026-09-23T00:48:47.8775506Z Get:1 https://ppa.launchpadcontent.net/elementary-os/daily/ubuntu resolute/main amd64 io.elementary.apt-shim amd64 9.0.0+r7+pkg1~daily~ubuntu9.1 [5524 B]
2026-09-23T00:48:48.0824205Z Fetched 5524 B in 0s (14.6 kB/s)
2026-09-23T00:48:48.1144861Z Selecting previously unselected package io.elementary.apt-shim.
2026-09-23T00:48:48.1658700Z (Reading database ... 115885 files and directories currently installed.)
2026-09-23T00:48:48.1687621Z Preparing to unpack .../io.elementary.apt-shim_9.0.0+r7+pkg1~daily~ubuntu9.1_amd64.deb ...
2026-09-23T00:48:48.1688717Z Unpacking io.elementary.apt-shim (9.0.0+r7+pkg1~daily~ubuntu9.1) ...
2026-09-23T00:48:48.2076383Z Setting up io.elementary.apt-shim (9.0.0+r7+pkg1~daily~ubuntu9.1) ...
2026-09-23T00:48:48.2109971Z update-alternatives: using /usr/bin/apt to provide /usr/sbin/apt (apt) in auto mode
2026-09-23T00:48:48.2127414Z update-alternatives: using /usr/bin/io.elementary.apt-shim to provide /usr/sbin/apt (apt) in auto mode
2026-09-23T00:48:48.2146162Z update-alternatives: using /usr/bin/apt-get to provide /usr/sbin/apt-get (apt-get) in auto mode
2026-09-23T00:48:48.2163061Z update-alternatives: using /usr/bin/io.elementary.apt-shim to provide /usr/sbin/apt-get (apt-get) in auto mode
Do not use these installers for production systems. They are intended for testing purposes only. They will update to the latest PR build, which will break your install eventually.
Thank you for investigation! I think it should be in the os-repository because I think apt-shim itself handles update-alternatives correctly as it worked as expected in elementary/apt-shim#1
Do not use these installers for production systems. They are intended for testing purposes only. They will update to the latest PR build, which will break your install eventually.
Do not use these installers for production systems. They are intended for testing purposes only. They will update to the latest PR build, which will break your install eventually.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix #852