我正在尝试这样做,sudo apt install youtube-dl
但在安装过程中出现以下错误。
E: Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/universe/t/tbb/libtbb2_4.4~20151115-0ubuntu3_amd64.deb Temporary failure resolving 'in.archive.ubuntu.com'
另外,我按照建议做了,apt-get update --fix-missing
但没有多大帮助
答案1
有一个更简单的方法。youtube-dl
通过运行卸载当前版本(可选)
sudo apt-get remove youtube-dl
youtube-dl
通过运行以下命令安装最新版本:
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl