Rocky Linux 8.5にコラボレーションプラットフォーム MicrosoftTeamsをインストールする
環境
# cat /etc/redhat-release
Rocky Linux release 8.5 (Green Obsidian)
インストールの方法
1.リポジトリを追加します
# sudo tee /etc/yum.repos.d/msteams.repo<<EOF
> [ms-teams]
> name=Microsoft Teams YUM Repository
> baseurl=https://packages.microsoft.com/yumrepos/ms-teams/
> enabled=1
> gpgcheck=0
> EOF
[ms-teams]
name=Microsoft Teams YUM Repository
baseurl=https://packages.microsoft.com/yumrepos/ms-teams/
enabled=1
gpgcheck=0
# sudo tee /etc/yum.repos.d/msteams.repo<<EOF
> [ms-teams]
> name=Microsoft Teams YUM Repository
> baseurl=https://packages.microsoft.com/yumrepos/ms-teams/
> enabled=1
> gpgcheck=0
> EOF
[ms-teams]
name=Microsoft Teams YUM Repository
baseurl=https://packages.microsoft.com/yumrepos/ms-teams/
enabled=1
gpgcheck=0
# sudo tee /etc/yum.repos.d/msteams.repo<<EOF > [ms-teams] > name=Microsoft Teams YUM Repository > baseurl=https://packages.microsoft.com/yumrepos/ms-teams/ > enabled=1 > gpgcheck=0 > EOF [ms-teams] name=Microsoft Teams YUM Repository baseurl=https://packages.microsoft.com/yumrepos/ms-teams/ enabled=1 gpgcheck=0
2.「ms-teams」という名前のリポジトリを確認します
# yum repolist
repo id repo の名前
appstream Rocky Linux 8 - AppStream
baseos Rocky Linux 8 - BaseOS
epel Extra Packages for Enterprise Linux 8 - x86_64
epel-modular Extra Packages for Enterprise Linux Modular 8 - x86_64
extras Rocky Linux 8 - Extras
ms-teams Microsoft Teams YUM Repository
# yum repolist
repo id repo の名前
appstream Rocky Linux 8 - AppStream
baseos Rocky Linux 8 - BaseOS
epel Extra Packages for Enterprise Linux 8 - x86_64
epel-modular Extra Packages for Enterprise Linux Modular 8 - x86_64
extras Rocky Linux 8 - Extras
ms-teams Microsoft Teams YUM Repository
# yum repolist repo id repo の名前 appstream Rocky Linux 8 - AppStream baseos Rocky Linux 8 - BaseOS epel Extra Packages for Enterprise Linux 8 - x86_64 epel-modular Extra Packages for Enterprise Linux Modular 8 - x86_64 extras Rocky Linux 8 - Extras ms-teams Microsoft Teams YUM Repository
3.使用可能パッケージのバージョンを確認します
# sudo dnf --showduplicates list teams
Microsoft Teams YUM Repository 42 kB/s | 45 kB 00:01
利用可能なパッケージ
teams.x86_64 1.2.00.32451-1 ms-teams
teams.x86_64 1.3.00.958-1 ms-teams
teams.x86_64 1.3.00.5153-1 ms-teams
teams.x86_64 1.3.00.16851-1 ms-teams
teams.x86_64 1.3.00.25560-1 ms-teams
teams.x86_64 1.3.00.30857-1 ms-teams
teams.x86_64 1.4.00.4855-1 ms-teams
teams.x86_64 1.4.00.7556-1 ms-teams
teams.x86_64 1.4.00.13653-1 ms-teams
teams.x86_64 1.4.00.26453-1 ms-teams
# sudo dnf --showduplicates list teams
Microsoft Teams YUM Repository 42 kB/s | 45 kB 00:01
利用可能なパッケージ
teams.x86_64 1.2.00.32451-1 ms-teams
teams.x86_64 1.3.00.958-1 ms-teams
teams.x86_64 1.3.00.5153-1 ms-teams
teams.x86_64 1.3.00.16851-1 ms-teams
teams.x86_64 1.3.00.25560-1 ms-teams
teams.x86_64 1.3.00.30857-1 ms-teams
teams.x86_64 1.4.00.4855-1 ms-teams
teams.x86_64 1.4.00.7556-1 ms-teams
teams.x86_64 1.4.00.13653-1 ms-teams
teams.x86_64 1.4.00.26453-1 ms-teams
# sudo dnf --showduplicates list teams Microsoft Teams YUM Repository 42 kB/s | 45 kB 00:01 利用可能なパッケージ teams.x86_64 1.2.00.32451-1 ms-teams teams.x86_64 1.3.00.958-1 ms-teams teams.x86_64 1.3.00.5153-1 ms-teams teams.x86_64 1.3.00.16851-1 ms-teams teams.x86_64 1.3.00.25560-1 ms-teams teams.x86_64 1.3.00.30857-1 ms-teams teams.x86_64 1.4.00.4855-1 ms-teams teams.x86_64 1.4.00.7556-1 ms-teams teams.x86_64 1.4.00.13653-1 ms-teams teams.x86_64 1.4.00.26453-1 ms-teams
4.MicrosoftTeamsをインストールします
# sudo dnf install teams
5.MicrosoftTeamsを起動します
「アプリケーション」->「インターネット」->「Microsoft Teams Preview」を起動します