プログラムをインストールしましたが、アップグレードしようとしていません。

プログラムをインストールしましたが、アップグレードしようとしていません。

youtube-dlをインストールしました。

# 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.

しかし、--extract-audio --audio-format mp3 [URL]で実行すると、次のようになります。

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.

youtube-dl パッケージをアップグレードするには、次の追加ファイルをインストールする必要があります。

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

ffmpegをインストールしたい場合:

# 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

いくつかの詳細:

  • Kali GNU/Linux 2.0(sana) 64ビットを使用。

  • 次のコマンドを使用してアップグレードしようとしています。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: ソース.リスト

# 

# 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

ベストアンサー1

あなたのsources.list

バラよりKali resources.list リポジトリ、内容は次のとおりです。

Kali Linuxを標準で新規インストールする場合は、/etc/apt/sources.listに次の2つのエントリが必要です。

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

2行目があるようですが、1行目はありません。あなたの事を確かめなさいsources.list

おすすめ記事