checkinstall icon indicating copy to clipboard operation
checkinstall copied to clipboard

local fork of http://checkinstall.izto.org/checkinstall.git

Results 7 checkinstall issues
Sort by recently updated
recently updated
newest added

Hi installed http://checkinstall.izto.org/checkinstall.git I'm trying to compile any source code, for example checkinstall. An error: `error: line 11: Unknown tag: Recommends: Building target platforms: x86_64 Building for target x86_64` Tell...

the way how `--exclude` is currently implemented (https://github.com/ruxkor/checkinstall/blob/master/checkinstall#L1674) is not fully straight forward: `checkinstall` validates the list against `-d` and `-f`, which means the first `checkinstall --exclude` will always fail...

Cannot install aaa_base_1.0-1.deb in Debian Testing. Without it, it won't be able to remove most deb packages installed with checkinstall. dpkg seems to be unwilling to remove things like "/",...

Here is an existing thread of this bug. I hope it is the right place to place this issue? https://www.reddit.com/r/Ubuntu/comments/x08ex6/psa_checkinstall_can_brick_your_ubuntu_2204_system/ I was bitten by this as I tried using it...

I had the following on my makefile: ``` echo 'abc' | sudo tee /usr/share/xyz/config.conf ``` But then the new file creation was not detected. However changing it to: ``` echo...

There is a problem of creating the deb package for Makefile that is generated by qmake. For example, when I run `sudo checkinstall make install` I get errors like `Error...

I have used checkinstall in Ubuntu 18.04, and 16.04, however in 24.04 I it seems no longer work as expected. Here is a step by step description (but you need...