在Fedora/Ubuntu/Debian Linux上安装Microsoft团队
时间:2020-02-23 14:33:00 来源:igfitidea点击:
Microsoft已发布其团队应用于Linux用户。
Microsoft团队是通过视频会议,消息和聊天,文件共享以及与Git,Monitoring Tools,CI/CD Pipelines 等的统一沟通,文件共享以及与其他应用程序进行统一通信和协作的应用程序。
本教程将讨论如何在Ubuntu/Fedora和Debian Linux操作系统上安装Microsoft团队。
在Fedora安装Microsoft团队
RPM包可用于Fedora和Centos用户。
软件包可用于从发布页面下载。
wget https://packages.microsoft.com/yumrepos/ms-teams/teams-1.2.00.32451-1.x86_64.rpm
下载包后,使用dnf命令安装它。
$sudo dnf localinstall teams-1.2.00.32451-1.x86_64.rpm Last metadata expiration check: 0:01:30 ago on Wed 11 Dec 2019 09:57:54 PM EAT. Dependencies resolved. =================================================================================================================================================== Package Architecture Version Repository Size =================================================================================================================================================== Installing: teams x86_64 1.2.00.32451-1 @commandline 85 M Transaction Summary =================================================================================================================================================== Install 1 Package Total size: 85 M Installed size: 228 M Is this ok [y/N]: y
按Y键开始在Fedora上安装Microsoft团队。
在Ubuntu/Debian Linux上安装Microsoft团队
我们使用RPM包在Fedora上安装Microsoft团队,对于Debian和Ubuntu Linux机器,我们将使用.deb包。
wget https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.2.00.32451_amd64.deb
然后使用命令安装在Ubuntu/Debian Linux机器上的团队:
sudo dpkg -i teams_1.2.00.32451_amd64.deb
如果我们遇到依赖性问题,请运行:
sudo apt -y -f install
启动并在Linux上使用Microsoft团队
安装后,使用命令行界面或者从桌面环境启动应用程序。
提供组织电子邮件地址以进行登录或者创建新帐户,然后单击"下一步"。