You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used make to install tuned but there doesn't seem to be a make option to uninstall it, do anyone know how, or can anyone add a way to uninstall tuned via makefile?
The text was updated successfully, but these errors were encountered:
Unfortunately, we do not support uninstall command in the Makefile (similarly as many other projects). It's not reliable and there isn't much benefit from it. You can manually uninstall TuneD by at first doing dummy installation into specific DESTDIR e.g. /var/tmp/tuned with the make install DESTDIR=/var/tmp/tuned command, then create list of installed files and finally manually remove them from your root DESTDIR. But the preferred way is to install/uninstall TuneD through the distro package manager, which usually does the task safely and correctly.
We are not against make uninstall feature and we will probably accept it if somebody PRs it, but it wasn't priority for us.
I used make to install tuned but there doesn't seem to be a make option to uninstall it, do anyone know how, or can anyone add a way to uninstall tuned via makefile?
The text was updated successfully, but these errors were encountered: