Skip to main content

Questions tagged [checkinstall]

CheckInstall keeps track of all the files created or modified by your installation script ("make" "make install" "make install_modules", "setup", etc), builds a standard binary package and installs it in your system giving you the ability to uninstall it with your distribution's standard package management utilities.

15 votes
4 answers
1k views

Heads up: This is not a question about how to recover the system (easily done), but about checkinstall. Feel free to skip the "Background" section. Background A little rant plus maybe a PSA.....
AnoE's user avatar
  • 947
4 votes
1 answer
253 views

On Debian 12 using checkinstall fails on every package I attempt to use it on. If the package has not been make installed prior to using checkinstall, then checkinstall fails as soon as the ...
Kurt Fitzner's user avatar
1 vote
2 answers
3k views

I have compiled a C++ software on my Ubuntu 22.04 laptop, and used checkinstall to install it. This builds the corresponding .deb file and that's nice. But now I want to install that .deb file into a ...
s.k's user avatar
  • 521
1 vote
1 answer
947 views

I've been trying to compile digikam and as part of that process needed to compile jasper. Jasper developers use cmake, I wanted to make a .deb package -- in fact was trying to learn how to make a ...
pbhj's user avatar
  • 443
0 votes
1 answer
1k views

I'm very new to Linux, so please excuse any normie errors/misconceptions. I want to learn how to build programs from source, but I'm having a hard time understanding how dependencies are managed when ...
ache's user avatar
  • 1
2 votes
1 answer
431 views

I learned about checkinstall today. I installed mdp on Linux Lite installed on VirtualBox using checkinstall. mdp depends on a package called libncursesw5-dev, which wasn't installed on my machine. ...
Wade Wayne's user avatar
1 vote
1 answer
2k views

I wanted to uninstall conky that I built from source on my arch linux and this thread suggested installing checkinstall. But I am new to all this and makepkg -sic resulted in the following error - ...
user avatar
3 votes
0 answers
279 views

I have big, weird problem. I have server on Hetzner with Ubuntu 20. I tried install python3.7.2 with this instruction: wget https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tgz Where version can ...
Bob's user avatar
  • 41
0 votes
1 answer
524 views

I compiled QEMU for my Raspberry pi and want to package it to a deb so I don't need to compile it every time I reflash (it takes a few hours). but every time I run sudo checkinstall I get errors (...
Itai Nelken's user avatar
1 vote
1 answer
633 views

It's been recommended to me to use the checkinstall mechanism to install artifacts I build from source. But - the example involves GNU autotools (./configure) while I use CMake. How "friendly" is ...
einpoklum's user avatar
  • 11.1k
3 votes
1 answer
716 views

I'm building my own ffmpeg package using checkinstall, with all of the various ffmpeg libraries included. In the Ubuntu package repos these ffmpeg libraries are broken up into many separate packages. ...
Sean W.'s user avatar
  • 331
0 votes
1 answer
259 views

What is the equivalent of: sudo make install -C build for checkinstall? Is it enough to: cd build sudo checkinstall ?
Kossak's user avatar
  • 689
0 votes
1 answer
54 views

I have recently installed some packages which are necessary for building executables: python-central \ texlive-latex-base \ texlive-latex-extra \ texlive-latex-recommended \ ...
Max Bender's user avatar
5 votes
0 answers
646 views

I am successfully able to create a .deb package from source using checkinstall. However can someone help me with why I cannot add custom/additional files to the package created using the --include ...
Siddharth Shetty's user avatar
3 votes
2 answers
755 views

I'm currently building a large project that contains sources written in few languages such as C,C++ & Python. I recently managed to (painfuly) handle autotools to make a proper install. Next step ...
Neah-Ko's user avatar
  • 123

15 30 50 per page