Skip to content

Add PCLinuxOS To setup page #556

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

Closed
wants to merge 12 commits into from
Closed
26 changes: 26 additions & 0 deletions data/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -794,3 +794,29 @@
<p>Note: graphical installation of Flatpak apps may not be possible with GNU Guix.</p>
</li>
</ol>

- name: "PCLinuxOS"
logo: "pclinuxos.svg"
info: >
<ol class="distrotut">
<li>
<h2>Install Flatpak</h2>
<p>The flatpak package is available in the PCLinuxOS repositories, it can be installed using Synaptic Package Manager or by running the following in a terminal:</p>
<pre><code>
<span class="unselectable">$</span> su
<span class="unselectable">#</span> apt-get install flatpak
</code></pre>
</li>
<li>
<h2>Add the Flathub repository</h2>
<p>Flathub is the best place to get Flatpak apps. To enable it, run:</p>
<pre><code>
<span class="unselectable">$</span> flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
</code></pre>
</li>
<li>
<h2>Restart</h2>
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install some apps</a>!</p>
<p>Note: graphical installation of Flatpak apps may not be possible with PCLinuxOS.</p>
</li>
</ol>
34 changes: 34 additions & 0 deletions source/img/distro/pclinuxos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.