저는 우분투를 처음 사용합니다. 터미널에 다음 줄을 입력했습니다.
sudo add-apt-repository ppa:scribus/ppa
sudo apt update
sudo apt install scribus-ng
처음 두 코드는 작동하지만 세 번째 문의 경우 결과는 다음과 같습니다.
sudo apt install scribus-ng
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libmetacity-private3a : Depends: metacity-common (= 1:3.18.7-0ubuntu0.3) but 1:3.18.7-0ubuntu0.2 is to be installed
scribus-ng : Depends: python-tk but it is not going to be installed
Depends: scribus-ng-data (= 1.5.2-0ubuntu16.04.0~ppa0) but it is not going to be installed
Depends: libgraphicsmagick-q16-3 (>= 1.3.5) but it is not going to be installed
Depends: libopenscenegraph100v5 but it is not going to be installed
Depends: libpodofo0.9.3 but it is not going to be installed
Recommends: fonts-dejavu but it is not going to be installed
Recommends: icc-profiles-free but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
이 오류가 발생합니다. 어떻게 극복할 수 있나요?