4

I use youtube-dl command for downloading the videos from Youtube. But now it is not working. So I thought it need to be update. I used youtube-dl -U to update, but they show the following message:

message shown by Terminal

So what should now I do?

David Foerster
  • 35,754
  • 55
  • 92
  • 145
Freddy
  • 1,329
  • 5
  • 17
  • 37

2 Answers2

14

To update from command line, use the following:

sudo apt-get update
sudo apt-get dist-upgrade
Dremor
  • 773
  • 1
  • 6
  • 15
4

To update type the following in command line

sudo apt-get update && apt-get upgrade
Bharat
  • 677
  • 3
  • 7
  • 25