Closed StatusCode404 closed 3 years ago
When trying out hardinfo from GitHub, there is no uninstall target for the make file.
$ sudo make uninstall make: *** No rule to make target 'uninstall'. Stop.
So now doing an uninstall is quite difficult as it would have to be done by reverse engineering all the copies from:
$ sudo make install
sudo xargs rm < install_manifest.txt from the build directory should work instead.
sudo xargs rm < install_manifest.txt
Thanks!
When trying out hardinfo from GitHub, there is no uninstall target for the make file.
So now doing an uninstall is quite difficult as it would have to be done by reverse engineering all the copies from: