[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
studioware:quick_start [2016/08/12 22:31 (UTC)] – [Introduction] divestudioware:quick_start [2017/02/24 21:36 (UTC)] – [1) Preinstallation Tasks] dive
Line 12: Line 12:
 groupadd -g 214 avahi\\ groupadd -g 214 avahi\\
 useradd -u 214 -g 214 -c "Avahi" -d /dev/null -s /bin/false avahi\\ useradd -u 214 -g 214 -c "Avahi" -d /dev/null -s /bin/false avahi\\
 +Install fltk (for audio/yoshimi) from extra\\
 ===== 2) Preparing Sepkg ===== ===== 2) Preparing Sepkg =====
  
Line 39: Line 39:
 We have three main categories of applications: audio, video and photo. They are maintained by queue files. There is also a 'full' queue. We have three main categories of applications: audio, video and photo. They are maintained by queue files. There is also a 'full' queue.
  
-If you want a certain category - say audiothen you can use sepkg to download and build/install all the audio applications with the -q flag:+If you want a certain category - say audio then you can use sepkg to download and build/install all the audio applications with the -q flag:
  
 <code>sepkg -q audio</code> <code>sepkg -q audio</code>
 studioware:quick_start ()