0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

UbuntuStudioにMicrosoft Teamsをインストールする。

Last updated at Posted at 2021-05-31

Ubuntu Studio 20.04.2 LTS (Focal Fossa)
にて動作確認しました。

#パッケージを使用して Microsoft Teams をインストールする
https://aka.ms/getteams からDEBパッケージをダウンロードします。
ターミナルから、

sudo dpkg -i **teams download file**

と入力します。
Teams は、アクティビティから起動することも、ターミナルから「teams」と入力して起動することもできます。

#コマンドラインから手動でMicrosoft Teams をインストールする

sudo apt install curl
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -

sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main" > /etc/apt/sources.list.d/teams.list'

sudo apt update
sudo apt install teams

コマンド 'teams' が見つかりません。次の方法でインストールできます:

sudo snap install teams

Microsoft Teams のクライアントを取得する
2021/04/19
https://docs.microsoft.com/ja-jp/microsoftteams/get-clients

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?