Skip to content

Commit

Permalink
Reword the 2nd ubuntu step
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Oct 25, 2024
1 parent 5120b9d commit 6b0e066
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions data/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<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
sudo add-apt-repository ppa:flatpak/stable\n
sudo apt update\n
sudo apt install flatpak\n
</terminal-command>"
- name: Install the Software Flatpak plugin
text: "
<p>The Flatpak plugin for the Software app makes it possible to install apps without needing the command line. To install, run:</p>
- 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>
<terminal-command>sudo apt install gnome-software-plugin-flatpak</terminal-command>
<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>"
<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>'
- name: Add the Flathub repository
text: "
<p>Flathub is the best place to get Flatpak apps. To enable it, run:</p>
Expand Down Expand Up @@ -59,17 +59,17 @@
text: "
<p>To install Flatpak on operating systems of the Alt family, open the Terminal app and run:</p>
<terminal-command>
su -\n
apt-get update\n
apt-get install flatpak\n
su -\n
apt-get update\n
apt-get install flatpak\n
</terminal-command>"
- name: Add the Flathub repository
text: "
<p>Flathub is a great place to get Flatpak apps. To enable it on your Alt system, run:</p>
<terminal-command>
su -\n
apt-get update\n
apt-get install flatpak-repo-flathub\n
su -\n
apt-get update\n
apt-get install flatpak-repo-flathub\n
</terminal-command>"
- name: Restart
text: '
Expand Down Expand Up @@ -393,18 +393,18 @@
<p>To install Flatpak on Turkman Linux, run the following in a terminal:</p>
<p>Emerge way</p>
<terminal-command>
ymp install build-base --no-emerge\n
ymp install flatpak\n
ymp install build-base --no-emerge\n
ymp install flatpak\n
</terminal-command>
<p>No emerge way</p>
<terminal-command>ymp install flatpak --no-emerge</terminal-command>'
- name: Enable services
text: '
<p>To enable services on Turkman Linux, run the following in a terminal:</p>
<terminal-command>
rc-update add devfs\n
rc-update add fuse\n
rc-update add hostname\n
rc-update add devfs\n
rc-update add fuse\n
rc-update add hostname\n
</terminal-command>'
- name: Add the Flathub repository
text: "
Expand Down Expand Up @@ -452,8 +452,8 @@
text: '
<p>To install light and dark themes, run:</p>
<terminal-command>
flatpak install flathub org.gtk.Gtk3theme.deepin\n
flatpak install flathub org.gtk.Gtk3theme.deepin-dark\n
flatpak install flathub org.gtk.Gtk3theme.deepin\n
flatpak install flathub org.gtk.Gtk3theme.deepin-dark\n
</terminal-command>'
- name: Restart
text: '
Expand Down

0 comments on commit 6b0e066

Please sign in to comment.