--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # pkgtool > Interactive menu-driven tool for managing Slackware packages. > See also: `installpkg`, `removepkg`, `upgradepkg`, `makepkg`. > More information: . - Launch the interactive package tool: `sudo pkgtool` - Remove packages interactively: `sudo pkgtool --remove_menu` - View installed packages: `pkgtool --view_menu` - Install packages from the current directory: `sudo pkgtool --install_menu` - Set up packages interactively (run doinst.sh scripts): `sudo pkgtool --setup_menu`