Ich habe das Programm installiert, aber als ich es aktualisieren wollte, konnte es es nicht finden

Ich habe das Programm installiert, aber als ich es aktualisieren wollte, konnte es es nicht finden

Ich hatte youtube-dl installiert:

# youtube-dl
Usage: youtube-dl [OPTIONS] URL [URL...]

youtube-dl: error: You must provide at least one URL.
Type youtube-dl --help to see a list of all options.

Aber wenn ich es mit --extract-audio --audio-format mp3 [URL] ausführe, endete es mit

WARNING: 0g7KawdsVSQ: writing DASH m4a. Only some players support this container. Install ffmpeg or avconv to fix this automatically.
ERROR: ffprobe or avprobe not found. Please install one.

Und wenn ich das youtube-dl-Paket aktualisieren möchte, um zusätzliche Dateien zu installieren:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... E: Unable to locate package youtube-dl

Und wenn ich ffmpeg installieren möchte:

# apt-get install ffmpeg
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package ffmpeg is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Ein paar Details:

  • Verwende Kali GNU/Linux 2.0 (sana) 64-Bit.

  • Ich versuche, ein Upgrade mit dem folgenden Befehl durchzuführen:apt-get upgrade youtube-dl

>   
> 
>  # apt-cache policy youtube-dl ffmpeg
> 
>     
> 
> > ffmpeg:
> >       Installed: (none)
> >       Candidate: (none)
> >       Version table:
> >     N: Unable to locate package youtube-dl
# apt-cache policy
Package files:
 100 /var/lib/dpkg/status
     release a=now
 500 http://security.kali.org/kali-security/ sana/updates/non-free amd64 Packages
     release o=Kali,a=kali-current,n=sana,c=non-free
     origin security.kali.org
 500 http://security.kali.org/kali-security/ sana/updates/contrib amd64 Packages
     release o=Kali,a=kali-current,n=sana,c=contrib
     origin security.kali.org
 500 http://security.kali.org/kali-security/ sana/updates/main amd64 Packages
     release o=Kali,a=kali-current,n=sana,c=main
     origin security.kali.org
Pinned packages:

EDID 2: Quellen.Liste

# 

# deb cdrom:[Debian GNU/Linux 2.0 _Sana_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150811-08:02]/ sana contrib main non-free

#deb cdrom:[Debian GNU/Linux 2.0 _Sana_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150811-08:02]/ sana contrib main non-free

deb http://security.kali.org/kali-security/ sana/updates main contrib non-free
deb-src http://security.kali.org/kali-security/ sana/updates main contrib non-free

Antwort1

Ihnen fehlen Quellen in Ihrem sources.list.

SehenKali-Quellen.Liste-Repositorys, was sagt:

Bei einer standardmäßigen, sauberen Installation von Kali Linux sollten die folgenden beiden Einträge in /etc/apt/sources.list vorhanden sein:

deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free

Sie scheinen die zweite Zeile zu haben, aber nicht die erste. Überprüfen Sie Ihre sources.list.

verwandte Informationen