Ubuntu 16.04에 photofilmstrip을 어떻게 설치합니까?

Ubuntu 16.04에 photofilmstrip을 어떻게 설치합니까?

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.0photofilmstrip이 여전히 설치되지 않습니다. 어떻게 해야 하나요?

답변1

시간이 지나면서 앱 개발이 중단됐기 때문이다. 보다https://apps.ubuntu.com/cat/applications/precise/photofilmstrip/Ubuntu 13.10까지만 사용 가능하므로 상위 버전을 사용하는 경우 앱을 설치할 수 없습니다.

그러나 여전히 설치하고 싶다면 다음에서 .deb 설치 프로그램 팩을 다운로드할 수 있습니다.https://sourceforge.net/projects/photostoryx/하지만 이에 대한 적절한 업데이트를 받을 수 없다는 점을 기억하세요.

답변2

Sourceforge에서 직접 PhotoFilmStrip의 최신 버전을 다운로드하여 설치할 수 있습니다.[여기] 그런 다음 기본 패키지를 설치하십시오.

sudo dpkg -i photofilmstrip_3.0.0-1_all.deb

충족되지 않은 종속성

sudo apt -f install

관련 정보