Guest User

Untitled

a guest
Aug 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. # youtube-dl
  2. Usage: youtube-dl [OPTIONS] URL [URL...]
  3.  
  4. youtube-dl: error: You must provide at least one URL.
  5. Type youtube-dl --help to see a list of all options.
  6.  
  7. WARNING: 0g7KawdsVSQ: writing DASH m4a. Only some players support this container. Install ffmpeg or avconv to fix this automatically.
  8. ERROR: ffprobe or avprobe not found. Please install one.
  9.  
  10. Reading package lists... Done
  11. Building dependency tree
  12. Reading state information... Done
  13. Calculating upgrade... E: Unable to locate package youtube-dl
  14.  
  15. # apt-get install ffmpeg
  16. Reading package lists... Done
  17. Building dependency tree
  18. Reading state information... Done
  19. Package ffmpeg is not available, but is referred to by another package.
  20. This may mean that the package is missing, has been obsoleted, or
  21. is only available from another source
  22.  
  23. >
  24. >
  25. > # apt-cache policy youtube-dl ffmpeg
  26. >
  27. >
  28. >
  29. > > ffmpeg:
  30. > > Installed: (none)
  31. > > Candidate: (none)
  32. > > Version table:
  33. > > N: Unable to locate package youtube-dl
  34.  
  35. # apt-cache policy
  36.  
  37. Package files:
  38. 100 /var/lib/dpkg/status
  39. release a=now
  40. 500 http://security.kali.org/kali-security/ sana/updates/non-free amd64 Packages
  41. release o=Kali,a=kali-current,n=sana,c=non-free
  42. origin security.kali.org
  43. 500 http://security.kali.org/kali-security/ sana/updates/contrib amd64 Packages
  44. release o=Kali,a=kali-current,n=sana,c=contrib
  45. origin security.kali.org
  46. 500 http://security.kali.org/kali-security/ sana/updates/main amd64 Packages
  47. release o=Kali,a=kali-current,n=sana,c=main
  48. origin security.kali.org
  49. Pinned packages:
  50.  
  51. #
  52.  
  53. # deb cdrom:[Debian GNU/Linux 2.0 _Sana_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150811-08:02]/ sana contrib main non-free
  54.  
  55. #deb cdrom:[Debian GNU/Linux 2.0 _Sana_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150811-08:02]/ sana contrib main non-free
  56.  
  57. deb http://security.kali.org/kali-security/ sana/updates main contrib non-free
  58. deb-src http://security.kali.org/kali-security/ sana/updates main contrib non-free
  59.  
  60. deb http://http.kali.org/kali sana main non-free contrib
  61. deb http://security.kali.org/kali-security sana/updates main contrib non-free
Add Comment
Please, Sign In to add comment