Linux Mint를 업그레이드할 수 없습니다. 종속성이 충족되지 않았습니다.

Linux Mint를 업그레이드할 수 없습니다. 종속성이 충족되지 않았습니다.

Linux Mint 19 "Tara" Cinnamon을 설치했는데 업그레이드하거나 sudo apt-get dist-upgrade를 실행하려고 하면 몇 가지 오류가 발생합니다.

The following packages have unmet dependencies:
 indicator-sensors:i386 : Depends: libappindicator3-1:i386 (>= 0.2.96) but it is not installed
                          Depends: libatasmart4:i386 (>= 0.13) but it is not installed
                          Depends: libc6:i386 (>= 2.3.6-6~) but it is not installed
                          Depends: libgdk-pixbuf2.0-0:i386 (>= 2.22.0) but it is not installed
                          Depends: libgirepository-1.0-1:i386 (>= 0.9.2) but it is not installed
                          Depends: libglib2.0-0:i386 (>= 2.28.0) but it is not installed
                          Depends: libgtk-3-0:i386 (>= 3.0.0) but it is not installed
                          Depends: libnotify4:i386 (>= 0.7.2) but it is not installed
                          Depends: libpeas-1.0-0:i386 (>= 1.0.0) but it is not installed
                          Depends: libsensors4:i386 (>= 1:3.0.0) but it is not installed
                          Depends: libx11-6:i386 but it is not installed
                          Depends: libxext6:i386 but it is not installed
                          Depends: dconf-gsettings-backend:i386 but it is not installed or
                                   gsettings-backend:i386
                          Depends: gir1.2-peas-1.0:i386 but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

답변1

프로그램indicator-sensors 다음과 같이 개발되어 패키징되었습니다.snap.

1) indicator-sensors해당 ppa를 삭제합니다.

sudo apt remove indicator-sensors
sudo add-apt-repository --remove ppa:alexmurray/indicator-sensors

2) 달리다sudo apt --fix-broken install

3) 업그레이드:sudo apt update && sudo apt upgrade

4) 설치 indicator-sensors패키지:

sudo apt install snapd
sudo snap install indicator-sensors

Ubuntu 16.04부터 이 패키지가 indicator-sensors올바르게 설치되지 않습니다. 몇 가지 문제가 발생할 수 있습니다.

실수: 우분투 Xenial 패키지 누락

관리자의 답변:

alexmurray가 2018-06-18에 썼습니다: #3

이제 스냅을 통해 설치할 수 있습니다.https://snapcraft.io/indicator-sensors

스냅 마운트 표시 센서

관련 정보