From d0ce5f4037427fddc76bfa26a5c8522b1cd156a7 Mon Sep 17 00:00:00 2001 From: Razze Date: Fri, 22 Dec 2023 16:31:12 +0000 Subject: [PATCH 1/4] Transform distro data into introductions and steps --- config.rb | 2 +- data/distro.yml | 1020 ++++++++++++------------------ source/distro-template.html.haml | 12 +- 3 files changed, 431 insertions(+), 603 deletions(-) diff --git a/config.rb b/config.rb index 6c5892cd..6aa651ee 100644 --- a/config.rb +++ b/config.rb @@ -17,7 +17,7 @@ # which_fake_page: "Rendering a fake page with a local variable" } data.distro.each do |i| - proxy "/setup/#{i.slug ? i.slug : i.name}.html", "/distro-template.html", :locals => { :name => i.name, :logo => i.logo, :info => i.info, :slug => i.slug }, :ignore => true + proxy "/setup/#{i.slug ? i.slug : i.name}.html", "/distro-template.html", :locals => { :name => i.name, :logo => i.logo, :introduction => i.introduction, :steps => i.steps, :slug => i.slug }, :ignore => true end # General configuration diff --git a/data/distro.yml b/data/distro.yml index dd50655d..5f976f47 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -1,790 +1,612 @@ - name: "Ubuntu" logo: "ubuntu.svg" - info: > -
    -
  1. -

    Install Flatpak

    -

    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 - sudo apt update - sudo apt install flatpak - -
  2. -
  3. -

    Install the Software Flatpak plugin

    -

    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.

    -
  4. -
  5. -

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

    Restart

    -

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

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

" + - 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: "Fedora" logo: "fedora.svg" - info: > -
    - -

    Flatpak is installed by default on Fedora Workstation, Fedora Silverblue, and Fedora Kinoite. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.

    -

    Now all you have to do is install some apps!

    -

    The above links should work on the default GNOME and KDE Fedora installations, but if they fail for some reason you can manually add the Flathub remote by running:

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

Flatpak is installed by default on Fedora Workstation, Fedora Silverblue, and Fedora Kinoite. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.

+

Now all you have to do is install some apps!

+

The above links should work on the default GNOME and KDE Fedora installations, but if they fail for some reason you can manually add the Flathub remote by running:

+ + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo + - name: "Manjaro" logo: "manjaro.svg" - info: > -
    -
  1. -

    Enable Flatpak through the Software Manager

    -

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

    -
  2. -
  3. -

    Restart

    -

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

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

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

    Flatpak support is built into Endless OS 3.0.0 and newer—no setup required!

    -

    If you are using an older version, upgrade to Endless OS 3.

    -
+ introduction: > +

Flatpak support is built into Endless OS 3.0.0 and newer—no setup required!

+

If you are using an older version, upgrade to Endless OS 3.

- name: "Chrome OS" logo: "chrome-os.svg" - info: > -
    -

    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.

    -
  1. -

    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.

    -
  2. -
  3. -

    Start a Linux terminal

    -

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

    -
  4. -
  5. -

    Install Flatpak

    -

    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.

    -
  6. -
  7. -

    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://dl.flathub.org/repo/flathub.flatpakrepo - -
  8. -
  9. -

    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!

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

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

    Install Flatpak

    -

    Flatpak is installed by default on Red Hat Enterprise Linux Workstation 9 and newer. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.

    -

    To install Flatpak on Red Hat Enterprise Linux Workstation 8 or older, run the following in a terminal:

    - - sudo yum install flatpak -

    Now all you have to do is install some apps!

    -

    The above links should work on the default Red Hat Enterprise Linux Workstation 9 installation, but if they fail for some reason you can manually add the Flathub remote by running:

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

Install Flatpak

+

Flatpak is installed by default on Red Hat Enterprise Linux Workstation 9 and newer. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.

+

To install Flatpak on Red Hat Enterprise Linux Workstation 8 or older, run the following in a terminal:

+ + sudo yum install flatpak +

Now all you have to do is install some apps!

+

The above links should work on the default Red Hat Enterprise Linux Workstation 9 installation, but if they fail for some reason you can manually add the Flathub remote by running:

+ + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo + - name: "Linux Mint" logo: "mint.svg" - info: > -
    -

    Flatpak support is built into Linux Mint 18.3 and newer—no setup required!

    -

    If you are using an older version, upgrade to Linux Mint 18.3.

    -
+ introduction: +

Flatpak support is built into Linux Mint 18.3 and newer—no setup required!

+

If you are using an older version, upgrade to Linux Mint 18.3.

- name: "openSUSE" logo: "opensuse.svg" - info: > -
    -
  1. -

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

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

    Restart

    -

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

    -
  6. -
+ 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' + - 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: "Arch" logo: "arch.svg" - info: > -
    -
  1. -

    Install Flatpak

    -

    To install Flatpak, run the following in a terminal:

    - sudo pacman -S flatpak -
  2. - - -
  3. -

    Restart

    -

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

    -
  4. -
+ 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" - info: > -
    -
  1. -

    Install Flatpak

    -

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

    - apt install flatpak -
  2. -
  3. -

    Install the Software Flatpak plugin

    + 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 Plasma, you can install the Flatpak plugin for KDE Discover instead:

    - apt install plasma-discover-backend-flatpak -
  4. -
  5. -

    Add the Flathub repository

    -

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

    +

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

    Restart

    -

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

    -
  8. -
+ 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" - info: > -
    -
  1. -

    Install Flatpak

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

    Add the Flathub repository

    -

    Flathub is the best way to get Flatpak apps. To enable it, download and install the Flathub repository file, or 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 - -
  4. -
  5. -

    Restart

    -

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

    -
  6. -
+ 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" - info: > -
    -

    Flatpak is installed by default on CentOS 7 and newer, when using GNOME. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.

    -

    Now all you have to do is install some apps!

    -
+ introduction: > +

Flatpak is installed by default on CentOS 7 and newer, when using GNOME. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.

+

Now all you have to do is install some apps!

- name: "EuroLinux" logo: "eurolinux.svg" - info: > -
    -

    Flatpak is installed by default on EuroLinux 8 and newer, when using GNOME. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.

    -

    Now all you have to do is install some apps!

    -
+ introduction: > +

Flatpak is installed by default on EuroLinux 8 and newer, when using GNOME. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.

+

Now all you have to do is install some apps!

- name: "AlmaLinux" logo: "almalinux.svg" - info: > -
    -

    Flatpak is installed by default on AlmaLinux 8 and newer, when using GNOME. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.

    -

    Now all you have to do is install some apps!

    -
+ introduction: > +

Flatpak is installed by default on AlmaLinux 8 and newer, when using GNOME. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.

+

Now all you have to do is install some apps!

- name: "Gentoo" logo: "gentoo.svg" - info: > -
    -
  1. -

    Install Flatpak

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

    Add the Flathub repository

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

    Restart

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

    -
  6. -
+

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

' - name: "Kubuntu" logo: "kubuntu.svg" - info: > -
    -
  1. -

    Install Flatpak

    -

    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 - sudo apt update - sudo apt install flatpak - -
  2. -
  3. -

    Install the 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 - -
  4. -
  5. -

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

    Restart

    -

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

    -
  8. -
+ 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" + 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 + " + - 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: "Solus" logo: "solus.svg" - info: > -
    -
  1. -

    Install Flatpak

    -

    To install Flatpak, run the following in a terminal:

    - - sudo eopkg install flatpak - -
  2. -
  3. -

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

    Restart

    -

    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.

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

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

' - name: "Alpine" logo: "alpine.svg" - info: > -
    -
  1. -

    Install Flatpak

    -

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

    - - doas apk add flatpak - -
  2. -
  3. -

    Install the Software Flatpak plugin

    -

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

    And for KDE Discover, run this instead:

    - - doas apk add discover-backend-flatpak - -
  4. -
  5. -

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

    Restart

    -

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

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

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

' - name: "Mageia" logo: "mageia.svg" - info: > -
    -
  1. -

    Install Flatpak

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

    - urpmi flatpak - -
  2. -
  3. -

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

    Restart

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

    -
  6. -
+

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

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

    Pop!_OS 20.04 has Flatpak installed and Flathub configured by default. The Pop!_Shop can be used to install flatpaks.

    -

    For older versions of Pop!_OS, see the instructions below.

    -
  1. -

    Install Flatpak

    + 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: + - name: "Install Flatpak" + text: "

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

    - - sudo apt install flatpak - -
  2. -
  3. -

    Add the Flathub repository

    -

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

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

    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.

    -
  6. -
+ 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" - info: > -
    - -
  1. -

    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.

    -
  2. -
+ 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" - info: > -
    -
  1. -

    Install Flatpak

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

    Add the Flathub repository

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

    -
  4. -
  5. -

    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.

    -
  6. -
+

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

    Flatpak is installed and Flathub repository is pre-configured by default on Clear Linux when installing the desktop bundle.

    - - sudo swupd bundle-add desktop - -

    Now all you have to do is install some apps!

    -
+ introduction: > +

Flatpak is installed and Flathub repository is pre-configured by default on Clear Linux when installing the desktop bundle.

+ + sudo swupd bundle-add desktop + +

Now all you have to do is install some apps!

- name: "Void Linux" logo: "void.svg" logo_dark: "void-dark.svg" - info: > -
    -
  1. -

    Install Flatpak

    -

    To install Flatpak, run the following:

    - - sudo xbps-install -S flatpak - -
  2. -
  3. -

    Add the Flathub repository

    + 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://dl.flathub.org/repo/flathub.flatpakrepo - -
  4. -
  5. -

    Restart

    -

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

    -
  6. -
+ 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: "NixOS" logo: "nixos.svg" - info: > -
    -
  1. -

    Install Flatpak

    -

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

    + 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; + services.flatpak.enable = true;

    Then, rebuild and switch to the new configuration with:

    - sudo nixos-rebuild switch + sudo nixos-rebuild switch -

    For more details see the NixOS documentation.

    -
  2. -
  3. -

    Add the Flathub repository

    +

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

    Ready to go!

    -

    Now all you have to do is install some apps!

    -
  6. -
+ 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" logo_dark: "pureos-dark.svg" - info: > -
    -

    Flatpak is installed by default on PureOS. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.

    -

    Now all you have to do is install some apps!

    -
+ introduction: > +

Flatpak is installed by default on PureOS. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.

+

Now all you have to do is install some apps!

- name: "Turkman Linux" logo: "turkman.svg" - info: > -
    -
  1. -

    Install Flatpak

    + 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 - ymp install flatpak + ymp install build-base --no-emerge\n + ymp install flatpak\n

    No emerge way

    ymp install flatpak --no-emerge - -
  2. -
  3. -

    Enable services

    + ' + - name: "Enable services" + text: '

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

    - rc-service add devfs - rc-service add fuse - rc-service add hostname - -
  4. -
  5. -

    Add the Flathub repository

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

    Restart

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

    -

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

    -
  8. -
+

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

' - name: "Ataraxia Linux" logo: "ataraxia.svg" logo_dark: "ataraxia-dark.svg" - info: > -
    -
  1. -

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

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

    Restart

    -

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

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

' - name: "Zorin OS" logo: "zorin-os.svg" - info: > -
    -

    Flatpak is installed by default on Zorin OS. You can use the Software Store app to download flatpak apps.

    -
+ introduction: > +

Flatpak support is built into Zorin OS

+

You can use the Software Store app to download flatpak apps.

- name: "Deepin" logo: "deepin.svg" - info: > -
    -
  1. -

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

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

    Install the Deepin themes

    + ' + - name: "Install the Deepin themes" + text: '

    To install light and dark themes, run:

    - flatpak install flathub org.gtk.Gtk3theme.deepin - flatpak install flathub org.gtk.Gtk3theme.deepin-dark - -
  6. -
  7. -

    Restart

    -

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

    -
  8. -
+ flatpak install flathub org.gtk.Gtk3theme.deepin\n + flatpak install flathub org.gtk.Gtk3theme.deepin-dark\n + ' + - name: "Restart" + text: ' +

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

' - name: "Pardus" logo: "pardus.svg" - info: > -
    -
  1. -

    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.

    -
  2. -
  3. -

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

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

    Restart

    -

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

    -
  8. -
+ ' + - 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" - info: > -
    -
  1. -

    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.

    -
  2. -
  3. -

    Restart

    -

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

    -
  4. -
+

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" - info: > -
    -
  1. -

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

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

    Restart

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

    -
  6. -
+

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

' - name: "EndeavourOS" logo: "endeavouros.svg" logo_dark: "endeavouros-dark.svg" - info: > -
    -
  1. -

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

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

    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.

    -
  6. -
+ 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" - info: > -
    -

    Enable Flatpak through the Software Manager

    -

    Flatpak support is built in by default from KDE neon 19 and later. To activate the Flathub repository in Discover, just follow the instructions below:

    -

    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.

    -
+ 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: + - 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" - info: > -
    -
  1. -

    Install Flatpak

    -

    Flatpak can be installed from GNU Guix's default repositories. Run the following in a terminal:

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

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

    guix install flatpak - -
  2. -
  3. -

    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://dl.flathub.org/repo/flathub.flatpakrepo - -
  4. -
  5. -

    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.

    -
  6. -
+

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 dfad5f95..a8425d2a 100644 --- a/source/distro-template.html.haml +++ b/source/distro-template.html.haml @@ -7,12 +7,18 @@ description: #{locals[:name]} Quick Setup .container .row .col-lg-10.col-lg-offset-1 - %h1.centered + %h1.centered = locals[:name] Quick Setup %p.centered Follow these simple steps to start using Flatpak - + .row.largegap .col-lg-12 - = locals[:info] + %ol.distrotut + - if locals[:introduction] + = locals[:introduction] + - Array(locals[:steps]).each_with_index do |step, i| + %li + %h2= step[:name] + %p= step[:text] \ No newline at end of file From 7322448aee794910860d0e092e87adb13e9a9dde Mon Sep 17 00:00:00 2001 From: Razze Date: Sat, 23 Dec 2023 22:33:06 +0000 Subject: [PATCH 2/4] Indent terminal commands --- data/distro.yml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/data/distro.yml b/data/distro.yml index 5f976f47..f2f941de 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -20,7 +20,7 @@ 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 + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo " - name: 'Restart' text: ' @@ -71,14 +71,14 @@ text: '

To install Flatpak, run the following in the terminal:

- sudo apt install flatpak + 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 + flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo " - name: Restart text: ' @@ -94,7 +94,7 @@

Now all you have to do is install some apps!

The above links should work on the default Red Hat Enterprise Linux Workstation 9 installation, but if they fail for some reason you can manually add the Flathub remote by running:

- flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo - name: "Linux Mint" @@ -116,7 +116,7 @@ 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 + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo " - name: 'Restart' text: ' @@ -150,7 +150,7 @@ 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 + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo ' - name: 'Restart' text: ' @@ -167,7 +167,7 @@ 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 + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo ' - name: 'Restart' text: ' @@ -204,7 +204,7 @@ 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 + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo " - name: 'Restart' text: ' @@ -220,25 +220,25 @@ 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 + 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 + 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 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 + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo ' - name: 'Restart' text: ' @@ -255,7 +255,7 @@ 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 + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo ' - name: 'Restart' text: ' @@ -279,7 +279,7 @@ 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 + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo " - name: 'Restart' text: ' @@ -298,7 +298,7 @@ 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 + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo " - name: 'Restart' text: ' @@ -318,7 +318,7 @@ - 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 + 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!

@@ -340,13 +340,13 @@ 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 + 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 + 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' @@ -374,7 +374,7 @@ 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 + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo ' - name: "Restart" text: ' @@ -387,18 +387,18 @@ 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; + services.flatpak.enable = true;

Then, rebuild and switch to the new configuration with:

- sudo nixos-rebuild switch + 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 + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo ' - name: "Restart" text: ' From 394a679f6cb9b093739130131f906efb10c016db Mon Sep 17 00:00:00 2001 From: Razze Date: Sat, 23 Dec 2023 23:00:33 +0000 Subject: [PATCH 3/4] Remove quotation mark where it should be unproblematic --- data/distro.yml | 170 ++++++++++++++++++++++++------------------------ 1 file changed, 85 insertions(+), 85 deletions(-) diff --git a/data/distro.yml b/data/distro.yml index f2f941de..604b3d25 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -1,4 +1,4 @@ -- name: "Ubuntu" +- name: Ubuntu logo: "ubuntu.svg" steps: - name: Install Flatpak @@ -11,12 +11,12 @@ sudo apt update\n sudo apt install flatpak\n " - - name: "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.

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

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

@@ -26,7 +26,7 @@ text: '

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

' -- name: "Fedora" +- name: Fedora logo: "fedora.svg" introduction: > @@ -37,7 +37,7 @@ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
-- name: "Manjaro" +- name: Manjaro logo: "manjaro.svg" steps: - name: Enable Flatpak through the Software Manager @@ -50,18 +50,18 @@ text: '

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

' -- name: "Endless OS" +- name: Endless OS logo: "endless.svg" introduction: >

Flatpak support is built into Endless OS 3.0.0 and newer—no setup required!

If you are using an older version, upgrade to Endless OS 3.

-- name: "Chrome OS" +- name: Chrome OS 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: - - name: "Enable Linux support" + - 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 @@ -84,7 +84,7 @@ 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" +- name: Red Hat Enterprise Linux logo: "redhat.svg" introduction:

Install Flatpak

Flatpak is installed by default on Red Hat Enterprise Linux Workstation 9 and newer. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.

@@ -97,13 +97,13 @@ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo -- name: "Linux Mint" +- name: Linux Mint logo: "mint.svg" introduction:

Flatpak support is built into Linux Mint 18.3 and newer—no setup required!

If you are using an older version, upgrade to Linux Mint 18.3.

-- name: "openSUSE" +- name: openSUSE logo: "opensuse.svg" steps: - name: Install Flatpak @@ -122,7 +122,7 @@ text: '

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

' -- name: "Arch" +- name: Arch logo: "arch.svg" steps: - name: Install Flatpak @@ -133,20 +133,20 @@ text: '

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

' -- name: "Debian" +- name: Debian logo: "debian.svg" 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" + - 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" + - 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:

@@ -156,10 +156,10 @@ text: '

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

' -- name: "Rocky Linux" +- name: Rocky Linux logo: "rockylinux.svg" steps: - - name: "Install Flatpak" + - 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" @@ -173,28 +173,28 @@ text: '

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

' -- name: "CentOS" +- name: CentOS logo: "cent-os.svg" introduction: >

Flatpak is installed by default on CentOS 7 and newer, when using GNOME. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.

Now all you have to do is install some apps!

-- name: "EuroLinux" +- name: EuroLinux logo: "eurolinux.svg" introduction: >

Flatpak is installed by default on EuroLinux 8 and newer, when using GNOME. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.

Now all you have to do is install some apps!

-- name: "AlmaLinux" +- name: AlmaLinux logo: "almalinux.svg" introduction: >

Flatpak is installed by default on AlmaLinux 8 and newer, when using GNOME. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.

Now all you have to do is install some apps!

-- name: "Gentoo" +- name: Gentoo logo: "gentoo.svg" steps: - - name: "Install Flatpak" + - 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 @@ -211,7 +211,7 @@

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" +- name: Kubuntu logo: "kubuntu.svg" steps: - name: Install Flatpak @@ -224,7 +224,7 @@ sudo apt update\n sudo apt install flatpak\n
" - - name: "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:

@@ -234,7 +234,7 @@ sudo apt install plasma-discover-flatpak-backend " - - name: "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:

@@ -244,10 +244,10 @@ text: '

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

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

To install Flatpak on Solus, simply run:

sudo eopkg install flatpak" @@ -262,20 +262,20 @@

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

@@ -285,16 +285,16 @@ text: '

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

' -- name: "Mageia" +- name: Mageia logo: "mageia.svg" steps: - - name: "Install Flatpak" + - 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" + - 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:

@@ -311,11 +311,11 @@

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: - - name: "Install Flatpak" + - 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" + - 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 @@ -325,24 +325,24 @@

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

' -- name: "elementary OS" +- name: elementary OS logo: "elementary-os.svg" logo_dark: "elementary-os-dark.svg" steps: - - name: "Install Some Apps" + - 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" +- name: Raspberry Pi OS logo: "raspberry-pi-os.svg" steps: - - name: "Install Flatpak" + - 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" + - name: Add the Flathub repository text: "

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

@@ -353,7 +353,7 @@ 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" +- name: Clear Linux logo: "clearlinux.svg" introduction: >

Flatpak is installed and Flathub repository is pre-configured by default on Clear Linux when installing the desktop bundle.

@@ -362,28 +362,28 @@

Now all you have to do is install some apps!

-- name: "Void Linux" +- name: Void Linux logo: "void.svg" logo_dark: "void-dark.svg" steps: - - name: "Install Flatpak" + - 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" + - 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" + - name: Restart text: '

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

' -- name: "NixOS" +- name: NixOS logo: "nixos.svg" steps: - - name: "Install Flatpak" + - 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:

@@ -394,27 +394,27 @@ sudo nixos-rebuild switch

For more details see the NixOS documentation.

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

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

' -- name: "PureOS" +- name: PureOS logo: "pureos.svg" logo_dark: "pureos-dark.svg" introduction: >

Flatpak is installed by default on PureOS. To get started, all you need to do is enable Flathub, which is the best way to get Flatpak apps. Just download and install the Flathub repository file.

Now all you have to do is install some apps!

-- name: "Turkman Linux" +- name: Turkman Linux logo: "turkman.svg" steps: - - name: "Install Flatpak" + - name: Install Flatpak text: '

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

Emerge way

@@ -426,7 +426,7 @@ ymp install flatpak --no-emerge ' - - name: "Enable services" + - name: Enable services text: '

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

@@ -434,103 +434,103 @@ rc-service add fuse\n rc-service add hostname\n ' - - name: "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://dl.flathub.org/repo/flathub.flatpakrepo ' - - name: "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 Turkman Linux.

' -- name: "Ataraxia Linux" +- name: Ataraxia Linux logo: "ataraxia.svg" logo_dark: "ataraxia-dark.svg" steps: - - name: "Install Flatpak" + - name: Install Flatpak text: '

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

sudo neko em flatpak ' - - name: "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://dl.flathub.org/repo/flathub.flatpakrepo ' - - name: "Restart" + - name: Restart text: '

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

' -- name: "Zorin OS" +- name: Zorin OS logo: "zorin-os.svg" introduction: >

Flatpak support is built into Zorin OS

You can use the Software Store app to download flatpak apps.

-- name: "Deepin" +- name: Deepin logo: "deepin.svg" steps: - - name: "Install Flatpak" + - name: Install Flatpak text: '

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

sudo apt install flatpak ' - - name: "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 ' - - name: "Install the Deepin themes" + - 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 ' - - name: "Restart" + - name: Restart text: '

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

' -- name: "Pardus" +- name: Pardus logo: "pardus.svg" steps: - - name: "Install Flatpak" + - 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.

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

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

' -- name: "MX Linux" +- name: MX Linux logo: "mxlinux.svg" steps: - - name: "Enable Flatpak through the Software Manager" + - 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.

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

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

' @@ -539,24 +539,24 @@ logo: "pisi.svg" logo_dark: "pisi-dark.svg" steps: - - name: "Install Flatpak" + - 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 ' - - name: "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 ' - - name: "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 Pisi GNU/Linux.

' -- name: "EndeavourOS" +- name: EndeavourOS logo: "endeavouros.svg" logo_dark: "endeavouros-dark.svg" steps: @@ -570,7 +570,7 @@ sudo pacman -S flatpak ' - - name: "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 @@ -579,34 +579,34 @@ 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" +- 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: - - name: "Enable Flatpak" + - name: Enable Flatpak text: "Open Discover and click on Settings (lower left corner)." - - name: "Check Flatpak settings" + - 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" +- name: GNU Guix logo: "guix.svg" logo_dark: "guix-dark.svg" steps: - - name: "Install Flatpak" + - name: Install Flatpak text: '

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

guix install flatpak ' - - name: "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://dl.flathub.org/repo/flathub.flatpakrepo " - - name: "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.

' From 77d3fe6d59f30e1bbc66023711293d5751e7852b Mon Sep 17 00:00:00 2001 From: Kolja Lampe Date: Sun, 24 Dec 2023 01:29:33 +0100 Subject: [PATCH 4/4] Cleanup more distro strings --- data/distro.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/data/distro.yml b/data/distro.yml index 604b3d25..d2aaa227 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -22,7 +22,7 @@ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo " - - name: 'Restart' + - name: Restart text: '

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

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

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

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

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

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

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

' @@ -206,7 +206,7 @@ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo " - - name: '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 Gentoo.

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

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

' @@ -257,7 +257,7 @@ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo ' - - name: '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.

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

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

' @@ -300,7 +300,7 @@ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo " - - name: '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 Mageia.

' @@ -320,7 +320,7 @@ flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo " - - name: '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 Pop!_OS 19.10 and earlier.

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

' @@ -560,7 +560,7 @@ logo: "endeavouros.svg" logo_dark: "endeavouros-dark.svg" steps: - - name: 'Install Flatpak' + - 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:

@@ -575,7 +575,7 @@ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo " - - name: '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 EndeavourOS.

'