mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-08 13:03:18 +00:00
812 B
812 B
title, revision
| title | revision |
|---|---|
| Installing SimpleX Chat Desktop from Ubuntu repository | 28.11.2025 |
Installing SimpleX Chat Desktop from Ubuntu repository
-
Install necessary dependencies:
sudo apt update && sudo apt install -y curl gpg apt-transport-https -
Setup SimpleX repository key:
curl -sSL https://app.simplex.chat/deb-repo.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/simplex-archive-keyring.gpg > /dev/null -
Setup SimpleX repository:
. /etc/os-release; printf "deb [signed-by=/usr/share/keyrings/simplex-archive-keyring.gpg] https://app.simplex.chat/deb ${VERSION_CODENAME} main" | sudo tee /etc/apt/sources.list.d/simplex.list -
Install SimpleX Desktop:
sudo apt update && sudo apt install simplex