|
3 | 3 | steps:
|
4 | 4 | - name: Install Flatpak
|
5 | 5 | text: "
|
6 |
| - <p>To install Flatpak on Ubuntu 18.10 (Cosmic Cuttlefish) or later, simply run:</p> |
| 6 | + <p>To install Flatpak on <strong>Ubuntu 18.10 (Cosmic Cuttlefish) or later</strong>, open the Terminal app and run:</p> |
7 | 7 | <terminal-command>sudo apt install flatpak</terminal-command>
|
8 |
| - <p>With older Ubuntu versions, the official Flatpak PPA is the recommended way to install Flatpak. To install it, run the following in a terminal:</p> |
| 8 | + <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> |
9 | 9 | <terminal-command>
|
10 | 10 | sudo add-apt-repository ppa:flatpak/stable\n
|
11 | 11 | sudo apt update\n
|
12 | 12 | sudo apt install flatpak\n
|
13 | 13 | </terminal-command>"
|
14 |
| - - name: Install the Software Flatpak plugin |
15 |
| - text: " |
16 |
| - <p>The Flatpak plugin for the Software app makes it possible to install apps without needing the command line. To install, run:</p> |
| 14 | + - name: Install GNOME Software Flatpak plugin |
| 15 | + text: ' |
| 16 | + <p>The GNOME Software plugin makes it possible to install apps without needing the command line. To install, run:</p> |
17 | 17 | <terminal-command>sudo apt install gnome-software-plugin-flatpak</terminal-command>
|
18 |
| - <p>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.</p>" |
| 18 | + <p><strong>Note:</strong> Ubuntu distributes GNOME Software as a Snap in versions 20.04 to 23.04, and replaced it with App Center in 23.10 and newer—neither of which support installing Flatpak apps. Installing the Flatpak plugin will also install a deb version of GNOME Software, resulting in two "Software" apps being installed at the same time on Ubuntu 20.04 to 23.04, and a single new \"Software\" app on Ubuntu 23.10 and newer.</p>' |
19 | 19 | - name: Add the Flathub repository
|
20 | 20 | text: "
|
21 | 21 | <p>Flathub is the best place to get Flatpak apps. To enable it, run:</p>
|
|
57 | 57 | steps:
|
58 | 58 | - name: Install Flatpak
|
59 | 59 | text: "
|
60 |
| - <p>To install Flatpak on operating systems of the Alt family, simply run:</p> |
| 60 | + <p>To install Flatpak on operating systems of the Alt family, open the Terminal app and run:</p> |
61 | 61 | <terminal-command>
|
62 | 62 | su -\n
|
63 | 63 | apt-get update\n
|
|
138 | 138 | steps:
|
139 | 139 | - name: Install Flatpak
|
140 | 140 | text: "
|
141 |
| - <p>To install Flatpak on Arch, simply run:</p> |
| 141 | + <p>To install Flatpak on Arch, open the Terminal app and run:</p> |
142 | 142 | <terminal-command>sudo pacman -S flatpak</terminal-command>"
|
143 | 143 | - name: Restart
|
144 | 144 | text: '
|
|
203 | 203 | steps:
|
204 | 204 | - name: Install Flatpak
|
205 | 205 | text: "
|
206 |
| - <p>To install Flatpak on Gentoo, simply run:</p> |
| 206 | + <p>To install Flatpak on Gentoo, open the Terminal app and run:</p> |
207 | 207 | <terminal-command>emerge --ask --verbose sys-apps/flatpak</terminal-command>"
|
208 | 208 | - name: Add the Flathub repository
|
209 | 209 | text: "
|
|
219 | 219 | steps:
|
220 | 220 | - name: Install Flatpak
|
221 | 221 | text: "
|
222 |
| - <p>To install Flatpak on Kubuntu, simply open Discover, go to Settings, install the Flatpak backend and restart Discover.</p>" |
| 222 | + <p>To install Flatpak on Kubuntu, open Discover, go to Settings, install the Flatpak backend and restart Discover.</p>" |
223 | 223 | - name: Install the Flatpak system settings add-on
|
224 | 224 | text: "
|
225 |
| - <p>To integrate Flatpak support into the Plasma System Settings, simply run:</p> |
| 225 | + <p>To integrate Flatpak support into the Plasma System Settings, open the Terminal app and run:</p> |
226 | 226 | <terminal-command>sudo apt install kde-config-flatpak</terminal-command>"
|
227 | 227 | - name: Add the Flathub repository
|
228 | 228 | text: "
|
|
236 | 236 | steps:
|
237 | 237 | - name: Install Flatpak
|
238 | 238 | text: "
|
239 |
| - <p>To install Flatpak on Solus, simply run:</p> |
| 239 | + <p>To install Flatpak on Solus, open the Terminal app and run:</p> |
240 | 240 | <terminal-command>sudo eopkg install flatpak</terminal-command>"
|
241 | 241 | - name: Add the Flathub repository
|
242 | 242 | text: '
|
|
300 | 300 | steps:
|
301 | 301 | - name: Install Flatpak
|
302 | 302 | text: "
|
303 |
| - <p>To install Flatpak on Pop!_OS 19.10 and earlier, simply run:</p> |
| 303 | + <p>To install Flatpak on Pop!_OS 19.10 and earlier, open the Terminal app and run:</p> |
304 | 304 | <terminal-command>sudo apt install flatpak</terminal-command>"
|
305 | 305 | - name: Add the Flathub repository
|
306 | 306 | text:
|
|
0 commit comments