logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create Linux Packages - Track Install with Checkinstall | Online Free DevTools by Hexmos

Create Linux packages easily with Checkinstall. Track software installations and generate installable binaries with your system's package manager. Free online tool, no registration required.

checkinstall

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 information: https://checkinstall.izto.org/docs.php.

  • Create and install a package with default settings:

sudo checkinstall {{[-y|--default]}}

  • Create a package but don’t install it:

sudo checkinstall --install={{no}}

  • Create a package without documentation:

sudo checkinstall --nodoc

  • Create a package and set the name:

sudo checkinstall --pkgname {{package}}

  • Create a package and specify where to save it:

sudo checkinstall --pakdir {{path/to/directory}}

See Also