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 :: nuget reinstall packages 
Shell :: How can I check if a directory exists in a Bash shell script? 
Shell :: install dpkg vscode 
Shell :: store environment variables firebase 
Shell :: docker build requires exactly 1 argument 
Shell :: docker compose installation 
Shell :: delete a folder then git push 
Shell :: git config global username and email 
Shell :: install pytorch in virtual environment 
Shell :: how to setup path using git bash in windows 
Shell :: install node on fish-shell 
Shell :: exit branch git 
Shell :: bash script assign array to variable 
Shell :: microphone auto adjusting ubuntu 
Shell :: trash linux command 
Shell :: move files from local to remote ssh 
Shell :: docker push image 
Shell :: docker run 
Shell :: how to install pytesseract in rpi 
Shell :: docker answer dialog 
Shell :: How to check if you are in tmux bash 
Shell :: to remove hidden repository 
Shell :: show files of certain type in a repository ubuntu 
Shell :: opencart install extension Invalid file type! 
Shell :: roundcube cannot connect to storage server 
Shell :: adding master changes to a branch 
Shell :: vim-gnome has no installation candidate 
Shell :: Install ktlint in command line 
Shell :: run command on terminal startup 
Shell :: wget https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =