diff --git a/data/distro.yml b/data/distro.yml index d2aaa22..403a839 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -3,28 +3,28 @@ steps: - name: Install Flatpak text: " -

To install Flatpak on Ubuntu 18.10 (Cosmic Cuttlefish) or later, simply 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:

- - sudo add-apt-repository ppa:flatpak/stable\n - sudo apt update\n - sudo apt install flatpak\n - " +

To install Flatpak on Ubuntu 18.10 (Cosmic Cuttlefish) or later, simply 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:

+ + 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:

- 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.

" +

The Flatpak plugin for the Software app 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.

" - name: Add the Flathub repository text: " -

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

- - flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo - " +

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

+ + 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!

' +

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

' - name: Fedora logo: "fedora.svg" @@ -42,13 +42,13 @@ steps: - name: Enable Flatpak through the Software Manager text: ' -

Flatpak is installed by default on Manjaro 20 or higher.

-

To enable its support, navigate to the Software Manager (Add/Remove Programs)

-

Click on the triple line menu [or dots depending on the Desktop Environment] on the right, in the drop down menu select "Preferences"

-

Navigate to the "Flatpak" tab and slide the toggle to Enable Flatpak support (it is also possible to enable checking for updates, which is recommended).

' +

Flatpak is installed by default on Manjaro 20 or higher.

+

To enable its support, navigate to the Software Manager (Add/Remove Programs)

+

Click on the triple line menu [or dots depending on the Desktop Environment] on the right, in the drop down menu select "Preferences"

+

Navigate to the "Flatpak" tab and slide the toggle to Enable Flatpak support (it is also possible to enable checking for updates, which is recommended).

' - name: Restart text: ' -

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

' +

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

' - name: Endless OS logo: "endless.svg" @@ -63,26 +63,26 @@ steps: - name: Enable Linux support text: ' -

Navigate to chrome://os-settings, and scroll down to Developers and turn on Linux development environment. ChromeOS will take some time downloading and installing Linux.

' +

Navigate to chrome://os-settings, and scroll down to Developers and turn on Linux development environment. ChromeOS will take some time downloading and installing Linux.

' - name: Start a Linux terminal text: ' -

Press the Search/Launcher key, type "Terminal", and launch the Terminal app.

' +

Press the Search/Launcher key, type "Terminal", and launch the Terminal app.

' - name: Install Flatpak text: ' -

To install Flatpak, run the following in the terminal:

- - sudo apt install flatpak - -

A more up to date flatpak package is available in the Debian backports repository.

' +

To install Flatpak, run the following in the terminal:

+ + sudo apt install flatpak + +

A more up to date flatpak package is available in the Debian backports repository.

' - name: Add the Flathub repository text: " -

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

- - flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo - " +

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

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

To complete setup, restart Linux. You can do this by right-clicking terminal, and then clicking "Shut down Linux". Now all you have to do is install some apps!

' +

To complete setup, restart Linux. You can do this by right-clicking terminal, and then clicking "Shut down Linux". Now all you have to do is install some apps!

' - name: Red Hat Enterprise Linux logo: "redhat.svg" @@ -108,19 +108,19 @@ steps: - name: Install Flatpak text: ' -

Flatpak is available in the default repositories of all currently maintained openSUSE Leap and openSUSE Tumbleweed versions.

-

If you prefer a graphical installation, you can install Flatpak using a "1-click installer" from software.opensuse.org. If your distribution version is not shown by default, click Show flatpak for other distributions first and then select from the list.

-

Alternatively, install Flatpak from the command line using Zypper:

- sudo zypper install flatpak' +

Flatpak is available in the default repositories of all currently maintained openSUSE Leap and openSUSE Tumbleweed versions.

+

If you prefer a graphical installation, you can install Flatpak using a "1-click installer" from software.opensuse.org. If your distribution version is not shown by default, click Show flatpak for other distributions first and then select from the list.

+

Alternatively, install Flatpak from the command line using Zypper:

+ sudo zypper install flatpak' - name: Add the Flathub repository text: " -

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

- - flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo - " +

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

+ + 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!

' +

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

' - name: Arch logo: "arch.svg" @@ -216,74 +216,74 @@ 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 - " +

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 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 - " +

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 + " - 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 - ' +

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!

' +

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

' - name: Solus logo: "solus.svg" steps: - name: Install Flatpak text: " -

To install Flatpak on Solus, simply run:

- sudo eopkg install flatpak" +

To install Flatpak on Solus, simply run:

+ sudo eopkg install 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 - ' +

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!

-

Note: graphical installation of Flatpak apps is not yet possible with Solus, but will be available in the near future.

' +

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

+

Note: graphical installation of Flatpak apps is not yet possible with Solus, but will be available in the near future.

' - name: Alpine logo: "alpine.svg" steps: - name: Install Flatpak text: " -

Flatpak can be installed from the community repository. Run the following in a terminal:

- doas apk add flatpak" +

Flatpak can be installed from the community repository. Run the following in a terminal:

+ doas apk add flatpak" - name: Install the Software Flatpak plugin text: " -

You can install the Flatpak plugin for either the GNOME Software (since v3.13) or KDE Discover (since v3.11), making it possible to install apps without needing the command line. To install, for GNOME Software run:

- doas apk add gnome-software-plugin-flatpak -

For KDE Discover run:

- doas apk add discover-backend-flatpak" +

You can install the Flatpak plugin for either the GNOME Software (since v3.13) or KDE Discover (since v3.11), making it possible to install apps without needing the command line. To install, for GNOME Software run:

