명령을 통해 Ubuntu 16 노트북에 Teams를 설치하려고 하면
sudo apt-get install teams
다음 오류가 발생합니다.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
teams : Depends: libgtk-3-0 (>= 3.19.12) but 3.18.9-1ubuntu3.3 is to be installed
E: Unable to correct problems, you have held broken packages.
답변1
teams
에서 설치할 수 있습니다 .플랫 허브:
sudo apt install flatpak
flatpak install flathub com.microsoft.Teams
또는스냅샷을 통해:
sudo snap install teams
Ubuntu 16.04 Flatpak에서는 다음을 통해 설치할 수 있습니다.
sudo add-apt-repository ppa:alexlarsson/flatpak
sudo apt update
sudo apt install flatpak
또는 "Flatpak" 팀 ppa에서:
sudo add-apt-repository ppa:flatpak/stable