Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

installer microsoft teams ubuntu

wget https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.3.00.30857_amd64.deb
Comment

microsoft team ubuntu

dnf install teams-1.3.00.5153-1.x86_64.rpm
Comment

microsoft team ubuntu

cd /tmpwget https://packages.microsoft.com/yumrepos/ms-teams/teams-1.3.00.5153-1.x86_64.rpm
Comment

PREVIOUS NEXT
Code Example
Shell :: check connected wifi details on kali 
Shell :: mac see current path2 
Shell :: obs studio fedora 
Shell :: redis install ubuntu 20.04 
Shell :: linux terminal color change 
Shell :: flush the port 3001 
Shell :: remi repo 
Shell :: what version of linux am i running 
Shell :: shell remove file 
Shell :: angular cli interface generate 
Shell :: anbox install google play store 
Shell :: git submodule push current branch to master 
Shell :: linux add user to group 
Shell :: ss in linux command stands for 
Shell :: intel hd 4000 ubuntu driver 
Shell :: linux update 
Shell :: gitlab server certificate verification failed 
Shell :: storage setup in termux 
Shell :: aws cli upload folder to s3 
Shell :: ver particiones montadas linux 
Shell :: Unzip all zip files in a proper directory 
Shell :: pen() "/var/lib/nginx/tmp/client_body/0000000001" failed (13: Permission denied), client: 
Shell :: git apply exclude file 
Shell :: raspberry pi default username 
Shell :: how to mount device linux 
Shell :: how to terminate localhost 3000 linux 
Shell :: how t oadd ssl to a subdomain in nginx 
Shell :: gulp install 
Shell :: restore git stash 
Shell :: add husky commitlint 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =