LoginSignup
1
2

More than 5 years have passed since last update.

Ubuntu 12.04 で Unable to locate package libopus-dev の対応 ヽ(゚ー゚*ヽ)(ノ*゚ー゚)ノわぁい

Last updated at Posted at 2014-11-17

変な動画解釈エンジンscleenをつくってます。一緒にごにょごにょするひと募集中です :smile:

:scream: ffmpeg インストール時に件名のエラーが出た時の対応

sudo apt-get install libopus-dev

これは見つからないと言われるので、検索対象のレポジトリを追加 :8ball: します。

sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get dist-upgrade

をしたいです。でも、add-apt-repository は無いです :cry: 入れます。

sudo apt-get install software-properties

何故かこれで入ります :smiley: 入れたらもう一度です :train2: これで、libopus-dev インストールできます。

sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install libopus-dev

libopus-dev 自体、今回は、ffmpegのコンパイル時のエラーですが、別にいらなければスキップできます :thumbsup: ffmpegのインストレーション手順をよく読んでね :book:

参考資料

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2