How to Add Wire Repository for Debian/Ubuntu-Based Systems

September 5, 2019 | By the+gnu+linux+evangelist.

Setting Up

  1. 3. Adding Wire Repo

    Then to Add Wire Repository for Debian
    Execute:

    echo "deb [arch=amd64] https://wire-app.wire.com/linux/debian stable main" | sudo tee /etc/apt/sources.list.d/wire-desktop.list
    
  2. 4. Importing Wire GPG Key

    Again to Import Wire GPG Signature Key
    Do:

    wget -q https://wire-app.wire.com/linux/releases.key -O- | sudo apt-key add -

    (For the Newer Release in case of apt-key Issue see: Gpg.d Keyring Setup Guide.)

  3. 5. Refreshing Debian Sources

    Next to Refresh Debian Apt Repo Sources
    Play:

    sudo apt-get update
  4. 6. Installing Wire on Debian

    Finally, to Install Wire for Debian

    Wire Debian Installation Guide

Contents


QuickChic Theme • Powered by WordPress