This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
kb:linux:lts14p04 [2015/02/22 10:23] Allen Smith small note |
kb:linux:lts14p04 [2016/01/13 20:35] (current) |
||
---|---|---|---|
Line 33: | Line 33: | ||
* [[kb:linux:lts14p04skpebroken|Skype on LTS Linux is Broken]] ... why I would use Google Hangouts instead of Skype w/ Linux | * [[kb:linux:lts14p04skpebroken|Skype on LTS Linux is Broken]] ... why I would use Google Hangouts instead of Skype w/ Linux | ||
* Install YouTube-dl ← an entirely text based Command Line package, that works well with many sites<code> | * Install YouTube-dl ← an entirely text based Command Line package, that works well with many sites<code> | ||
- | sudo curl https://yt-dl.org/downloads/2014.09.29.2/youtube-dl -o /usr/local/bin/youtube-dl | + | sudo curl https://yt-dl.org/downloads/2015.03.28/youtube-dl -o /usr/local/bin/youtube-dl |
sudo chmod a+x /usr/local/bin/youtube-dl</code> | sudo chmod a+x /usr/local/bin/youtube-dl</code> | ||
<note tip>Installing youtube-dl uisng the instructions found at http://rg3.github.io/youtube-dl/download.html (the above commands) permits the build-in upgrade function of youtube-dl to work.</note> | <note tip>Installing youtube-dl uisng the instructions found at http://rg3.github.io/youtube-dl/download.html (the above commands) permits the build-in upgrade function of youtube-dl to work.</note> |