Linux/CheckInstall

From Omnia
Revision as of 23:13, 30 April 2020 by Kenneth (talk | contribs) (Created page with " CheckInstall - https://help.ubuntu.com/community/CheckInstall Instead of sudo make install you will use sudo checkinstall When called with no arguments, checkinstall wil...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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