Answer the question
In order to leave comments, you need to log in
Why is the package ready to use after 'ckeckinstall --install=no'?
Who knows why after the command the $ sudo checkinstall --install=no
package is ready for use? i.e. I can use the commands of this package even though the package is not yet installed
For example:
I used $ sudo checkinstall --install=no
to build a git package.
And after executing this command, all the functions of the git became available to me, although I had not yet started the installation.
i.e. I enter $ git version
- I see the GIT version. $ git init
- I will initialize the repository
, etc.
Although I have not yet run a clean installation, $ dpkg -l git
the command shows me that there is Git in the system with the following status Desired=Unknown, Status=Not, and the Git commands are already available
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-====================-===============-===============-
un git (no description available)
Desired=Unknown, Status=Not
$sudo dpkg -i git_2.16.2.deb
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question