Linux Lite A.I. Services are now live! https://www.linuxliteos.com/shop.html


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to update software not in repo
#8
You need to reverse what ever method you installed it with in the first place. Then start fresh with this...

Code:
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

Then updates are simply..

Code:
sudo youtube-dl --update
Reply


Messages In This Thread
how to update software not in repo - by timbuck2 - 05-22-2021, 12:50 PM
Re: how to update software not in repo - by Valtam - 05-23-2021, 02:59 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)