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.
Can't upgrade to latest version on Linux Mint 17 #6758
Comments
|
Checked the FAQ as suggested and found that a third command, namely: hash -r is included in the update process that isn't in the instructions sent out with the latest version. After executing that command youtube-dl now works fine. You might want to add the hash -r command to all the instructions. Thanks. |
Generally youtube-dl works on my system, but after removing the latest Linux Mint 17 repo version and following the installation instructions in the latest version download the following results:
tm@tm-K55A:~$ sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
--2015-09-04 08:59:56-- https://yt-dl.org/downloads/latest/youtube-dl
Resolving yt-dl.org (yt-dl.org)... 95.143.172.170, 2001:1a50:11:0:5f:8f:acaa:177
Connecting to yt-dl.org (yt-dl.org)|95.143.172.170|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://yt-dl.org/downloads/2015.09.03/youtube-dl [following]
--2015-09-04 09:00:00-- https://yt-dl.org/downloads/2015.09.03/youtube-dl
Connecting to yt-dl.org (yt-dl.org)|95.143.172.170|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 992433 (969K) [application/octet-stream]
Saving to: ‘/usr/local/bin/youtube-dl’
100%[======================================>] 9,92,433 200KB/s in 5.7s
2015-09-04 09:00:07 (170 KB/s) - ‘/usr/local/bin/youtube-dl’ saved [992433/992433]
tm@tm-K55A:
$ sudo chmod a+rx /usr/local/bin/youtube-dl$ youtube-dl -f 18 https://www.youtube.com/watch?v=q0xEfdK-D1c --verbosetm@tm-K55A:
bash: /usr/bin/youtube-dl: No such file or directory
tm@tm-K55A:~$