ソースファイルはこちらからダウンロードできます。最新の安定版を使いたい。
Raringの最新バージョンを こちらからダウンロードします
インストール中..
.debファイルをダウンロードしたダウンロードまたはディレクトリに移動します。
cd ~/Downloads
実行してインストール:
Sudo dpkg -i cheese_3.8.2-0ubuntu1~raring1_i386.deb
Cheeseの依存パッケージがインストールされていることを確認してください。実行すると:
$ Sudo dpkg -i cheese_3.8.2-0ubuntu1~raring1_i386.deb
エラーメッセージが表示されます。
Selecting previously unselected package cheese.
(Reading database ... 227378 files and directories currently installed.)
Unpacking cheese (from cheese_3.8.2-0ubuntu1~raring1_i386.deb) ...
dpkg: dependency problems prevent configuration of cheese:
cheese depends on libcheese-gtk23 (>= 3.4.0); however:
Package libcheese-gtk23 is not installed.
cheese depends on libcheese7 (>= 3.5.1); however:
Package libcheese7 is not installed.
cheese depends on libclutter-1.0-0 (>= 1.13.0); however:
Version of libclutter-1.0-0 on system is 1.10.6-1~precise1.
cheese depends on libclutter-gtk-1.0-0 (>= 1.4.0); however:
Version of libclutter-gtk-1.0-0 on system is 1.2.0-0ubuntu1.
cheese depends on libglib2.0-0 (>= 2.35.9); however:
Version of libglib2.0-0 on system is 2.32.3-0ubuntu1.
cheese depends on libgnome-desktop-3-7 (>= 3.2.0); however:
Package libgnome-desktop-3-7 is not installed.
cheese depends on libgstreamer1.0-0 (>= 1.0.0); however:
Package libgstreamer1.0-0 is not installed.
cheese depends on libgtk-3-0 (>= 3.6); however:
Version of libgtk-3-0 on system is 3.4.2-0ubuntu0.5.
cheese depends on cheese-common (>= 3.4); however:
Package cheese-common is not installed.
cheese depends on gnome-video-effects; however:
Package gnome-video-effects is not installed.
dpkg: error processing cheese (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
Processing triggers for desktop-file-utils ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for gnome-menus ...
Errors were encountered while processing:
cheese
壊れたパッケージをインストールします。したがって、次のコマンドを実行して、この壊れたパッケージを修正します。
$ Sudo apt-get -f install
$ Sudo apt-get update
$ Sudo apt-get upgrade
apt-get upgrade
は、最新のライブラリファイルがあることを保証するために必要です。
次に、依存パッケージでインストールする方法(ここにあります:)
cheese-common
gir1.2-cheese-3.0
libcheese-dev
libcheese-doc
libcheese-gtk-dev
libcheese-gtk23
およびlibcheese7
ダウンロードします ここから 1つずつ、cheese_3.8.2-0ubuntu1〜raring1_i386.debが保存されている同じディレクトリに配置します。
次に、ディレクトリcheeseに移動して、このコマンドを実行します(私は、すべての.debファイルをディレクトリcheeseシステムのどこかに。):
$ Sudo dpkg -i *.deb
さらに援助を求めて返信してください。