“Verifique a versão Jitsi Ubuntu” Respostas de código

Verifique a versão Jitsi Ubuntu

dpkg -l | grep jitsi
Sanjay Pant

Instale Jitsi no 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

simpaul13

Respostas semelhantes a “Verifique a versão Jitsi Ubuntu”

Perguntas semelhantes a “Verifique a versão Jitsi Ubuntu”

Mais respostas relacionadas para “Verifique a versão Jitsi Ubuntu” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código