jitsi Meet Debian Repository Add
Hi! The Tutorial shows you Step-by-Step How to Add jitsi Meet Repository in Debian-Based GNU/Linux OSes.
And jitsi Meet for Debian is a Set of Open-Source Projects that allows you to easily Built and Deploy Secure Videoconferencing Solutions.
So this Setup is Valid for All the Debian-based Platforms like:
- Kali Linux
- Deepin Linux
- MX Linux
- antiX Linux
- Parrot Linux
- SparkyLinux
- MakuluLinux
- Elive Linux
- LMDE Linux
- CrunchBang Linux
- Parsix Linux
-
1. Launching Shell Emulator
Open a Terminal window
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands) -
2. Adding jitsi Meet Key
So first Add jitsi Meet GPG Key
Execute:wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add -
(For the Newer Release in case of apt-key Issue see: Gpg.d Keyring Setup Guide.)
-
2. Adding jitsi Meet Repo
Then to Add jitsi Meet Repository for Debian
Execute:sudo sh -c "echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list"
Instead, for the Nightly releases:
sudo sh -c "echo 'deb https://download.jitsi.org unstable/' >> /etc/apt/sources.list.d/jitsi-unstable.list"
-
3. Refreshing Debian Sources
Next to Refresh Debian Apt Repo Sources
Do:sudo apt update
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo. -
4. Installing jitsi Meet on Debian
Finally, to Install jitsi Meet for Debian Based