1

I'm running 18.04TLS, and have Cockpit version 164-1.

If I go to https://launchpad.net/ubuntu/bionic/+source/cockpit I see there's a new package 170-1, but I can't install it, because it is not Stable.

Is there any workaround to use these packages to install the new version? I don't want to build it from source.

balint
  • 161

1 Answers1

5

Thanks to the explanation by @muru, it turned out, that Ubuntu freezes all software at the time of the release, so no updates on the main channel.

However, in 18.04 backports are enabled by default, so it is easy to install any further updates without any change to default apt settings:

 sudo apt install cockpit/bionic-backports
balint
  • 161