Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 :: vite new project 
Shell :: scp send folder 
Shell :: bash list process 
Shell :: gatsby install 
Shell :: create a new repo 
Shell :: gitignore still tracking files 
Shell :: command to kill port in linux 
Shell :: How to get Tab-Completions with microsoft vcpkg 
Shell :: download anaconda for jupyter notebook 
Shell :: centos create home directory for existing user 
Shell :: install openwhisk 
Shell :: To get process ID 
Shell :: run powershell 64bit 
Shell :: open Edge with terminal 
Shell :: linux scheduled shutdown 
Shell :: Command for installing sha256 hashing algorithm 
Shell :: iterate over dir and remove file bash 
Shell :: how to safely clean snaps folder in ubuntu 
Shell :: apt install dbreaver 
Shell :: check head of file 
Shell :: microsoft ofice activeting code 
Shell :: Show All In Current Folder 
Shell :: simple youtube video downloader script install extension 
Shell :: sc stop 
Shell :: How to search within a file when displayed with less program 
Shell :: activating virtual environment in linux access denied 
Shell :: install ros on docker 
Shell :: match all css media queries 
Shell :: upgrade r from consele 
Shell :: installingf 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =