From 6662748f2dc048eeaa979ab2e3acab75e5c765a7 Mon Sep 17 00:00:00 2001 From: Kolja Date: Sat, 26 Oct 2024 01:42:17 +0200 Subject: [PATCH] Reword ubuntu setup instructions (#690) * Reword Ubuntu setup instructions * Get rid of simply, as it might sound snarky and make sure people understand that they need the terminal --- data/distro.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/data/distro.yml b/data/distro.yml index 115a561..4ed8b0a 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -3,19 +3,19 @@ steps: - name: Install Flatpak text: " -

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

+

To install Flatpak on Ubuntu 18.10 (Cosmic Cuttlefish) or later, open the Terminal app and run:

sudo apt install flatpak -

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

+

For older versions up to Ubuntu 18.04 LTS (Bionic Beaver), the official Flatpak PPA is required to install Flatpak and keep it up to date. To add the PPA and install Flatpak, open the Terminal app and run:

sudo add-apt-repository ppa:flatpak/stable\n sudo apt update\n sudo apt install flatpak\n " - - name: Install the Software Flatpak plugin - text: " -

The Flatpak plugin for the Software app makes it possible to install apps without needing the command line. To install, run:

+ - name: Install GNOME Software Flatpak plugin + text: ' +

The GNOME Software plugin makes it possible to install apps without needing the command line. To install, run:

sudo apt install gnome-software-plugin-flatpak -

Note: the Software app is distributed as a Snap since Ubuntu 20.04 and does not support graphical installation of Flatpak apps. Installing the Flatpak plugin will also install a deb version of Software and result in two Software apps being installed at the same time.

" +

Note: Ubuntu distributes GNOME Software as a Snap in versions 20.04 to 23.04, and replaced it with App Center in 23.10 and newer—neither of which support installing Flatpak apps. Installing the Flatpak plugin will also install a deb version of GNOME Software, resulting in two "Software" apps being installed at the same time on Ubuntu 20.04 to 23.04, and a single new \"Software\" app on Ubuntu 23.10 and newer.

' - name: Add the Flathub repository text: "

Flathub is the best place to get Flatpak apps. To enable it, run:

@@ -57,7 +57,7 @@ steps: - name: Install Flatpak text: " -

To install Flatpak on operating systems of the Alt family, simply run:

+

To install Flatpak on operating systems of the Alt family, open the Terminal app and run:

su -\n apt-get update\n @@ -138,7 +138,7 @@ steps: - name: Install Flatpak text: " -

To install Flatpak on Arch, simply run:

+

To install Flatpak on Arch, open the Terminal app and run:

sudo pacman -S flatpak" - name: Restart text: ' @@ -203,7 +203,7 @@ steps: - name: Install Flatpak text: " -

To install Flatpak on Gentoo, simply run:

+

To install Flatpak on Gentoo, open the Terminal app and run:

emerge --ask --verbose sys-apps/flatpak" - name: Add the Flathub repository text: " @@ -219,10 +219,10 @@ steps: - name: Install Flatpak text: " -

To install Flatpak on Kubuntu, simply open Discover, go to Settings, install the Flatpak backend and restart Discover.

" +

To install Flatpak on Kubuntu, open Discover, go to Settings, install the Flatpak backend and restart Discover.

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

To integrate Flatpak support into the Plasma System Settings, simply run:

+

To integrate Flatpak support into the Plasma System Settings, open the Terminal app and run:

sudo apt install kde-config-flatpak" - name: Add the Flathub repository text: " @@ -236,7 +236,7 @@ steps: - name: Install Flatpak text: " -

To install Flatpak on Solus, simply run:

+

To install Flatpak on Solus, open the Terminal app and run:

sudo eopkg install flatpak" - name: Add the Flathub repository text: ' @@ -300,7 +300,7 @@ steps: - name: Install Flatpak text: " -

To install Flatpak on Pop!_OS 19.10 and earlier, simply run:

+

To install Flatpak on Pop!_OS 19.10 and earlier, open the Terminal app and run:

sudo apt install flatpak" - name: Add the Flathub repository text: