Debian / Ubuntu
For Debian 12, 13 and Ubuntu 24.04 based systems.
Setup Instructions
# Download and install the GPG public key
curl -fsSL https://anfi.opentalk.run:8443/repository/pgp-public-key/opentalk-public.asc | \
sudo tee /etc/apt/trusted.gpg.d/opentalk-archive-keyring.asc > /dev/null
# Add the OpenTalk Compose (Stable) repository
echo "deb [arch=amd64] \
https://anfi.opentalk.run:8443/repository/opentalk-compose_deb_amd64/ all main" | \
sudo tee /etc/apt/sources.list.d/opentalk-compose.list
# Update package index
sudo apt update
sudo apt install opentalk-compose
Setup Instructions
# Download and install the GPG public key
curl -fsSL https://anfi.opentalk.run:8443/repository/pgp-public-key/opentalk-public.asc | \
sudo tee /etc/apt/trusted.gpg.d/opentalk-archive-keyring.asc > /dev/null
# Add the OpenTalk Compose (Beta) repository
echo "deb [arch=amd64] \
https://anfi.opentalk.run:8443/repository/opentalk-compose-beta_deb_amd64/ all main" | \
sudo tee /etc/apt/sources.list.d/opentalk-compose.list
# Update package index
sudo apt update
sudo apt install opentalk-compose
RHEL / Rocky / AlmaLinux
For RHEL 9, 10 and compatible distributions (Rocky Linux, AlmaLinux, etc.).
Setup Instructions
# Download and install the GPG public key
sudo rpm --import https://anfi.opentalk.run:8443/repository/pgp-public-key/opentalk-public.asc
# Add the OpenTalk Compose (Stable) repository
sudo tee /etc/yum.repos.d/opentalk.repo <<EOF
[opentalk-compose]
name=OpenTalk Compose Repository - Stable Releases
baseurl=https://anfi.opentalk.run:8443/repository/grp_opentalk-compose_rpm_x86_64/
enabled=1
gpgcheck=1
gpgkey=https://anfi.opentalk.run:8443/repository/pgp-public-key/opentalk-public.asc
EOF
# Update repository metadata
sudo dnf makecache
sudo dnf install opentalk-compose
Setup Instructions
# Download and install the GPG public key
sudo rpm --import https://anfi.opentalk.run:8443/repository/pgp-public-key/opentalk-public.asc
# Add the OpenTalk Compose (Beta) repository
sudo tee /etc/yum.repos.d/opentalk-beta.repo <<EOF
[opentalk-compose]
name=OpenTalk Compose Repository - Beta Releases
baseurl=https://anfi.opentalk.run:8443/repository/grp_opentalk-compose-beta_rpm_x86_64/
enabled=1
gpgcheck=1
gpgkey=https://anfi.opentalk.run:8443/repository/pgp-public-key/opentalk-public.asc
EOF
# Update repository metadata
sudo dnf makecache
sudo dnf install opentalk-compose
SLES / openSUSE
For SUSE Linux Enterprise 15, 16 and openSUSE Leap based distributions.
Setup Instructions
# Download and install the GPG public key
sudo rpm --import https://anfi.opentalk.run:8443/repository/pgp-public-key/opentalk-public.asc
# Add the OpenTalk Compose (Stable) repository
sudo tee /etc/zypp/repos.d/opentalk.repo <<EOF
[opentalk-compose]
name=OpenTalk Compose Repository - Stable Releases
baseurl=https://anfi.opentalk.run:8443/repository/grp_opentalk-compose_rpm_x86_64/
enabled=1
gpgcheck=1
gpgkey=https://anfi.opentalk.run:8443/repository/pgp-public-key/opentalk-public.asc
EOF
# Refresh repositories and install OpenTalk Compose
sudo zypper refresh
sudo zypper install opentalk-compose
Setup Instructions
# Download and install the GPG public key
sudo rpm --import https://anfi.opentalk.run:8443/repository/pgp-public-key/opentalk-public.asc
# Add the OpenTalk Compose (Beta) repository
sudo tee /etc/zypp/repos.d/opentalk-beta.repo <<EOF
[opentalk-compose-beta]
name=OpenTalk Compose Repository - Beta Releases
baseurl=https://anfi.opentalk.run:8443/repository/grp_opentalk-compose-beta_rpm_x86_64/
enabled=1
gpgcheck=1
gpgkey=https://anfi.opentalk.run:8443/repository/pgp-public-key/opentalk-public.asc
EOF
# Refresh repositories and install OpenTalk Compose
sudo zypper refresh
sudo zypper install opentalk-compose