종속성 문제(gir 1.2)로 VLC(문제가 있는 PPA)를 설치할 수 없습니다.

종속성 문제(gir 1.2)로 VLC(문제가 있는 PPA)를 설치할 수 없습니다.

소프트웨어 업데이터를 통해 정기적인 업데이트를 수행한 직후 오류가 발생했으며 그 이후에는 소프트웨어와 Ubuntu를 수동으로 업그레이드할 수 없습니다.

내가 달릴 때

sudo apt upgrade
[sudo] password for gaj: 
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:
 gir1.2-peas-1.0 : Depends: libpeas-1.0-0 (>= 1.18.0) but 1.16.0-1ubuntu2 is installed
E: Unmet dependencies. Try using -f.

실행 sudo-apt -f install결과:

The following packages will be upgraded:
  libpeas-1.0-0
1 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
2 not fully installed or removed.
Need to get 0 B/197 kB of archives.
After this operation, 43,0 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 297813 files and directories currently installed.)
Preparing to unpack .../libpeas-1.0-0_1.18.0-2~ubuntu16.04.1~ppa1_amd64.deb ...
Unpacking libpeas-1.0-0 (1.18.0-2~ubuntu16.04.1~ppa1) over (1.16.0-1ubuntu2) ...
dpkg: error processing archive /var/cache/apt/archives/libpeas-1.0-0_1.18.0-2~ubuntu16.04.1~ppa1_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/libpeas-1.0/loaders/libpython3loader.so', which is also in package libpeas-1.0-0-python3loader 1.16.0-1ubuntu2
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Errors were encountered while processing:
 /var/cache/apt/archives/libpeas-1.0-0_1.18.0-2~ubuntu16.04.1~ppa1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

이제 나는 다음을 시도했습니다.

sudo dpkg -- configure -a
sudo apt-get install -f
sudo apt-get update
sudo apt-get upgrade
sudo apt-get upgrade -f

아무것도 작동하지 않는 것 같습니다. 종속성을 어떻게 수정할 수 있나요? 관련 파일인 것 같습니다. 소프트웨어를 설치하지 않았습니다.

나는 내가 가지고 있다는 것을 발견했다.문제가 있는 PPA, 비활성화할 수 있었고 문제가 없었습니다.

**PPA: **http://ppa.launchpad.net/nicola-onorata/desktop/ubuntu****

그러나 이를 비활성화하면 예를 들어 VLC를 설치할 수 없습니다. 다음과 같은 종속 항목이 누락되었습니다.

vlc : Depends: libgles1-mesa (>= 7.8.1) but it is not going to be installed or
                libgles1

어떤 충고? 감사합니다.

답변1

다음을 시도해 볼 수 있습니다.하지만 경고하세요. 시스템이 손상될 가능성이 있습니다.:

sudo dpkg --purge --pending
sudo apt-get install -f

관련 정보