How to install in Ubuntu Server 25.10 (Questing Quokka) ? #22546
-
Environment
. /etc/os-release
sudo apt install -t ${VERSION_CODENAME}-backports cockpit
. /etc/os-release
sudo apt install cockpit/${VERSION_CODENAME}-backportsObserved Behavior
Error: The value 'questing-backports' is invalid for APT::Default-Release as such a release is not available in the sources
Package cockpit is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Error: Release 'questing-backports' for 'cockpit' was not foundExpected Behavior
Steps to Reproduce
|
Beta Was this translation helpful? Give feedback.
Answered by
Venefilyn
Oct 29, 2025
Replies: 1 comment
-
|
Heya, there doesn't seem to be a https://packages.ubuntu.com/search?suite=questing&searchon=sourcenames&keywords=cockpit Try sudo apt install -t ${VERSION_CODENAME} cockpit |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Venefilyn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Heya, there doesn't seem to be a
questing-backportsrepo. Likely as Ubuntu 25.10 is newhttps://packages.ubuntu.com/search?suite=questing&searchon=sourcenames&keywords=cockpit
Try
sudo apt install -t ${VERSION_CODENAME} cockpit