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

ubuntu install jitsi

sudo apt-get -y install jitsi-meet
Comment

PREVIOUS NEXT
Code Example
Shell :: mysql backup dump docker file 
Shell :: add remote origin 
Shell :: create symbolic link linux apache 
Shell :: set up minimize,maximize,close button on left side ubuntu 
Shell :: bash read file into array 
Shell :: install nixos mac m1 
Shell :: list all users ubuntu 20.04 
Shell :: install mongodb ubuntu 18.04 
Shell :: cat stands for in linux 
Shell :: sdkmanager "system-images;android-27;google_apis_playstore;x86" 
Shell :: git diff of a file 
Shell :: git add all but exclude some files 
Shell :: some github markup badges 
Shell :: after installing cypress is there a cypress directory 
Shell :: stash specific files git 
Shell :: what is regedit in windows 
Shell :: UnicodeDecodeError 
Shell :: where does redis store data 
Shell :: bash code for loop 
Shell :: Comparing Actual Changes Between Two Branches 
Shell :: install pip from tt 
Shell :: Update CA Certificate Linux 
Shell :: find in linux 
Shell :: bitnami wordpress enable ssh 
Shell :: How to pass a user defined argument in scrapy spider 
Shell :: linux time now command 
Shell :: linux screenshot shortcut 
Shell :: git list all remote branches created by me 
Shell :: linux -ltr 
Shell :: connectivity_plus flutter 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =