You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(lsb_release -cs) doesn't work on Linux Mint since that produces tina rather than one of the codenames that is in the repository. People say that Riot works in Linux Mint if you use bionic. Can we provide packages for Mint codenames as well?
Otherwise add instructions specifically for Linux Mint showing how to use the codename Riot needs.
For reference to install on Linux Mint 19.2 you would run:
The text was updated successfully, but these errors were encountered:
aaronraimist
changed the title
Either package Desktop for Linux Mint or add instructions on how to install with other codename This is commonly asked about.
$(lsb_release -cs) doesn't work on Linux Mint since that produces tina rather than one of the codenames that is in the repository. People say that Riot works in Linux Mint if you use bionic. Can we provide packages for Mint codenames as well? Otherwise add instructions specifically for Linux Mint showing how to use the codename Riot needs.
For reference to install on Linux Mint 19.2 you would run:
sudo apt install -y lsb-release wget apt-transport-https
sudo wget -O /usr/share/keyrings/riot-im-archive-keyring.gpg https://packages.riot.im/debian/riot-im-archive-keyring.gpg
echo deb [signed-by=/usr/share/keyrings/riot-im-archive-keyring.gpg] https://packages.riot.im/debian/ bionic main |
sudo tee /etc/apt/sources.list.d/riot-im.list
sudo apt update
sudo apt install riot-web
Either package Desktop for Linux Mint or add instructions on how to install with other codenames
Jan 19, 2020
We have now created a default distribution for everyone to use going forward (#13367). The download page (https://riot.im/download/desktop/) has been updated to match.
This is commonly asked about.
$(lsb_release -cs)
doesn't work on Linux Mint since that producestina
rather than one of the codenames that is in the repository. People say that Riot works in Linux Mint if you usebionic
. Can we provide packages for Mint codenames as well?Otherwise add instructions specifically for Linux Mint showing how to use the codename Riot needs.
For reference to install on Linux Mint 19.2 you would run:
The text was updated successfully, but these errors were encountered: