
當我嘗試安裝 photofilmstrip 時,我被告知有問題:
Error dependency is not satisfiable: pythonwxgtk2.8
當我嘗試透過命令列安裝它時,
sudo apt-get install pythonwxgtk2.8
結果是:
Package python-wxgtk2.8 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
我安裝了pythonwxgtk3.0
,但是 photofilmstrip 仍然沒有安裝。我該怎麼辦?
答案1
這是因為該應用程式的開發很早就停止了。看https://apps.ubuntu.com/cat/applications/precise/photofilmstrip/它僅適用於 Ubuntu 13.10 因此,如果您使用更高版本,您將無法安裝該應用程式
但是,如果您仍然想安裝它,可以從以下位置下載 .deb 安裝程式包https://sourceforge.net/projects/photostoryx/但請記住,您將不會獲得任何 apt-get 更新
答案2
您可以直接從 Sourceforge 下載並安裝最新版本的 PhotoFilmStrip[這裡] 然後安裝基礎包
sudo dpkg -i photofilmstrip_3.0.0-1_all.deb
以及未滿足的依賴關係
sudo apt -f install