Examples (4)
Install a package
sudo installpkg path/to/package.tgzGenerate a report of a simulated installation to `stdout`
installpkg -warn path/to/package.tgzCreate a package from current directory and its subdirectories
installpkg -m package_name.tgzInstall the contents of the current directory and subdirectories as a package with a specified name
sudo installpkg -r package_name.tgzmade by @shridhargupta | data from tldr-pages