[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
wiki:user:mfillpot:sbopkg [2012/12/20 04:01 (UTC)] – [Application CLI Use] added additional cli options mfillpotwiki:user:mfillpot:sbopkg [2012/12/20 04:14 (UTC)] (current) – [Application CLI Use] added content mfillpot
Line 101: Line 101:
   * **-o** - Display the obsolete source files and prompt for deletion.   * **-o** - Display the obsolete source files and prompt for deletion.
   * **-P** - Display the cache files for uninstalled apps and prompt for deletion.   * **-P** - Display the cache files for uninstalled apps and prompt for deletion.
 +
 +=== Building Applications from the SlackBuilds.org Repo ===
 +Before each set of uses it is recommended to re-sync the repo to guarantee that all updated and new SlackBuilds are available, this is again accomplished with the **-r** option.
 +
 +For this example we will conduct all steps necessary to install the pysolfc application. As the goal is to download the source, build and install this application, you will use the **-i** option as shown below.
 +<code>root@darkstar#sbopkg -i pysolfc</code>
 +Upon submitting the command all steps will begin running and the application will display the verbose output, you will also be prompted if there is an error or the checksum does not match the file.
 +
 +<note>If you wish to install more than one application you will include all requested applications in package name argurment within a single set of quotes, for example "pysolfc qrencode".</note>
 +
 +=== Updating Installed Applications/Libraries ===
 +To search for updates to applications and libraries that were installed from SlackBuilds you must first re-sync your repo to gather all updates. Upon completing that task you will issue the **-c** option, after a quick scan the list of potential updates will be displayed.
 +
 +<code>
 +root@darkstar# sbopkg -c
 +[ Checking for potential updates ]
 +This may take a few moments. Press <ESC> to abort.
 +100%[======================================================================]
 +Listing installed SBo repository for Slackware 14.0 packages and flagging
 +potential updates...
 +
 +google-talkplugin:
 +  INSTALLED PACKAGE IS NEWER THAN REPO
 +  Installed version:  google-talkplugin-3.10.2.0-i386-1_SBo
 +  Repo version:  google-talkplugin-2.6.1.0-i486-1_SBo
 +  Note: repo version not obtainable by standard method, may be inaccurate.
 +libevent:
 +  POTENTIAL UPDATE
 +  Installed version:  libevent-2.0.10-i486-1_SBo
 +  Repo version:  libevent-2.0.21-i486-1_SBo
 +mathomatic:
 +  INSTALLED PACKAGE IS NEWER THAN REPO
 +  Installed version:  mathomatic-16.0.5-i486-1_SBo
 +  Repo version:  mathomatic-15.8.5-i486-1_SBo
 +warzone2100:
 +  INSTALLED PACKAGE IS NEWER THAN REPO
 +  Installed version:  warzone2100-3.1_rc3-i486-1_SBo
 +  Repo version:  warzone2100-2.3.8-i486-1_SBo
 +
 +Potential update list complete.
 +</code>
    
 +You can then install build and install the newly updated applications with the standard install and build options.
 +
 <note warning>Current Working Point</note> <note warning>Current Working Point</note>
 ==== Application GUI Use ==== ==== Application GUI Use ====
 wiki:user:mfillpot:sbopkg ()