How to Install Jitsi Meet on Linux using Apt or Yum

Jitsi Meet is a free, open-source video conferencing app that allows you to host and join online meetings with ease. In this article, we will show you how to install Jitsi Meet on Linux using Apt or Yum.

Step 1: Add the Jitsi repository

First, you need to add the Jitsi repository to your system. To do this, open the terminal and run the following command:

echo "deb https://download.jitsi.org stable/" | sudo tee /etc/apt/sources.list.d/jitsi-stable.list

This will add the Jitsi repository to your system.

Step 2: Install Jitsi Meet

Once you have added the repository, you can install Jitsi Meet by running the following command:

sudo apt-get update && sudo apt-get install jitsi-meet

If you're using Yum, run the following command instead:

sudo yum update && sudo yum install jitsi-meet

Step 3: Start Jitsi Meet

After the installation is complete, you can start Jitsi Meet by opening a web browser and navigating to https://localhost:8443.