적절한 설치를 할 수 없습니다

적절한 설치를 할 수 없습니다

최근 Ubuntu에서 Microsoft Teams를 제거했습니다. 그 후, 다른 응용 프로그램을 설치할 때마다 다음 메시지가 나타납니다. 저는 Unix 전문가가 아니며 여기서 도움을 주시면 대단히 감사하겠습니다.

The following packages have unmet dependencies:
 teams : Depends: libgtk-3-0 (>= 3.19.12) but 3.18.9-1ubuntu3.3 is installed
E: Unmet dependencies. Try using -f.

나는 성공하지 않고 다음 명령을 시도했습니다.

sudo apt-get clean

나는 다음 명령을 시도했다

sudo apt-get install --dry-run

그리고 o/p는 -

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:
 teams : Depends: libgtk-3-0 (>= 3.19.12) but 3.18.9-1ubuntu3.3 is installed
E: Unmet dependencies. Try using -f.

무엇을 설치하려고 해도 같은 메시지가 나타납니다.

우분투 16을 사용하고 있습니다

제안한대로 명령을 실행했습니다.

sudo apt-get -f install

다음과 같은 결과를 얻었습니다.

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  gimp-data gimp-help-common gimp-help-en gyp javascript-common libamd2.4.1 libappindicator1 libbabl-0.1-0 libcamd2.4.1 libccolamd2.9.1
  libcholmod3.0.6 libevent-core-2.0-5 libgegl-0.3-0 libgimp2.0 libindicator7 libjs-inherits libjs-jquery libjs-node-uuid libjs-underscore
  libsdl1.2debian libssl-dev libssl-doc libumfpack5.7.1 libuv1 libuv1-dev linux-headers-4.15.0-122 linux-headers-4.15.0-122-generic
  linux-headers-4.15.0-123 linux-headers-4.15.0-123-generic linux-headers-4.15.0-126 linux-headers-4.15.0-126-generic linux-image-4.15.0-122-generic
  linux-image-4.15.0-123-generic linux-image-4.15.0-126-generic linux-modules-4.15.0-122-generic linux-modules-4.15.0-123-generic
  linux-modules-4.15.0-126-generic linux-modules-extra-4.15.0-122-generic linux-modules-extra-4.15.0-123-generic
  linux-modules-extra-4.15.0-126-generic mypaint-data python-cairo python-gi python-gi-cairo python-gobject-2 python-gtk2 python-numpy
  python-pkg-resources snapd-login-service ubuntu-advantage-tools zlib1g-dev
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  teams
0 upgraded, 0 newly installed, 1 to remove and 110 not upgraded.
1 not fully installed or removed.
After this operation, 297 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 369322 files and directories currently installed.)
Removing teams (1.4.00.13653) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.2) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20180209-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...

관련 정보