collection of third-party SlackBuild scripts to build [Slackware](http://www.slackware.com/) packages. Sbopkg is actively maintained and a new version is released one or more times per Slackware/SBo release. Numerous people have contributed diffs, bug reports, and helpful suggestions and they are all mentioned in the THANKS file in /usr/doc/sbopkg-$VERSION. This utility would not be anywhere close to its present state without the help of these folks.
* Create, browse, and search a local copy of the SBo repository for any supported Slackware version.
* Read the SBo ChangeLog.txt.
* Display a list of all SBo packages installed on the user's system.
* Display potential updates to packages installed from SlackBuilds.org.
* View the README, SlackBuild, .info, and slack-desc files for each individual piece of software in the repository.
* Copy the original .info file or SlackBuild for editing.
* Automatically download the source code, check the md5sum, and build or build and install a Slackware package from either the original .info file and SlackBuild or the locally-edited copies.
* Batch queue packages for building or building and installing.
Sbopkg (by default) will not check dependencies since that is not a feature native to Slackware. Sbopkg is one thing and one thing only: a medium to easily browse a local copy of the SlackBuilds.org repository and build packages from it. However, since 0.38.0, sqg (SBo Queue Generator) is included in the main package, so users can easily generate queue file(s) which list all dependencies and install them along with the requested package.
Sbopkg can also be used strictly from the command line without the dialog interface, to perform most, if not all, of the same functions listed above. Typing sbopkg -h will display the command line options.