[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

This is an old revision of the document!


Instructions for setting up sbopkg

Note: At 24th July 2016 sbopkg no longer works with our repo.

sbopkg

Sbopkg can be obtained from http://www.sbopkg.org

We have two main branches - master and dev. Note that at times dev moves pretty fast and so breakages should be expected.

Create file:

/etc/sbopkg/repos.d/70-studioware-master.repo

With the single line:

studioware master "Master git branch for studioware.org" se git git://github.com/eviljames/studioware.git@master ""

For the dev branch make another file:

/etc/sbopkg/repos.d/80-studioware-dev.repo

With:

studioware dev "Dev git branch for studioware.org" se git git://github.com/eviljames/studioware.git@dev ""

Then fire up sbopkg and choose the repo through the 'Utilities' menu. Back to main menu and sync.

If you have any problems, like sbopkg refusing to start, you may need to delete ~/.sbopkg.conf.

* Originally written by dive

 studioware:slackpkg_sbopkg ()