+ doas apk add gnome-software-plugin-flatpak +

For KDE Discover run:

+ doas apk add discover-backend-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 - " +

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 the setup, restart your system. Now all you have to do is install some apps!

' +

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

' - name: Mageia logo: "mageia.svg" @@ -316,32 +316,34 @@

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

sudo apt install 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 --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo - " + 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 --user --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!

-

Note: graphical installation of Flatpak apps may not be possible with Pop!_OS 19.10 and earlier.

' - + text: + '

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

+

Note: graphical installation of Flatpak apps may not be possible with Pop!_OS 19.10 and earlier.

' - name: elementary OS logo: "elementary-os.svg" logo_dark: "elementary-os-dark.svg" steps: - name: Install Some Apps - text: '

elementary OS 5.1 and newer comes with Flatpak support out of the box. For non-curated apps, head to Flathub to install any app using the big "Install" button, and open the downloaded `.flatpakref` file with Sideload.

-

Note: After installing one app from a remote like Flathub, all other apps from that remote will also automatically show up in AppCenter.

' + text: + '

elementary OS 5.1 and newer comes with Flatpak support out of the box. For non-curated apps, head to Flathub to install any app using the big "Install" button, and open the downloaded `.flatpakref` file with Sideload.

+

Note: After installing one app from a remote like Flathub, all other apps from that remote will also automatically show up in AppCenter.

' - name: Raspberry Pi OS logo: "raspberry-pi-os.svg" steps: - name: Install Flatpak - text: ' + text: "

A flatpak package is available in Raspberry Pi OS (previously called Raspbian) Stretch and newer. To install it, run the following as root:

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

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

@@ -350,8 +352,9 @@

Important note: As of March 2021, Raspberry Pi computers still ship with the 32-bit version of Raspberry Pi OS. However Flathub started phasing out support for that architecture. If you consider Flathub as an important source of applications, it is recommended to use Raspberry Pi OS 64-bit as newer applications are more likely to be available for that platform.

" - name: Restart - text: '

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

-

Note: graphical installation of Flatpak apps may not be possible with Raspberry Pi OS.

' + text: + '

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

+

Note: graphical installation of Flatpak apps may not be possible with Raspberry Pi OS.

' - name: Clear Linux logo: "clearlinux.svg" @@ -367,15 +370,15 @@ logo_dark: "void-dark.svg" steps: - name: Install Flatpak - text: ' + text: "

To install Flatpak on Void Linux, run the following in a terminal:

- sudo xbps-install -S flatpak' + sudo xbps-install -S flatpak" - name: Add the Flathub repository - text: ' + text: "

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

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!

' @@ -395,11 +398,11 @@

For more details see the NixOS documentation.

" - name: Add the Flathub repository - text: ' + text: "

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

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!

' @@ -435,11 +438,11 @@ rc-service add hostname\n ' - name: Add the Flathub repository - text: ' + text: "

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

flatpak --user 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!

@@ -450,17 +453,17 @@ logo_dark: "ataraxia-dark.svg" steps: - name: Install Flatpak - text: ' + text: "

To install Flatpak on Ataraxia Linux, run the following in a terminal:

sudo neko em flatpak - ' + " - name: Add the Flathub repository - text: ' + text: "

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

flatpak --user 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!

' @@ -475,17 +478,17 @@ logo: "deepin.svg" steps: - name: Install Flatpak - text: ' + text: "

To install Flatpak on Deepin, run the following in a terminal:

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

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

flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo - ' + " - name: Install the Deepin themes text: '

To install light and dark themes, run:

@@ -508,17 +511,17 @@

For Pardus 2017 and older versions, a flatpak package is available in the official backports repository.

' - name: Install the Software Flatpak plugin - text: ' + text: "

If you are running GNOME, it is also a good idea to install the Flatpak plugin for GNOME Software. To do this, run:

apt install gnome-software-plugin-flatpak - ' + " - name: Add the Flathub repository - text: ' + text: "

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

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!

' @@ -540,17 +543,17 @@ logo_dark: "pisi-dark.svg" steps: - name: Install Flatpak - text: ' + text: "

A flatpak package is available in Pisi 2.1 and newer. To install it, run the following as root:

sudo pisi it flatpak - ' + " - name: Add the Flathub repository - text: ' + text: "

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

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!

@@ -561,23 +564,25 @@ logo_dark: "endeavouros-dark.svg" steps: - name: Install Flatpak - text: ' -

To install Flatpak on EndeavorOS, you must first make sure your installation is up to date, run the following in a terminal:

- - sudo pacman -Syu - -

Then install Flatpak:

- - sudo pacman -S flatpak - ' + text: " +

To install Flatpak on EndeavorOS, you must first make sure your installation is up to date, run the following in a terminal:

+ + sudo pacman -Syu + +

Then install Flatpak:

+ + sudo pacman -S flatpak + " - name: Add the Flathub repository - text: "

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

- - flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo - " + text: + "

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

+ + 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!

-

Note: graphical installation of Flatpak apps may not be possible with EndeavourOS.

' + text: + '

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

+

Note: graphical installation of Flatpak apps may not be possible with EndeavourOS.

' - name: KDE neon logo: "kdeneon.svg" @@ -595,11 +600,11 @@ logo_dark: "guix-dark.svg" steps: - name: Install Flatpak - text: ' + text: "

To install Flatpak on GNU Guix, run the following in a terminal:

guix install flatpak - ' + " - name: Add the Flathub repository text: "

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