diff --git a/data/distro.yml b/data/distro.yml index 17e60db..4896cd4 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -1,7 +1,8 @@ - name: "Ubuntu" logo: "ubuntu.svg" - steps: [ - "

Install Flatpak

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

@@ -9,19 +10,21 @@ sudo add-apt-repository ppa:flatpak/stable\n sudo apt update\n sudo apt install flatpak\n - ", - "

Install the Software Flatpak plugin

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

", - "

Add the Flathub repository

+

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

Restart

-

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

', - ] + " + - name: 'Restart' + text: ' +

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

' - name: "Fedora" logo: "fedora.svg" @@ -36,15 +39,16 @@ - name: "Manjaro" logo: "manjaro.svg" - steps: [ - '

Enable Flatpak through the Software Manager

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

', - '

Restart

-

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

', - ] +

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!

' - name: "Endless OS" logo: "endless.svg" @@ -56,25 +60,29 @@ logo: "chrome-os.svg" introduction: >

Flatpak applications can be installed on ChromeOS with the Crostini Linux compatibility layer. This is not available for all ChromeOS devices, so you should ensure your device is compatible before proceeding. A list of compatible devices is maintained here.

- steps: [ - '

Enable Linux support

-

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.

', - '

Start a Linux terminal

-

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

', - '

Install Flatpak

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

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

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.

', - "

Add the Flathub repository

+

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

Restart

-

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

' - name: "Red Hat Enterprise Linux" logo: "redhat.svg" @@ -97,65 +105,73 @@ - name: "openSUSE" logo: "opensuse.svg" - steps: [ - '

Install Flatpak

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

Add the Flathub repository

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

Restart

-

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

', - ] + " + - name: 'Restart' + text: ' +

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

' - name: "Arch" logo: "arch.svg" - steps: [ - "

Install Flatpak

-

To install Flatpak on Arch, simply run:

- sudo pacman -S flatpak", - '

Restart

-

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

', - ] + steps: + - name: Install Flatpak + text: " +

To install Flatpak on Arch, simply run:

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

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

' - name: "Debian" logo: "debian.svg" - steps: [ - "

Install Flatpak

-

A flatpak package is available in Debian 10 (Buster) and newer. To install it, run the following as root:

- apt install flatpak", - "

Install the Software Flatpak plugin

-

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 -

If you are running KDE, you should instead install the Plasma Discover Flatpak backend:

- apt install plasma-discover-backend-flatpak", - '

Add the Flathub repository

-

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 - ', - '

Restart

-

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

', - ] + steps: + - name: Install Flatpak + text: " +

A flatpak package is available in Debian 10 (Buster) and newer. To install it, run the following as root:

+ apt install flatpak" + - name: "Install the Software Flatpak plugin" + 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 +

If you are running KDE, you should instead install the Plasma Discover Flatpak backend:

+ apt install plasma-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 + ' + - name: 'Restart' + text: ' +

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

' - name: "Rocky Linux" logo: "rockylinux.svg" - steps: [ - "

Install Flatpak

-

Flatpak is installed by default on Rocky Linux 8 and newer, when installed with a software selection that includes GNOME (Server with GUI, Workstation). If you are using such a system, you may skip this step. To install Flatpak on Rocky Linux, run the following in a terminal:

- sudo dnf install flatpak", - '

Add the Flathub repository

-

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 - ', - '

Restart

-

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

', - ] + steps: + - name: "Install Flatpak" + text: " +

Flatpak is installed by default on Rocky Linux 8 and newer, when installed with a software selection that includes GNOME (Server with GUI, Workstation). If you are using such a system, you may skip this step. To install Flatpak on Rocky Linux, run the following in a terminal:

+ sudo dnf 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 + ' + - name: 'Restart' + text: ' +

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

' - name: "CentOS" logo: "cent-os.svg" @@ -177,26 +193,29 @@ - name: "Gentoo" logo: "gentoo.svg" - steps: [ - "

Install Flatpak

-

To install Flatpak, enable the ~amd64 keyword for sys-apps/flatpak, acct-user/flatpak and acct-group/flatpak:

- echo -e 'sys-apps/flatpak ~amd64\nacct-user/flatpak ~amd64\nacct-group/flatpak ~amd64\ndev-util/ostree ~amd64' >> /etc/portage/package.accept_keywords/flatpak -

Then, install Flatpak:

- emerge sys-apps/flatpak", - "

Add the Flathub repository

-

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

Restart

-

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

', - ] + steps: + - name: "Install Flatpak" + text: " +

To install Flatpak, enable the ~amd64 keyword for sys-apps/flatpak, acct-user/flatpak and acct-group/flatpak:

+ echo -e 'sys-apps/flatpak ~amd64\nacct-user/flatpak ~amd64\nacct-group/flatpak ~amd64\ndev-util/ostree ~amd64' >> /etc/portage/package.accept_keywords/flatpak +

Then, install Flatpak:

+ emerge sys-apps/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 + " + - 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 Gentoo.

' - name: "Kubuntu" logo: "kubuntu.svg" - steps: [ - "

Install Flatpak

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

@@ -204,8 +223,9 @@ sudo add-apt-repository ppa:alexlarsson/flatpak\n sudo apt update\n sudo apt install flatpak\n - ", - "

Install the Discover Flatpak backend

+ " + - 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 @@ -213,117 +233,125 @@

On Kubuntu 18.04, you should run this instead:

sudo apt install plasma-discover-flatpak-backend - ", - '

Add the Flathub repository

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

Restart

-

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

', - ] + ' + - name: 'Restart' + text: ' +

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

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

Install Flatpak

+ steps: + - name: "Install Flatpak" + text: "

To install Flatpak on Solus, simply run:

- sudo eopkg install flatpak", - '

Add the Flathub repository

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

Restart

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

', - ] +

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: [ - "

Install Flatpak

+ steps: + - name: Install Flatpak + text: "

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

- doas apk add flatpak", - "

Install the Software Flatpak plugin

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

Add the Flathub repository

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

Restart

-

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

', - ] + " + - name: 'Restart' + text: ' +

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

' - name: "Mageia" logo: "mageia.svg" - steps: [ - "

Install Flatpak

-

A flatpak package is available for Mageia 6 and newer. To install with DNF, run the following as root:

- dnf install flatpak -

Or, to install with urpmi, run:

- urpmi flatpak", - '

Add the Flathub repository

-

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 - ', - '

Restart

-

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

', - ] + steps: + - name: "Install Flatpak" + text: " +

A flatpak package is available for Mageia 6 and newer. To install with DNF, run the following as root:

+ dnf install flatpak +

Or, to install with urpmi, run:

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

+

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

' - name: "Pop!_OS" logo: "pop-os.svg" introduction: >

Flatpak support is built into Pop!_OS 20.04 and newer—no setup required!

If you are using an older version, you can refer to the instructions below.

- steps: [ - "

Install Flatpak

-

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

- sudo apt install flatpak", - "

Add the Flathub repository

-

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

Restart

-

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.

', - ] + steps: + - name: "Install Flatpak" + text: " +

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

' + - name: "elementary OS" logo: "elementary-os.svg" logo_dark: "elementary-os-dark.svg" - steps: [ - '

Install Some Apps

-

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.

', - ] + 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.

' - name: "Raspberry Pi OS" logo: "raspberry-pi-os.svg" - steps: [ - "

Install Flatpak

-

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

Add the Flathub repository

-

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

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.

", - '

Restart

-

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.

', - ] + steps: + - name: "Install Flatpak" + 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:

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

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.

' - name: "Clear Linux" logo: "clearlinux.svg" @@ -337,40 +365,44 @@ - name: "Void Linux" logo: "void.svg" logo_dark: "void-dark.svg" - steps: [ - "

Install Flatpak

-

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

- sudo xbps-install -S flatpak", - "

Add the Flathub repository

-

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

Restart

-

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

' - ] + steps: + - name: "Install Flatpak" + text: ' +

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

+ sudo xbps-install -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://flathub.org/repo/flathub.flatpakrepo + ' + - name: "Restart" + text: ' +

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

' - name: "NixOS" logo: "nixos.svg" - steps: [ - "

Install Flatpak

-

To install Flatpak, set NixOS option services.flatpak.enable to true by putting the following into your /etc/nixos/configuration.nix:

- - services.flatpak.enable = true; - -

Then, rebuild and switch to the new configuration with:

- - sudo nixos-rebuild switch - -

For more details see the NixOS documentation.

", - "

Add the Flathub repository

-

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

Ready to go!

-

Now all you have to do is install some apps!

' - ] + steps: + - name: "Install Flatpak" + text: " +

To install Flatpak, set NixOS option services.flatpak.enable to true by putting the following into your /etc/nixos/configuration.nix:

+ + services.flatpak.enable = true; + +

Then, rebuild and switch to the new configuration with:

+ + sudo nixos-rebuild switch + +

For more details see the NixOS documentation.

" + - 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 + ' + - name: "Restart" + text: ' +

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

' - name: "PureOS" logo: "pureos.svg" @@ -381,52 +413,58 @@ - name: "Turkman Linux" logo: "turkman.svg" - steps: [ - "

Install Flatpak

-

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

-

Emerge way

- - ymp install build-base --no-emerge\n - ymp install flatpak\n - -

No emerge way

- - ymp install flatpak --no-emerge - ", - "

Enable services

-

To enable services on Turkman Linux, run the following in a terminal:

- - rc-service add devfs\n - rc-service add fuse\n - rc-service add hostname\n - ", - "

Add the Flathub repository

-

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

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

Restart

-

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

' - ] + steps: + - name: "Install Flatpak" + text: ' +

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

+

Emerge way

+ + ymp install build-base --no-emerge\n + ymp install flatpak\n + +

No emerge way

+ + ymp install flatpak --no-emerge + ' + - name: "Enable services" + text: ' +

To enable services on Turkman Linux, run the following in a terminal:

+ + rc-service add devfs\n + rc-service add fuse\n + rc-service add hostname\n + ' + - 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://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 Turkman Linux.

' - name: "Ataraxia Linux" logo: "ataraxia.svg" logo_dark: "ataraxia-dark.svg" - steps: [ - '

Install Flatpak

-

To install Flatpak, run the following:

+ steps: + - name: "Install Flatpak" + text: ' +

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

sudo neko em flatpak - ', - '

Add the Flathub repository

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

Restart

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

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

' - ] + - name: "Zorin OS" logo: "zorin-os.svg" introduction: > @@ -435,131 +473,140 @@ - name: "Deepin" logo: "deepin.svg" - steps: [ - "

Install Flatpak

-

To install Flatpak, run the following:

+ steps: + - name: "Install Flatpak" + text: ' +

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

sudo apt install flatpak - ", - "

Add the Flathub repository

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

Install the Deepin themes

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

To install light and dark themes, run:

flatpak install flathub org.gtk.Gtk3theme.deepin\n flatpak install flathub org.gtk.Gtk3theme.deepin-dark\n - ", - '

Restart

+ ' + - name: "Restart" + text: '

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

' - ] - name: "Pardus" logo: "pardus.svg" - steps: [ - '

Install Flatpak

+ steps: + - name: "Install Flatpak" + text: '

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

apt install flatpak -

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

', - "

Install the Software Flatpak plugin

+

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

' + - name: "Install the Software Flatpak plugin" + 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 - ", - "

Add the Flathub repository

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

Restart

+ ' + - name: "Restart" + text: '

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

' - ] - name: "MX Linux" logo: "mxlinux.svg" - steps: [ - '

Enable Flatpak through the Software Manager

+ steps: + - name: "Enable Flatpak through the Software Manager" + text: '

Flatpak support is built in from MX 18 and later. It is only required to activate the Flathub repository following these instructions:

-

Open MX Package Installer (open the menu and look in MX Tools), select the "Flatpaks" tab, to activate the repository you will need to enter the root password.

', - '

Restart

+

Open MX Package Installer (open the menu and look in MX Tools), select the "Flatpaks" tab, to activate the repository you will need to enter the root password.

' + - name: "Restart" + text: '

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

' - ] - name: "Pisi GNU/Linux" slug: "Pisi GNU Linux" logo: "pisi.svg" logo_dark: "pisi-dark.svg" - steps: [ - '

Install Flatpak

+ steps: + - name: "Install Flatpak" + text: '

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

sudo pisi it flatpak - ', - "

Add the Flathub repository

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

Restart

+ flatpak remote-add --if-not-exists flathub https://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: for now, graphical installation of Flatpak apps is not possible on Pisi GNU/Linux.

' - ] +

Note: graphical installation of Flatpak apps may not be possible with Pisi GNU/Linux.

' - name: "EndeavourOS" logo: "endeavouros.svg" logo_dark: "endeavouros-dark.svg" - steps: [ - '

Install Flatpak

-

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

Add the Flathub repository

-

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

Restart

-

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.

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

' - name: "KDE neon" logo: "kdeneon.svg" introduction:

Flatpak support is built into KDE neon 19 and newer—no setup required!

If you are using an older version, you can refer to the instructions below.

- steps: [ - "

Enable Flatpak through the Software Manager

-

Open Discover and click on Settings (lower left corner).

", - "

Check that in the Flatpak section the box is checked.

-

Note: with this Flathub app search will be integrated in Discover, if you want to limit the app search to Flathub you can mark Flatpak as default by clicking on the star.

", - ] + steps: + - name: "Enable Flatpak" + text: "Open Discover and click on Settings (lower left corner)." + - name: "Check Flatpak settings" + text: "Check that in the Flatpak section the box is checked. Note: with this Flathub app search will be integrated in Discover, if you want to limit the app search to Flathub you can mark Flatpak as default by clicking on the star." - name: "GNU Guix" logo: "guix.svg" logo_dark: "guix-dark.svg" - steps: [ - '

Install Flatpak

+ steps: + - name: "Install Flatpak" + text: '

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

guix install flatpak - ', - "

Add the Flathub 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://flathub.org/repo/flathub.flatpakrepo - ", - '

Restart

+ " + - 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 GNU Guix.

' - ] diff --git a/source/distro-template.html.haml b/source/distro-template.html.haml index 1345138..81636ab 100644 --- a/source/distro-template.html.haml +++ b/source/distro-template.html.haml @@ -19,4 +19,6 @@ description: #{locals[:name]} Quick Setup - if locals[:introduction] = locals[:introduction] - Array(locals[:steps]).each_with_index do |step, i| - %li= step \ No newline at end of file + %li + %h3= step[:name] + %p= step[:text] \ No newline at end of file