How do I get rid of youtube-dl?

It looks like youtube-dl is permanently stuck on my system. Months back I installed it (I don't know how). But now I'm desperately trying to uninstall it. All the uninstall commands say that it's not installed, yet I'm using it in the terminal and that means it's installed.

I installed it as snap. I can see many youtube-dl leftover files in snap folders. Is there a way to clear them all?

4

1 Answer

You may have installed it manually. Then the package system does not know about it. So in that case delete the executable manually to remove it again. It likely will be in /usr/local/bin, but you can make sure with the which command.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like