I have to run this cryptic block of code.
git clone https://github.com/OpenICC/xcalib.git cd xcalib cmake CMakeLists.txt sudo make install The procedure I'm following mentions the uninstall process.
sudo make uninstall Why do the make install and uninstall commands lack any file or program name? In my mind they should be done like this.
sudo make install program_name sudo make uninstall program_name the same as
sudo apt-get install program_name sudo make install begs the question "install what?"
Makefilein that directory, also seeman make.make -n ......to see what will be execured