checkinstall
checkinstall copied to clipboard
I was packaging [libtorrent](https://github.com/arvidn/libtorrent) after having built from source using checkinstall and pressing Ctrl-C during its execution broke my system. ``` # apt policy checkinstall checkinstall: Installed: 1.6.2+git20170426.d24a630-2ubuntu1 Candidate: 1.6.2+git20170426.d24a630-2ubuntu1...
when I use checkinstall to install python3.7.11 , the problem running install_lib copying build/lib.linux-x86_64-3.7/_sysconfigdata_m_linux_x86_64-linux-gnu.py -> /usr/local/lib/python3.7/lib-dynload error: [Errno 2] No such file or directory make: *** [Makefile:1550:sharedinstall] 错误 1 and...
If I want to take this package to other systems of mine, how can I change the permissions for the deb package after it is created?? Basically, if I wanted...
Description : We are building checkinstall, using the below command git clone {url} git checkout master git pull origin make PREFIX=/opt/ CONFDIR=/opt/etc/checkinstall I got below error while running this command...