Can't rebase to Kinoite Plasma 6 Alpha

I pinned down my stable version of Kinoite, and tried rebasing into the build with Plasma 6 to test it out. However after using this command, i eventually got this error about conflicting solicitations.

sudo rpm-ostree rebase ostree-unverified-registry:quay.io/fedora-ostree-desktops/kinoite-nightly:rawhide

error: Não foi possível resolver as dependências da transação; 1 problema detectado:
Problema: solicitações conflitantes

  • package livecd-tools-1:31.0-6.fc39.x86_64 from updates requires python3-imgcreate = 1:31.0-6.fc39, but none of the providers can be installed
  • package livecd-tools-1:31.0-6.fc39.x86_64 from fedora requires python3-imgcreate = 1:31.0-6.fc39, but none of the providers can be installed
  • package python3-imgcreate-1:31.0-6.fc39.x86_64 from updates requires python-imgcreate-sysdeps(x86-64) = 1:31.0-6.fc39, but none of the providers can be installed
  • package python3-imgcreate-1:31.0-6.fc39.x86_64 from fedora requires python-imgcreate-sysdeps(x86-64) = 1:31.0-6.fc39, but none of the providers can be installed
  • package python-imgcreate-sysdeps-1:31.0-6.fc39.x86_64 from updates requires dracut-live, but none of the providers can be installed
  • package python-imgcreate-sysdeps-1:31.0-6.fc39.x86_64 from fedora requires dracut-live, but none of the providers can be installed
  • package dracut-live-059-18.fc40.x86_64 from updates requires dracut = 059-18.fc40, but none of the providers can be installed
  • package dracut-live-059-18.fc40.x86_64 from fedora requires dracut = 059-18.fc40, but none of the providers can be installed
  • cannot install both dracut-059-18.fc40.x86_64 from updates and dracut-059-17.fc40.x86_64 from @System
  • cannot install both dracut-059-18.fc40.x86_64 from fedora and dracut-059-17.fc40.x86_64 from @System

To ensure a clean slate, remove all previously layered packages.

rpm-ostree reset

Then rebase your system to the latest image from the specified registry.

rpm-ostree rebase ostree-unverified-registry:quay.io/fedora-ostree-desktops/kinoite-nightly:rawhide
2 Likes

We’ve merged the KDE 6 packages in Rawhide so you should use the Rawhide images now:

# Reabse to the experimental container version:
$ sudo rpm-ostree rebase --reboot \
    ostree-unverified-registry:quay.io/fedora-ostree-desktops/kinoite:rawhide

# Rebase to the classic ostree ref:
$ sudo rpm-ostree rebase --reboot \
    fedora:fedora/rawhide/x86_64/kinoite

See: Kinoite Nightly images with Plasma 6 - Siosm’s blog

4 Likes