Fedora Kinoite is now available as part of the Fedora 35 beta! Note that this is still a development version (and there could be bugs) but this is perfectly usable.
To give it a try, you have several options:
-
Installing from scratch:
- Download from https://kinoite.fedoraproject.org/.
- Install Kinoite like you would install another Fedora edition. See specific gotchas in Installing Kinoite :: Fedora Docs.
-
Updating from an existing Silverblue or unofficial Kinoite installation:
- Note that while not strictly officially supported, this is practically guaranteed to work given how
rpm-ostree
works. - Make sure you have the official Fedora ostree repository as a remote:
$ ostree remote refs fedora | grep kinoite fedora:fedora/35/aarch64/kinoite fedora:fedora/35/ppc64le/kinoite fedora:fedora/35/x86_64/kinoite fedora:fedora/rawhide/aarch64/kinoite fedora:fedora/rawhide/ppc64le/kinoite fedora:fedora/rawhide/x86_64/kinoite
-
Optional but strongly recommended: Pin your current (hopefully working) deployment to make sure you can always go back to a working state it if anything happens:
$ sudo ostree admin pin 0
-
Rebase to Fedora Kinoite:
$ sudo rpm-ostree rebase fedora:fedora/35/x86_64/kinoite
- Note that while not strictly officially supported, this is practically guaranteed to work given how
Any help updating the documentation is welcomed! The sources are in Overview - fedora-kde/kinoite-docs - Pagure.io.