How to install Microsoft Teams via pacman for arch linux?

a) using makepg and install package

  1. Clone teams arch git repository (PKGBUILD)

    git clone https://aur.archlinux.org/teams.git .
    
  2. Build package using makepkg and install using -si option

    makepkg -si
    

See also: https://aur.archlinux.org/packages/teams/

b) alternatively use yay as package manager to easy install aur packages

  1. if yay not installed

    git clone https://aur.archlinux.org/yay.git
    cd yay
    makepkg -si
    
  2. 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.