Linux command
sbopkg 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Synchronize with the SlackBuilds.org repository
sbopkg -r
Launch the dialog interface
sbopkg
Install a package
sbopkg -i [package]
Install multiple packages
sbopkg -i "[dep1] [dep2] [package]"
Check for updates
sbopkg -c
Search and inspect
sbopkg -s [package]
Build a package without installing
sbopkg -b [package]
说明
sbopkg is a tool for Slackware Linux that interfaces with the SlackBuilds.org (SBo) repository. It synchronizes a local copy of the repository, browses available packages, and automates building and installing third-party software. The tool features both a dialog-based interactive interface and command-line options. It can view README files, SlackBuild scripts, and .info files, download source code with MD5 verification, and build Slackware packages. Queue files (.sqf) enable batch processing of multiple packages. When the primary download URL fails, sbopkg can retrieve source from the SBo Source Archive as a fallback.
参数
- -r
- Synchronize with the remote SlackBuilds.org repository
- -c
- Check for updates to installed SBo packages
- -i _package_
- Install the specified package (quote multiple packages)
- -b _package_
- Build a package without installing it
- -s _package_
- Search and display package information (README, SlackBuild, .info)
- -g
- Upgrade installed packages with available updates
- -V
- Display version information
- -h
- Display help and all command-line options
FAQ
What is the sbopkg command used for?
sbopkg is a tool for Slackware Linux that interfaces with the SlackBuilds.org (SBo) repository. It synchronizes a local copy of the repository, browses available packages, and automates building and installing third-party software. The tool features both a dialog-based interactive interface and command-line options. It can view README files, SlackBuild scripts, and .info files, download source code with MD5 verification, and build Slackware packages. Queue files (.sqf) enable batch processing of multiple packages. When the primary download URL fails, sbopkg can retrieve source from the SBo Source Archive as a fallback.
How do I run a basic sbopkg example?
Run `sbopkg -r` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -r do in sbopkg?
Synchronize with the remote SlackBuilds.org repository