[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
studioware:going_further [2014/04/05 08:21 (UTC)] – [Queue Examples] divestudioware:going_further [2019/04/24 17:35 (UTC)] (current) dive
Line 1: Line 1:
-====== Going Further ======+====== Studioware: Going Further ======
  
 ===== Queue Operations ===== ===== Queue Operations =====
- 
  
 Queues are the best way to handle installation as they can be adjusted as needed and it saves trying to remember options etc. Queues are the best way to handle installation as they can be adjusted as needed and it saves trying to remember options etc.
  
-It is possible to use queues locally via shell redirection, or remote queues downloaded from our server. Note that our premade queues are in sbopkg format and have the .sqf extension, but for local queues any filename can be used.+It is possible to use queues locally via shell redirection, or remote queues downloaded from our server. Note that our queues are in sbopkg format and have the .sqf extension.
  
 ==== Queue Examples ==== ==== Queue Examples ====
  
  
-Local queues:+Local queue examples:
  
-studiopkg -i < kdenlive.sqf\\ +sepkg -i < kdenlive.sqf
-sepkg -i < kdenlive.queue+
  
 This will download the appropriate files one at a time and build and/or install them. This will download the appropriate files one at a time and build and/or install them.
Line 20: Line 18:
 **Note that it is probably a good idea to set noclobber in your shell, or accidently using '>' instead of '<' will wipe the queue file. For bash use 'set noclobber' and for zsh use 'setopt noclobber'.** **Note that it is probably a good idea to set noclobber in your shell, or accidently using '>' instead of '<' will wipe the queue file. For bash use 'set noclobber' and for zsh use 'setopt noclobber'.**
  
-Remote queues:+Remote queue examples:
  
-studiopkg -q kdenlive\\ 
 sepkg -q kdenlive\\ sepkg -q kdenlive\\
-studiopkg -q video\\ 
-studiopkg -q full\\ 
 sepkg -q video\\ sepkg -q video\\
  
Line 42: Line 37:
 To find out which build options are avaliable it is necesary to read the README or the SlackBuild in our git repo for the specific application. COMING SOON: We will have a list of applications and their directory branches to make finding them easier. To find out which build options are avaliable it is necesary to read the README or the SlackBuild in our git repo for the specific application. COMING SOON: We will have a list of applications and their directory branches to make finding them easier.
  
-===== Other Operations ===== 
- 
- 
-studiopkg can clean our packages from the system with either: 
- 
-studiopkg clean\\ 
-studiopkg clean-system 
- 
-A dialog window will popup asking which ones to clean. This is similar to the way slackpkg works except it will ONLY list packages with our 'se' tag, so no other extra packages will be listed. 
- 
-A full list of operations and options can be found here: 
- 
-http://studioware.org/studiopkg\\ 
-http://studioware.org/sepkg 
- 
-===== Slackpkg and sbopkg ===== 
- 
- 
-It is possible to download and build/install using slackpkg (with the slackpkg+ plugin) and sbopkg. You will notice that our own tools are similar in some ways, but there are differences. For example, sbopkg has many more features for setting options, building queues etc. One main difference though is in the way that our tools handle queues of categories.  
- 
-We recommend using our tools for installing whole categories as they were designed with this in mind and simplify the process of getting a machine up and running. 
- 
-Later, either slackpkg or sbopkg can be used to search, build or install applications. A howto on setting up slackpkg and sbopkg can be found here: http://docs.slackware.com/studioware:slackpkg_sbopkg 
-\\ 
-\\ 
-\\ 
  
-* Originally written by [[wiki:user:dive | dive]] 
-<!-- * Contributions by [[wiki:user:yyy | User Y]] --> 
  
-<!-- Please do not modify anything below, except adding new tags.--> 
-<!-- You must remove the tag-word "template" below before saving your new page --> 
-{{tag>studioware}} 
  
 studioware:going_further ()