Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Instructions Updates #699

Merged
merged 1 commit into from
Feb 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 6 additions & 36 deletions data/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
- name: Install Flatpak
text: "
<p>To install Flatpak on <strong>Ubuntu 18.10 (Cosmic Cuttlefish) or later</strong>, open the Terminal app and run:</p>
<terminal-command>sudo apt install flatpak</terminal-command>
<p>For older versions <strong>up to Ubuntu 18.04 LTS (Bionic Beaver)</strong>, the official Flatpak PPA is required to install Flatpak and keep it up to date. To add the PPA and install Flatpak, open the Terminal app and run:</p>
<terminal-command>
sudo add-apt-repository ppa:flatpak/stable\n
sudo apt update\n
sudo apt install flatpak\n
</terminal-command>"
<terminal-command>sudo apt install flatpak</terminal-command>"
- name: Install GNOME Software Flatpak plugin
text: '
<p>The GNOME Software plugin makes it possible to install apps without needing the command line. To install, run:</p>
Expand Down Expand Up @@ -49,7 +43,6 @@
logo: "endless.svg"
introduction: >
<h2>Flatpak support is built into Endless OS 3.0.0 and newer—no setup required!</h2>
<p>If you are using an older version, <a href="https://community.endlessos.com/t/upgrade-from-endless-os-2-x-to-endless-os-3/967">upgrade to Endless OS 3</a>.</p>

- name: ALT Linux
logo: "altlinux.svg"
Expand Down Expand Up @@ -89,8 +82,7 @@
- name: Install Flatpak
text: '
<p>To install Flatpak, run the following in the terminal:</p>
<terminal-command>sudo apt install flatpak</terminal-command>
<p>A more up to date flatpak package is available in the <a href="https://backports.debian.org/Instructions/">Debian backports repository</a>. </p>'
<terminal-command>sudo apt install flatpak</terminal-command>'
- name: Add the Flathub repository
text: "
<p>Flathub is the best place to get Flatpak apps. To enable it, run:</p>
Expand All @@ -114,15 +106,14 @@
logo: "mint.svg"
introduction: >
<h2>Flatpak support is built into Linux Mint 18.3 and newer—no setup required!</h2>
<p>If you are using an older version, <a href="https://blog.linuxmint.com/?p=3462">upgrade to Linux Mint 18.3</a>.</p>

- name: openSUSE
logo: "opensuse.svg"
steps:
- name: Install Flatpak
text: '
<p>Flatpak is available in the default repositories of all currently maintained openSUSE Leap and openSUSE Tumbleweed versions.</p>
<p>If you prefer a graphical installation, you can install Flatpak using a "1-click installer" from <a href="https://software.opensuse.org/package/flatpak">software.opensuse.org</a>. If your distribution version is not shown by default, click <em>Show flatpak for other distributions</em> first and then select from the list.</p>
<p>If you prefer a graphical installation, you can install Flatpak using a "1-click installer" from <a href="https://software.opensuse.org/package/flatpak">software.opensuse.org</a>. If your distribution version is not shown by default, click <em>Show</em> under Unsupported distributions category and then select from the list.</p>
<p>Alternatively, install Flatpak from the command line using Zypper:</p>
<terminal-command>sudo zypper install flatpak</terminal-command>'
- name: Add the Flathub repository
Expand Down Expand Up @@ -296,26 +287,12 @@
logo: "pop-os.svg"
introduction: >
<h2>Flatpak support is built into Pop!_OS 20.04 and newer—no setup required!</h2>
<p>If you are using an older version, you can refer to the instructions below.</p>
steps:
- name: Install Flatpak
text: "
<p>To install Flatpak on Pop!_OS 19.10 and earlier, open the Terminal app and run:</p>
<terminal-command>sudo apt install flatpak</terminal-command>"
- name: Add the Flathub repository
text:
"<p>Flathub is the best place to get Flatpak apps. To enable it, download and install the <a class='btn btn-default' href='https://dl.flathub.org/repo/flathub.flatpakrepo'>Flathub repository file</a> or run the following in a terminal:</p>
<terminal-command>flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
- name: Restart
text:
'<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
<p>Note: graphical installation of Flatpak apps may not be possible with Pop!_OS 19.10 and earlier.</p>'

- name: elementary OS
logo: "elementary-os.svg"
logo_dark: "elementary-os-dark.svg"
steps:
- name: Install apps
- name: Install Apps
text:
'<p>elementary OS 5.1 and newer comes with Flatpak support out of the box. For non-curated apps, head to <a href="https://flathub.org/">Flathub</a> to install any app using the big "Install" button, and open the downloaded `.flatpakref` file with Sideload.</p>
<p>Note: After installing one app from a remote like Flathub, all other apps from that remote will also automatically show up in AppCenter.</p>'
Expand All @@ -331,7 +308,7 @@
text: "
<p>Flathub is the best place to get Flatpak apps. To enable it, run:</p>
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>
<p><b>Important note:</b> 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.</p>"
<p><b>Important note:</b> It is recommended to use Raspberry Pi OS 64-bit as newer applications are more likely to be available for that platform only.</p>"
- name: Restart
text:
'<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
Expand Down Expand Up @@ -465,8 +442,7 @@
- name: Install Flatpak
text: '
<p>A flatpak package is available in Pardus 2019 and newer. To install it, run the following as root:</p>
<terminal-command>sudo apt install flatpak</terminal-command>
<p>For Pardus 2017 and older versions, a flatpak package is available in the <a href="https://backports.debian.org/Instructions/">official backports repository</a>. </p>'
<terminal-command>sudo apt install flatpak</terminal-command>'
- name: Install the Software Flatpak plugin
text: "
<p>If you are running GNOME, it is also a good idea to install the Flatpak plugin for GNOME Software. To do this, run:</p>
Expand Down Expand Up @@ -531,12 +507,6 @@
logo: "kdeneon.svg"
introduction: >
<h2>Flatpak support is built into KDE neon 19 and newer—no setup required!</h2>
<p>If you are using an older version, you can refer to the instructions below.</p>
steps:
- name: Enable Flatpak
text: "Open Discover and click on Settings (lower left corner)."
- name: Check Flatpak settings
text: "<p>Check that in the Flatpak section the box is checked.</p><p>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.</p>"

- name: GNU Guix
logo: "guix.svg"
Expand Down