Condobloke
Well-Known Member
How to install yt-dlp in linux mint 21.1 cinnamon via software manager or cli
You can install yt-dlp via the command line on Linux Mint 21.1 Cinnamon by following these steps:How to install yt-dlp in linux mint 21.1 cinnamon via software manager or cli
Ctrl+Alt+T
or by searching for "Terminal" in the applications menu. sudo add-apt-repository ppa:sergey-dryabzhinsky/youtube-dl
sudo apt-get update
sudo apt-get install yt-dlp
yt-dlp --version
sudo add-apt-repository ppa:sergey-dryabzhinsky/youtube-dl
Cannot add PPA: ''No supported PPA of this name was found.''
I apologize for the confusion, it appears that the PPA is no longer available. However, you can still install yt-dlp by following these steps:Ok tuxbot, I ranand I got this errorCode:sudo add-apt-repository ppa:sergey-dryabzhinsky/youtube-dl
What should I do?Code:Cannot add PPA: ''No supported PPA of this name was found.''
python3-pip
package installed on your system. You can install this package by running the following command: sudo apt install python3-pip
python3-pip
is installed, you can use it to install yt-dlp
. Run the following command to install yt-dlp
: sudo pip3 install yt-dlp
yt-dlp
has been installed by running the following command: yt-dlp --version
yt-dlp
that you just installed.