Skip to main content
updated format
Source Link
musbach
  • 331
  • 6
  • 14

You can install "twice":

  1. Via the package which you created. You can switch it off by --install=no

    Via the package which you created. You can switch it off by --install=no

  2. Via the make. You can switch it off by simply typing make

    Via the make. You can switch it off by simply typing make (without install)

    Examples:

No installation at allExamples:

sudo checkinstall --install=no make
  • No installation at all:

    sudo checkinstall --install=no make

  • An installation via make:

An installation via make:sudo checkinstall --install=no make install

sudo checkinstall --install=no make install

You can install "twice":

  1. Via the package which you created. You can switch it off by --install=no
  2. Via the make. You can switch it off by simply typing make Examples:

No installation at all:

sudo checkinstall --install=no make

An installation via make:

sudo checkinstall --install=no make install

You can install "twice":

  1. Via the package which you created. You can switch it off by --install=no

  2. Via the make. You can switch it off by simply typing make (without install)

Examples:

  • No installation at all:

    sudo checkinstall --install=no make

  • An installation via make:

sudo checkinstall --install=no make install

Source Link
musbach
  • 331
  • 6
  • 14

You can install "twice":

  1. Via the package which you created. You can switch it off by --install=no
  2. Via the make. You can switch it off by simply typing make Examples:

No installation at all:

sudo checkinstall --install=no make

An installation via make:

sudo checkinstall --install=no make install