데비안 jessie에 simplescreenrecorder를 설치할 때 문제가 발생했습니다.

데비안 jessie에 simplescreenrecorder를 설치할 때 문제가 발생했습니다.

최근 소스에서 다양한 소프트웨어를 컴파일하거나 apt-get 및 aptitude를 통해 설치하는 데 몇 가지 주요 문제가 발생했습니다.

문제를 해결하려고 하면 충족되지 않은 종속성이 계속 발생하여 끝없는 루프가 발생하고 실행됩니다. 끝이 없고 무엇을 해야할지 모르겠습니다.

이러한 문제 중 최신은 설치를 시도할 때 simplescreenrecorder다음과 같은 출력을 제공합니다 .

$ sudo apt-get install simplescreenrecorder
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

The following information may help to resolve the situation:

The following packages have unmet dependencies:
libstdc++6 : Breaks: gnote (<= 3.16.2-1) but 3.14.0-1 is to be installed
python3-pyqt4 : Breaks: eric (< 6.0~) but 5.4.5-1 is to be installed
simplescreenrecorder :
Depends: libavcodec-ffmpeg56 (>= 7:2.4) but it is not installable
libavcodec-ffmpeg-extra56 (>= 7:2.4) but it is not installable
Depends: libavformat-ffmpeg56 (>= 7:2.4) but it is not installable
Depends: libavutil-ffmpeg54 (>= 7:2.4) but it is not installable
Depends: libswscale-ffmpeg3 (>= 7:2.4) but it is not installable
Recommends: simplescreenrecorder-lib but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks,
this may be caused by held packages.

Cinnamon에서 이와 같은 문제가 발생했지만 해결할 수 없는 경우 어떻게 해야 합니까? Aptitude는 모든 패키지를 완전히 제거하려고 합니다. 이로 인해 시스템이 완전히 혼란에 빠지지 않을까요?

여기에 몇 가지 정보가 있습니다. 무엇이 중요하고 무엇이 중요하지 않은지 모르겠습니다. (다시 말하지만, 뇌 문제가 나를 사로잡는다진짜안개가 낀다. )

$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 8.6 (jessie)
Release:    8.6
Codename:   jessie

$ ps -e | grep tty7
934 tty7     00:17:43 Xorg

$ echo $DESKTOP_SESSION
lightdm-xsession

$ wmctrl -m
Name: Mutter (Muffin)
Class: N/A
PID: N/A

창 관리자의 "데스크톱 표시" 모드: 해당 없음

  • 디스플레이 서버: Xorg 1:7.7+7
  • 디스플레이 관리자: lightdm
  • 창관리자 : Mutter(머핀)
  • 데스크탑 환경: X-Cinnamon
  • CPU 인텔(R) 코어(TM) i7-2720QM CPU @ 2.20GHz
  • 메모리: 8GB

편집: 또한 어떤 이유로 이 시스템에서 Ubuntu를 Debian(내가 선호하는)으로 교체하는 데 도움을 준 사람은 내가 X86_64 Intel Core i7 프로세서(64비트)를 사용하고 있을 때 X86 Debian을 설치했습니다. 인터넷 정보에는 64비트 명령어 세트라고 나와 있습니다.

답변1

이것ffmpeg패키지를 jessie-backports설치하려면 에서 찾을 수 있습니다.

sources.list다음 줄을 추가하여 편집하세요.

deb http://ftp.debian.org/debian jessie-backports main 

업데이트 및 ffmpeg설치 qt4-dev-tools:

sudo apt-get update
sudo apt-get -t jessie-backports install ffmpeg
sudo apt-get install qt4-dev-tools

에서 소스코드를 다운로드하세요.여기프로그램을 빌드하세요.

git clone https://github.com/MaartenBaert/ssr/
cd ssr
./configure --without-pulseaudio --without-jack
make -j8
sudo make install

ssr터미널에서 실행:

simplescreenrecorder

관련 정보