What is CheckinStall? Let me recall, whether there is Make Tarball experience, I want to have it, the advantage of using the original code myself is best to optimize, but the disadvantage is
It is not good to manage these Tarball, and even have been installed, it will make the system messy, so the Package Manager, etc. will appear.
Today Checkinstall is used to solve Tarball management, he can make your good tarball into rpm, TGZ, Deb
, Then install using rpm -i / pkgadd / dpkg -i, is it easy to install it.
First, install CheckInstall first:
Apt-Get Install CheckInstall
Then I solve the original code of the avifile.tar.gz on the Internet, and perform it well.
./configure
Make
OK ... Now we can play checkinstall, he will ask us to seal the package into that format, I choose DEB, after completing, will appear in the directory Avifile-xxx.deb
After the use of DPKG -I AVIFILE-XXX.DEB, it is installed so that it is very convenient.