git リポジトリから gnome evolution をインストールしたいのですが、以下のコマンドを実行するとエラーが発生します。apt /configure prefix=/opt
-get build-dep コマンドを使用したいのですが、このエラーが発生します。
E: You must put some 'source' URIs in your sources.list
/etc/apt/sources.list の uri を追加する必要があることはわかっていますが、sources.list ファイルの uri が見つかりません。どうすれば見つかりますか?
答え1
通常、ソースはバイナリ パッケージの下にあります。
# ubuntu precise
deb http://de.archive.ubuntu.com/ubuntu precise main restricted universe multiverse
deb-src http://de.archive.ubuntu.com/ubuntu precise main restricted universe multiverse
このdeb-src
行はソース リポジトリを定義します。