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

PREVIOUS NEXT
Code Example
Shell :: pip install sys 
Shell :: terminal get number of files in dir 
Shell :: update vs code in ubuntu 
Shell :: php restart 
Shell :: hello world powershell 
Shell :: apt list repositories 
Shell :: install google chrome ubuntu 
Shell :: necessary tools to install on kali linux WSL 
Shell :: find empty files linux 
Shell :: linux get uuid of partition 
Shell :: Habilitar la ejecución de scripts para Powershell 
Shell :: Warning: os-prober will not be executed to detect other bootable partitions. Systems on them will not be added to the GRUB boot configuration. 
Shell :: install php 7.4 chocolatey 
Shell :: remove spotify for ubuntu 
Shell :: The file will have its original line endings in your working directory 
Shell :: Failed to restart apache2.service: Unit not found. 
Shell :: linux process vs service vs daemon 
Shell :: command to install fish shell 
Shell :: how to check bluetooth driver version in ubuntu 
Shell :: restart apache 
Shell :: how to change git remote origin 
Shell :: how to install npm in ubuntu 
Shell :: pip upgrade stramlit 
Shell :: delete git repository command line 
Shell :: download woeusb for ubuntu 20.04 
Shell :: bash check parameter is set 
Shell :: how to uninstall composer in ubuntu 
Shell :: how to stop gunicorn 
Shell :: install filezilla ubuntu 
Shell :: could not resolve head to a revision brew 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =