Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
element [Le 29/01/2021, 10:39] G-Tux [Installation] |
element [Le 06/06/2024, 07:37] (Version actuelle) krodelabestiole [Méthode recommandée : en paquet Flatpak] corrections liens doc flatpak |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | {{tag>messagerie_instantanée voip visioconférence Xenial Bionic Focal}} | + | {{tag>messagerie_instantanée voip visioconférence Focal}} |
{{ :logo:element.png?140|Element}} | {{ :logo:element.png?140|Element}} | ||
Ligne 27: | Ligne 27: | ||
- Client du projet [[:GNOME]] nommé "GNOME Fractal", qui peut être installé via [[:snap]] : <code>sudo snap install fractal</code> | - Client du projet [[:GNOME]] nommé "GNOME Fractal", qui peut être installé via [[:snap]] : <code>sudo snap install fractal</code> | ||
- Plugin pour [[Pidgin]] : [[apt>purple-matrix]] ; | - Plugin pour [[Pidgin]] : [[apt>purple-matrix]] ; | ||
+ | - Plugin pour [[weechat]] : [[apt>weechat-matrix]] (Ubuntu [[:21.04]]) ; | ||
- [[https://matrix.org/docs/projects/try-matrix-now/|Autres exemples...]]. | - [[https://matrix.org/docs/projects/try-matrix-now/|Autres exemples...]]. | ||
</note> | </note> | ||
Ligne 37: | Ligne 38: | ||
==== Méthode recommandée : en paquet Flatpak ==== | ==== Méthode recommandée : en paquet Flatpak ==== | ||
- | Installez [[:Flatpak]] en suivant [[:flatpak#installation_de_flatpak|cette documentation]], puis ajoutez le dépôt [[https://www.flathub.org/|Flathub]] en suivant [[:flatpak#configuration|celle-ci]]. | + | Installez [[:Flatpak]] en suivant [[:flatpak#installation|cette documentation]], puis ajoutez le dépôt [[https://www.flathub.org/|Flathub]] en suivant [[:flatpak#ajout_du_depot_flathub|celle-ci]]. |
On pourra alors installer Element depuis [[:gnome-software|GNOME Logiciels]] ou en ligne de commande : | On pourra alors installer Element depuis [[:gnome-software|GNOME Logiciels]] ou en ligne de commande : | ||
Ligne 53: | Ligne 54: | ||
Cependant nous utilisons ici le PPA officiel de l'application.</note> | Cependant nous utilisons ici le PPA officiel de l'application.</note> | ||
- | Ouvrez un [[:terminal]] et saisissez les [[:commande_shell|commandes]] suivantes. | + | Ouvrez un [[:terminal]] et saisissez les [[:commande_shell|commandes]] suivantes : |
+ | <code>ssudo apt install -y wget apt-transport-https | ||
+ | | ||
+ | sudo wget -O /usr/share/keyrings/element-io-archive-keyring.gpg https://packages.element.io/debian/element-io-archive-keyring.gpg | ||
+ | | ||
+ | echo "deb [signed-by=/usr/share/keyrings/element-io-archive-keyring.gpg] https://packages.element.io/debian/ default main" | sudo tee /etc/apt/sources.list.d/element-io.list | ||
- | Ajoutez le dépôt en adaptant la commande en fonction du nom de votre version d'Ubuntu. | + | sudo apt update |
- | Pour [[:xenial|Xenial 16.04]] : | + | |
- | <code>sudo sh -c "echo 'deb https://riot.im/packages/debian/ xenial main' > /etc/apt/sources.list.d/matrix-riot-im.list"</code> | + | |
- | __**ou**__ pour [[:bionic|Bionic 18.04]] : | + | |
- | <code>sudo sh -c "echo 'deb https://riot.im/packages/debian/ bionic main' > /etc/apt/sources.list.d/matrix-riot-im.list"</code> | + | |
- | Puis ajoutez la clé publique : | + | sudo apt install element-desktop</code> |
- | <code>curl -L https://riot.im/packages/debian/repo-key.asc | sudo apt-key add -</code> | + | |
- | + | ||
- | Finalement mettez APT à jour et installez Riot : | + | |
- | <code>sudo apt update && sudo apt install riot-web</code> | + | |
- | + | ||
- | **Installation d' Élément (depuis le 15 juillet 2020):** | + | |
- | <code>sudo apt install -y wget apt-transport-https</code> | + | |
- | <code>sudo wget -O /usr/share/keyrings/riot-im-archive-keyring.gpg https://packages.riot.im/debian/riot-im-archive-keyring.gpg</code> | + | |
- | <code>echo "deb [signed-by=/usr/share/keyrings/riot-im-archive-keyring.gpg] https://packages.riot.im/debian/ default main" | sudo tee /etc/apt/sources.list.d/riot-im.list</code> | + | |
- | <code>sudo apt update && sudo apt install element-desktop</code> | + | |
===== Utilisation ===== | ===== Utilisation ===== | ||
Ligne 90: | Ligne 82: | ||
* **(en)** [[https://element.io/|element.io]], site officiel d' Element | * **(en)** [[https://element.io/|element.io]], site officiel d' Element | ||
- | * **(en)** [[https://riot.im/|riot.im]], site officiel de //Riot// | ||
* **(en)** [[https://github.com/vector-im|github de Riot]] | * **(en)** [[https://github.com/vector-im|github de Riot]] | ||
* **(en)** [[https://matrix.org/|matrix.org]], site officiel de //Matrix// | * **(en)** [[https://matrix.org/|matrix.org]], site officiel de //Matrix// |