Installing on a fresh Ubuntu 25 DigitalOcean droplet had the policykit-1 package as missing. I had to add the following .sources file for it to show up:
Filename: /etc/apt/sources.list.d/ubuntu-noble.sources
contents:
Types: deb
URIs: http://archive.ubuntu.com/ubuntu
Suites: noble
Components: main
and then apt update.
I imagine this can be done with Ansible.
Installing on a fresh Ubuntu 25 DigitalOcean droplet had the policykit-1 package as missing. I had to add the following .sources file for it to show up:
Filename:
/etc/apt/sources.list.d/ubuntu-noble.sourcescontents:
and then apt update.
I imagine this can be done with Ansible.