diff options
author | Daniel Prosser <dpross1100@msn.com> | 2017-04-12 15:32:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-13 07:23:45 +0700 |
commit | b8adb5083b194f8eab9bb1946572b1e56bdf08be (patch) | |
tree | 697a03d915cd71905224bc74c51e855ed8cb9342 /system/sboui/README | |
parent | ed81676a4ba4c48c1000b590f6d24a33548c4a32 (diff) | |
download | slackbuilds-b8adb5083b194f8eab9bb1946572b1e56bdf08be.tar.gz |
system/sboui: Added (UI for SBo package managers).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sboui/README')
-rw-r--r-- | system/sboui/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/sboui/README b/system/sboui/README new file mode 100644 index 0000000000..adb2c01b1f --- /dev/null +++ b/system/sboui/README @@ -0,0 +1,11 @@ +sboui is an ncurses-based user interface for sbopkg, sbotools, and similar tools +to manage packages built from SlackBuilds.org scripts. Unlike other Slackware +system administration tools with dialog-based user interfaces, sboui is written +in C++ utilizing low-level ncurses library calls. It features a two-pane listing +of software groups and names, multiple filters, searching, forward and inverse +dependency resolution, tagging multiple packages to apply batch changes, +configurable colors, and more. In addition to supporting the well-known SBo +package managers, it is also easy to make it work with custom tools. + +Note: the only required dependency is libconfig, but you also need to have an +SBo package manager installed for it to be useful. |