LinuxCommandLibrary

pkgtool

Interactive Slackware package management tool

TLDR

Launch interactive package tool

$ sudo pkgtool
copy
Remove packages interactively
$ sudo pkgtool --remove_menu
copy
View installed packages
$ pkgtool --view_menu
copy
Install packages from current directory
$ sudo pkgtool --install_menu
copy
Setup packages (run installation scripts)
$ sudo pkgtool --setup_menu
copy

SYNOPSIS

pkgtool [options]

DESCRIPTION

pkgtool is an interactive menu-driven tool for managing Slackware packages. It provides a ncurses-based interface for installing, removing, and viewing packages.

PARAMETERS

--remove_menu

Open the remove packages menu
--view_menu
Open the view installed packages menu
--install_menu
Open the install packages menu (from current directory)
--setup_menu
Open the setup menu (runs doinst.sh scripts)

CAVEATS

For command-line package management, use installpkg, removepkg, and upgradepkg directly. pkgtool requires a terminal capable of displaying ncurses dialogs.

HISTORY

pkgtool is part of the Slackware package management system, providing a user-friendly interface for managing packages on Slackware Linux.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community