How to install Microsoft Teams via pacman for arch linux?
a) using makepg and install package
Clone teams arch git repository (PKGBUILD)
git clone https://aur.archlinux.org/teams.git .
Build package using
makepkg
and install using -si optionmakepkg -si
See also: https://aur.archlinux.org/packages/teams/
b) alternatively use yay as package manager to easy install aur packages
if yay not installed
git clone https://aur.archlinux.org/yay.git cd yay makepkg -si
Use yay to install aur package
yay -S teams
Just run the following commands
git clone https://aur.archlinux.org/teams.git
cd teams
makepkg -si
ms teams will be installed.