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?
41 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.