This is the simplest method I know of to install Youtube-dl. You can get the current update directly from Youtbe-dl with this method and elimintat the need for installing repositories.
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/bin/youtube-dl
[ earlier youtube-dl versions used /usr/local/bin/youtube-dl download location ]
sudo chmod a+rx /usr/bin/youtube-dl
sudo ln -s /usr/bin/python3 /usr/bin/python
[ creates a symbolic link to python ]
To make sure Youtube-dl is working, do an update
sudo Youtube-dl -U
Youtube-dl install on Mint 20
Forum rules
Please don't add support questions to tutorials,start your own thread in the appropriate sub-forum instead. Before you post please read this
Please don't add support questions to tutorials,start your own thread in the appropriate sub-forum instead. Before you post please read this
Re: Youtube-dl install on Mint 20
Thanks for posting this. However, just in case anyone else runs into the same problem as I had, the final line should read:
sudo youtube-dl -U
sudo youtube-dl -U
-
- Level 1
- Posts: 12
- Joined: Thu Aug 06, 2020 1:50 am
Re: Youtube-dl install on Mint 20
Fabulous. Deep gratitude!! I waS having so much impossibility using youtube-dl, i was preparing to create a new partition and install new LM OS. No need for gory details. THANK you! Linux is love.
Re: Youtube-dl install on Mint 20


Desktop: MATE 1.24.0 Distro: Linux Mint 20.1 Ulyssa
CPU: Quad core AMD A6-6310 RAM: 6 GB de Ram

CPU: Quad core AMD A6-6310 RAM: 6 GB de Ram

Re: Youtube-dl install on Mint 20
Just worked for me.
I ran it as user (without sudo) and put it in my Desktop folder instead of /usr/bin but it downloaded as it should have.
I ran it as user (without sudo) and put it in my Desktop folder instead of /usr/bin but it downloaded as it should have.
Re: Youtube-dl install on Mint 20
I had to delete the "s" in the https and let only http, after 9 tries i was able to download the file 

Desktop: MATE 1.24.0 Distro: Linux Mint 20.1 Ulyssa
CPU: Quad core AMD A6-6310 RAM: 6 GB de Ram

CPU: Quad core AMD A6-6310 RAM: 6 GB de Ram
