
checkinstall
List of commands for checkinstall:
-
checkinstall:tldr:158a0 checkinstall: Create and install a package with default settings.$ sudo checkinstall --defaulttry on your machineexplain this command
-
checkinstall:tldr:29077 checkinstall: Create a package and set the name.$ sudo checkinstall --pkgname ${package}try on your machineexplain this command
-
checkinstall:tldr:32dcd checkinstall: Create a package without documentation.$ sudo checkinstall --nodoctry on your machineexplain this command
-
checkinstall:tldr:68003 checkinstall: Create a package and specify where to save it.$ sudo checkinstall --pakdir ${path-to-directory}try on your machineexplain this command
-
checkinstall:tldr:81d2e checkinstall: Create a package but don't install it.$ sudo checkinstall --install=${no}try on your machineexplain this command