Neon/Container: Difference between revisions

From KDE Community Wiki
(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...")
 
(Blanked the page)
Tag: Blanking
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
= 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/89luca89/distrobox/main/install | sudo sh</code>.
== Some handy commands... ==
You can replace <code>unstable</code> with <code>testing</code> or <code>user</code>
<code>distrobox create --image invent-registry.kde.org/neon/docker-images/plasma:unstable</code>
<code>distrobox enter plasma-unstable</code>
<code>distrobox export kate</code>
<code>distrobox update< plasma-unstable/code>
== Full Session ==
You can experiment with [https://distrobox.privatedns.org/posts/run_latest_gnome_kde_on_distrobox/ full session instructions].

Latest revision as of 14:50, 14 July 2023