Installation (Fedora)
1. Get the latest .rpm file from this website:
wget https: //packages .microsoft.com /yumrepos/ms-teams/ teams-[Version].x86_64.rpm
|
2. Then install the rpm file with the following command (replace "Version" with the version you've downloaded):
sudo rpm -i teams-[Version].x86_64.rpm
|
3. Start Microsoft Teams in your app drawer
hint: The package will install a repository from Microsoft, which will be user for future Teams updates.
Installation (Ubuntu/Debian)
1. Get the latest .deb file from this website:
2. Then install the rpm file with the following command (replace "Version" with the version you've downloaded):
sudo dpkg -i teams-[Version].x86_64.deb
|
3. Start Microsoft Teams in your application menu
Upgrade from pilot.ethz.ch user to ethz.ch
1. Delete the following folder in your home directory:
rm -rf ~/.config /Microsoft/Microsoft \ Teams/*
|