SSHPass Linux Ubuntu를 설치하지 못했습니다.

SSHPass Linux Ubuntu를 설치하지 못했습니다.

sudo apt-get updatesshpass 라이브러리를 설치하려고 시도한 후

sudo apt-get install sshpass

하지만 다음과 같은 오류 메시지가 나타납니다.

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:
 yate-alsa : Depends: yate-core (= 5.4.0-1-1ubuntu2) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

yate-core그게 무엇 인지, 왜 이 오류 메시지가 나타나는지 모르겠습니다 . 어떤 생각?

[업데이트]

실행한 후 sudo apt-get install -f다음을 얻습니다.

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:
  gstreamer0.10-gconf gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-pulseaudio gstreamer0.10-x libgstreamer-plugins-base0.10-0 libgstreamer0.10-0
  libyate5.2.0 linux-headers-4.4.0-45 linux-headers-4.4.0-45-generic linux-headers-4.4.0-47 linux-headers-4.4.0-47-generic linux-headers-4.4.0-51
  linux-headers-4.4.0-51-generic linux-headers-4.4.0-53 linux-headers-4.4.0-53-generic linux-headers-4.4.0-57 linux-headers-4.4.0-57-generic linux-headers-4.4.0-59
  linux-headers-4.4.0-59-generic linux-image-4.2.0-42-generic linux-image-4.4.0-45-generic linux-image-4.4.0-47-generic linux-image-4.4.0-51-generic
  linux-image-4.4.0-53-generic linux-image-4.4.0-57-generic linux-image-4.4.0-59-generic linux-image-extra-4.2.0-42-generic linux-image-extra-4.4.0-45-generic
  linux-image-extra-4.4.0-47-generic linux-image-extra-4.4.0-51-generic linux-image-extra-4.4.0-53-generic linux-image-extra-4.4.0-57-generic
  linux-image-extra-4.4.0-59-generic linux-signed-image-4.2.0-42-generic linux-signed-image-4.4.0-45-generic linux-signed-image-4.4.0-47-generic
  linux-signed-image-4.4.0-51-generic linux-signed-image-4.4.0-53-generic linux-signed-image-4.4.0-57-generic linux-signed-image-4.4.0-59-generic ubuntu-core-launcher
  yate-alsa yate-core
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  yate-core
The following NEW packages will be installed:
  yate-core
0 upgraded, 1 newly installed, 0 to remove and 198 not upgraded.
1 not fully installed or removed.
Need to get 0 B/1,517 kB of archives.
After this operation, 5,920 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
(Reading database ... 443120 files and directories currently installed.)
Preparing to unpack .../yate-core_5.4.0-1-1ubuntu2_amd64.deb ...
Unpacking yate-core (5.4.0-1-1ubuntu2) ...
dpkg: error processing archive /var/cache/apt/archives/yate-core_5.4.0-1-1ubuntu2_amd64.deb (--unpack):
 trying to overwrite '/etc/yate/ysipchan.conf', which is also in package yate 5.5.1-ubuntu1-sico2~xenial
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/yate-core_5.4.0-1-1ubuntu2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

관련 정보