Skip to content

Commit 52d3a2d

Browse files
authored
distro: Add Slackware Linux (#724)
1 parent f52c9c9 commit 52d3a2d

2 files changed

Lines changed: 177 additions & 0 deletions

File tree

data/distro.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,3 +500,23 @@
500500
<h2>Flatpak is installed by default on Salix since version 15.0—no setup required!</h2>
501501
<p>Flatpak comes preconfigured with the Flathub repository and desktop integration tools are included to allow 1-click install from Flathub.</p>
502502
<p>All you have to do is <a href="https://flathub.org/">install apps</a>!</p>
503+
504+
- name: Slackware
505+
logo: "slackware.svg"
506+
steps:
507+
- name: Install Flatpak
508+
text: "
509+
<p>A Flatpak package is available on SlackBuilds. To install it (assuming you use Sbopkg/sqg), first create the queuefile and run the following as root:</p>
510+
<terminal-command>sqg -p flatpak</terminal-command>
511+
<p>Then compile it. Load the queuefile, press 'Q', and wait:</p>
512+
<terminal-command>sbopkg -i flatpak</terminal-command>"
513+
514+
- name: Add the Flathub repository
515+
text: "
516+
<p>Flathub is the best place to get Flatpak apps. To enable it, run:</p>
517+
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"
518+
519+
- name: Restart
520+
text: '
521+
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
522+
<p>Note: graphical installation of Flatpak apps may not be possible with Slackware.</p>'

0 commit comments

Comments
 (0)