Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uninstall tuned with make? #653

Open
foldcat opened this issue Jun 28, 2024 · 1 comment
Open

Uninstall tuned with make? #653

foldcat opened this issue Jun 28, 2024 · 1 comment

Comments

@foldcat
Copy link

foldcat commented Jun 28, 2024

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?

@yarda
Copy link
Contributor

yarda commented Jul 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants