snippetbashTip
pkgtool — Interactive menu-driven tool for managing Slackware packages. See also: `installpkg`, `removepkg`, `
Viewed 0 times
drivencommandclitoolinteractiveformenupkgtool
linux
Problem
How to use the
pkgtool command: Interactive menu-driven tool for managing Slackware packages. See also: installpkg, removepkg, upgradepkg, makepkg. More information: <https://www.slackbook.org/html/book.html#PACKAGE-MANAGEMENT-PACKAGE-UTILITIES-PKGTOOL>.Solution
pkgtool — Interactive menu-driven tool for managing Slackware packages. See also: installpkg, removepkg, upgradepkg, makepkg. More information: <https://www.slackbook.org/html/book.html#PACKAGE-MANAGEMENT-PACKAGE-UTILITIES-PKGTOOL>.Launch the interactive package tool:
sudo pkgtoolRemove packages interactively:
sudo pkgtool --remove_menuView installed packages:
pkgtool --view_menuInstall packages from the current directory:
sudo pkgtool --install_menuSet up packages interactively (run doinst.sh scripts):
sudo pkgtool --setup_menuCode Snippets
Launch the interactive package tool
sudo pkgtoolRemove packages interactively
sudo pkgtool --remove_menuView installed packages
pkgtool --view_menuInstall packages from the current directory
sudo pkgtool --install_menuSet up packages interactively (run doinst.sh scripts)
sudo pkgtool --setup_menuContext
tldr-pages: linux/pkgtool
Revisions (0)
No revisions yet.