Horje
microsoft team ubuntu Code Example
intall teams on ubuntu
#option1
wget https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.3.00.5153_amd64.deb
sudo apt install ./teams_1.3.00.5153_amd64.deb

#option2
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
echo "deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main" > /etc/apt/sources.list.d/teams.list
apt update
apt install teams
installer microsoft teams ubuntu
wget https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.3.00.30857_amd64.deb
microsoft team ubuntu
dnf install teams-1.3.00.5153-1.x86_64.rpm
microsoft team ubuntu
cd /tmpwget https://packages.microsoft.com/yumrepos/ms-teams/teams-1.3.00.5153-1.x86_64.rpm




Shell

Related
vim get color name at cursor Code Example vim get color name at cursor Code Example
filter match in line sed Code Example filter match in line sed Code Example
sed replace Code Example sed replace Code Example
copy data to kubernetes pod Code Example copy data to kubernetes pod Code Example
sed use match in replacement Code Example sed use match in replacement Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12