Can't upgrade to latest version on Linux Mint 17 #5546

Closed
opened 2026-02-21 01:15:12 -05:00 by deekerman · 1 comment
Owner

Originally created by @Aurosutru on GitHub (Sep 3, 2015).

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
tm@tm-K55A:
$ youtube-dl -f 18 https://www.youtube.com/watch?v=q0xEfdK-D1c --verbose
bash: /usr/bin/youtube-dl: No such file or directory
tm@tm-K55A:~$

Originally created by @Aurosutru on GitHub (Sep 3, 2015). 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 tm@tm-K55A:~$ youtube-dl -f 18 https://www.youtube.com/watch?v=q0xEfdK-D1c --verbose bash: /usr/bin/youtube-dl: No such file or directory tm@tm-K55A:~$
Author
Owner

@Aurosutru commented on GitHub (Sep 4, 2015):

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.

@Aurosutru commented on GitHub (Sep 4, 2015): 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#5546
No description provided.