Forrest logo
back to context overview

checkinstall

List of commands for checkinstall:

  • checkinstall:tldr:158a0 checkinstall: Create and install a package with default settings.
    $ sudo checkinstall --default
    try on your machine
    explain this command
  • checkinstall:tldr:29077 checkinstall: Create a package and set the name.
    $ sudo checkinstall --pkgname ${package}
    try on your machine
    explain this command
  • checkinstall:tldr:32dcd checkinstall: Create a package without documentation.
    $ sudo checkinstall --nodoc
    try on your machine
    explain this command
  • checkinstall:tldr:68003 checkinstall: Create a package and specify where to save it.
    $ sudo checkinstall --pakdir ${path-to-directory}
    try on your machine
    explain this command
  • checkinstall:tldr:81d2e checkinstall: Create a package but don't install it.
    $ sudo checkinstall --install=${no}
    try on your machine
    explain this command
back to context overview