Does checkinstall command add dependencies in the package?
2
votes
1
answer
404
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. But when I ran checkinstall
, mdp
was installed and worked flawlessly.
So, here's what I need to know from you, does checkinstall
install the dependencies and pack it in the .deb, .rpm, etc. files?
> **NOTE:** And yes, since I'm using Linux Lite on VirtualBox, I took a snapshot of the machine and used make
instead of checkinstall
, and make
threw an error to install the dependencies first.
Asked by Wade Wayne
(121 rep)
Jul 2, 2021, 02:05 PM
Last activity: Jul 2, 2021, 04:18 PM
Last activity: Jul 2, 2021, 04:18 PM