当我尝试通过命令在 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