Neon/Container

From KDE Community Wiki
Revision as of 14:43, 14 July 2023 by Jriddell (talk | contribs) (Created page with "= KDE neon in Containers = We make container images of KDE neon for quick and easy testing of KDE software without having to reinstall your distro. Use <code>distrobox</code> to easily run these. [https://distrobox.privatedns.org Distrobox documentation]. Install docker with your distro or e.g. <code>snap install docker</code>. Install distrobox from your distro <code>apt install distrobox</code> or with e.g. <code>wget -qO- https://raw.githubusercontent.com/89luca8...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

KDE neon in Containers

We make container images of KDE neon for quick and easy testing of KDE software without having to reinstall your distro.

Use distrobox to easily run these.

Distrobox documentation.

Install docker with your distro or e.g. snap install docker.

Install distrobox from your distro apt install distrobox or with e.g. wget -qO- https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh.

Some handy commands...

You can replace unstable with testing or user

distrobox create --image invent-registry.kde.org/neon/docker-images/plasma:unstable

distrobox enter plasma-unstable

distrobox export kate

distrobox update< plasma-unstable/code>

Full Session

You can experiment with full session instructions.