Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2019.03.01. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
I have a problem with uninstalling the previous version of youtube-dl. A very similar issue was reported here: #18732
But, I don't see any answer to this question.
I currently have Ubuntu 18.04.2 LTS installed (and not mint like in the earlier question). I have Linux Kernel: 4.15.0-45-generic (got this from uname -a output).
When I try to download a video, I am getting the following error:
On searching for error, I realized that probably the version of youtube-dl that I am running is not updated. The version that I have installed is: 2018.12.03
From this link, I have realized that I am not using the latest version: #18891. I see that the latest version is: 2019.01.16
So, I tired to update using the instructions, I see here: https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl
I try to update using the inbuilt command, when I get the following message:
Next, I try to uninstall using apt-get as follows:
So, aptitude does not have track of youtube-dl. In this case, I think I have to manually uninstall it. Can anyone suggest how I can do this?
Thanks a lot in advance for your suggestions.
Sathya