|
7 | 7 | <terminal-command>sudo apt install flatpak</terminal-command>
|
8 | 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 |
| - sudo add-apt-repository ppa:flatpak/stable\n |
11 |
| - sudo apt update\n |
12 |
| - sudo apt install flatpak\n |
| 10 | + sudo add-apt-repository ppa:flatpak/stable\n |
| 11 | + sudo apt update\n |
| 12 | + sudo apt install flatpak\n |
13 | 13 | </terminal-command>"
|
14 | 14 | - name: Install GNOME Software Flatpak plugin
|
15 | 15 | text: '
|
|
59 | 59 | text: "
|
60 | 60 | <p>To install Flatpak on operating systems of the Alt family, open the Terminal app and run:</p>
|
61 | 61 | <terminal-command>
|
62 |
| - su -\n |
63 |
| - apt-get update\n |
64 |
| - apt-get install flatpak\n |
| 62 | + su -\n |
| 63 | + apt-get update\n |
| 64 | + apt-get install flatpak\n |
65 | 65 | </terminal-command>"
|
66 | 66 | - name: Add the Flathub repository
|
67 | 67 | text: "
|
68 | 68 | <p>Flathub is a great place to get Flatpak apps. To enable it on your Alt system, run:</p>
|
69 | 69 | <terminal-command>
|
70 |
| - su -\n |
71 |
| - apt-get update\n |
72 |
| - apt-get install flatpak-repo-flathub\n |
| 70 | + su -\n |
| 71 | + apt-get update\n |
| 72 | + apt-get install flatpak-repo-flathub\n |
73 | 73 | </terminal-command>"
|
74 | 74 | - name: Restart
|
75 | 75 | text: '
|
|
385 | 385 | <p>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 <a class="btn btn-default" href="https://dl.flathub.org/repo/flathub.flatpakrepo">Flathub repository file</a>.</p>
|
386 | 386 | <p>Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
|
387 | 387 |
|
388 |
| -- name: Turkman Linux |
389 |
| - logo: "turkman.svg" |
390 |
| - steps: |
391 |
| - - name: Install Flatpak |
392 |
| - text: ' |
393 |
| - <p>To install Flatpak on Turkman Linux, run the following in a terminal:</p> |
394 |
| - <p>Emerge way</p> |
395 |
| - <terminal-command> |
396 |
| - ymp install build-base --no-emerge\n |
397 |
| - ymp install flatpak\n |
398 |
| - </terminal-command> |
399 |
| - <p>No emerge way</p> |
400 |
| - <terminal-command>ymp install flatpak --no-emerge</terminal-command>' |
401 |
| - - name: Enable services |
402 |
| - text: ' |
403 |
| - <p>To enable services on Turkman Linux, run the following in a terminal:</p> |
404 |
| - <terminal-command> |
405 |
| - rc-update add devfs\n |
406 |
| - rc-update add fuse\n |
407 |
| - rc-update add hostname\n |
408 |
| - </terminal-command>' |
409 |
| - - name: Add the Flathub repository |
410 |
| - text: " |
411 |
| - <p>Flathub is the best place to get Flatpak apps. To enable it, run:</p> |
412 |
| - <terminal-command>flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>" |
413 |
| - - name: Restart |
414 |
| - text: ' |
415 |
| - <p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p> |
416 |
| - <p>Note: graphical installation of Flatpak apps may not be possible with Turkman Linux.</p>' |
417 |
| - |
418 | 388 | - name: Ataraxia Linux
|
419 | 389 | logo: "ataraxia.svg"
|
420 | 390 | logo_dark: "ataraxia-dark.svg"
|
|
452 | 422 | text: '
|
453 | 423 | <p>To install light and dark themes, run:</p>
|
454 | 424 | <terminal-command>
|
455 |
| - flatpak install flathub org.gtk.Gtk3theme.deepin\n |
456 |
| - flatpak install flathub org.gtk.Gtk3theme.deepin-dark\n |
| 425 | + flatpak install flathub org.gtk.Gtk3theme.deepin\n |
| 426 | + flatpak install flathub org.gtk.Gtk3theme.deepin-dark\n |
457 | 427 | </terminal-command>'
|
458 | 428 | - name: Restart
|
459 | 429 | text: '
|
|
0 commit comments