コマンドで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