Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

check jitsi ubuntu version

dpkg -l | grep jitsi
Comment

install jitsi on ubuntu

First install the Jitsi repository key onto your system:
curl https://download.jitsi.org/jitsi-key.gpg.key | sudo sh -c 'gpg --dearmor > /usr/share/keyrings/jitsi-keyring.gpg'

Create a sources.list.d file with the repository:
echo 'deb [signed-by=/usr/share/keyrings/jitsi-keyring.gpg] https://download.jitsi.org stable/' | sudo tee /etc/apt/sources.list.d/jitsi-stable.list > /dev/null

Update your package list:
sudo apt-get update

Install the full suite:
sudo apt-get install jitsi-meet

or only the packages you need like for example:
sudo apt-get -y install jitsi-videobridge
sudo apt-get -y install jicofo
sudo apt-get -y install jigasi

Comment

PREVIOUS NEXT
Code Example
Shell :: bash location of substring match within string 
Shell :: uninstall vscode from linux 
Shell :: how do i install tkinter on windows 7 
Shell :: git remove file from watch 
Shell :: command to compress folder linux 
Shell :: untar .tar file 
Shell :: what process is using memory linux 
Shell :: how to access docker container bash 
Shell :: setxkbmap toggle 
Shell :: how to use multiple commands in linux 
Shell :: telegram desktop for linux 
Shell :: install android studio on linux mint 
Shell :: ethers install 
Shell :: turn of raspberry 
Shell :: nohup & 2 &1 
Shell :: npm install Unable to authenticate, need: Bearer authorization_uri 
Shell :: ubuntu remove except file 
Shell :: rsync --iinclude 
Shell :: gcloud change project 
Shell :: delete folder from github repository 
Shell :: samtools sam to fastq 
Shell :: Listener kali linux 
Shell :: how to download youtube vides on linux 
Shell :: react hooks npm install 
Shell :: how to grep if the first letter is a character not a number 
Shell :: tar exclude directory 
Shell :: git add submodule 
Shell :: Update nvm installed node version and keep globally installed packages 
Shell :: install package chart.js 
Shell :: first in list bash 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =