Score:0

cannot remove youtube-dl

ch flag

I was trying to uninstall youtube-dl, but I got stuck. I'm using sudo apt-get remove youtube-dl but it still present in my distro and can run. This I get from terminal youtube-dl/hirsute,hirsute 2021.04.07-0ubuntu1 all

in flag
A few questions: (1) how did you install it? [apt / snap / pip / other] (2) which version of Ubuntu are you running? This will make it easier for someone to offer a specific solution, as there are many ways to install that particular tool.
Nmath avatar
ng flag
Please edit your question and include the **output** of the command(s) you are attempting to use to remove the software alongside the command used
us flag
What are the outputs of `which youtube-dl` and `pip3 list`? Please [edit](https://askubuntu.com/posts/1360304/edit) to add the outputs.
Score:3
us flag

Since you installed with pip (as you mentioned in the comment above), you also need to uninstall with pip. apt does not know about it.

pip3 uninstall youtube-dl

In case you used sudo during installation, you also need to add sudo during removal.

MOHAMAD FAIRUN BIN RAMLY avatar
ch flag
discover that by installing flatpak help to remove this youtube-dl
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.