From 6345b2684c2204bc0917a792715d0cb2a72bd354 Mon Sep 17 00:00:00 2001 From: eszlari Date: Fri, 18 Oct 2024 16:32:19 +0200 Subject: [PATCH] distro.yml: update Kubuntu section --- data/distro.yml | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/data/distro.yml b/data/distro.yml index 9d9a787..59c8c85 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -219,27 +219,13 @@ steps: - name: Install Flatpak text: " -

To install Flatpak on Kubuntu 18.10 (Cosmic Cuttlefish) or later, simply run:

- sudo apt install flatpak -

With older Kubuntu versions, the official Flatpak PPA is the recommended way to install Flatpak. To install it, run the following in a terminal:

- - sudo add-apt-repository ppa:alexlarsson/flatpak\n - sudo apt update\n - sudo apt install flatpak\n - " - - name: Install the Discover Flatpak backend +

Open Discover, go to settings, install the Flatpak backend, restart the system.

" + - name: Install the Flatpak system settings add-on text: " -

The Flatpak plugin for the Software app makes it possible to install apps without needing the command line (available on Kubuntu 18.04 and newer). To install on 20.04 or later, run:

- sudo apt install plasma-discover-backend-flatpak -

On Kubuntu 18.04, you should run this instead:

- sudo apt install plasma-discover-flatpak-backend" + sudo apt install kde-config-flatpak" - name: Add the Flathub repository text: ' -

Flathub is the best place to get Flatpak apps. To enable it, download and install the Flathub repository file or run the following in a terminal:

- flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo' - - name: Restart - text: ' -

To complete setup, restart your system. Now all you have to do is install some apps!

' +

Open Discover, go to settings, add the Flathub repository, restart Discover.

' - name: Solus logo: "solus.svg"