checkinstall
linux
Track the local installation of a software package, and produce a binary package which can be used with a system's native package manager.
More info →Options (1)
-y, --defaultbooleanCreate and install a package with default settings
Example:
sudo checkinstall {{[-y|--default]}}Examples (5)
Create and install a package with default settings
sudo checkinstall [-y|--default]Create a package but don't install it
sudo checkinstall --install=noCreate a package without documentation
sudo checkinstall --nodocCreate a package and set the name
sudo checkinstall --pkgname packageCreate a package and specify where to save it
sudo checkinstall --pakdir path/to/directorymade by @shridhargupta | data from tldr-pages