Linux/CheckInstall

From Omnia
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

CheckInstall - https://help.ubuntu.com/community/CheckInstall

Instead of

sudo make install

you will use

sudo checkinstall

When called with no arguments, checkinstall will call "make install". If you need other arguments, they can be supplied:

sudo checkinstall make install_package

The installed package can then also easily be removed via Synaptic or via the terminal:

sudo dpkg -r packagename

Example:

sudo dpkg -r pidgin