diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-09-08 20:02:26 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-09-08 20:02:26 -0500 |
commit | cdbb225da3c1698d102b0d686333a995af8a6329 (patch) | |
tree | 9a79eab49a5376bbd9348b9ddae2dcfd4be2e431 | |
parent | Merge pull request #5850 (diff) | |
parent | readme: remove snap monero package and add debian (diff) | |
download | monero-cdbb225da3c1698d102b0d686333a995af8a6329.tar.xz |
Merge pull request #5851
cbdd76d readme: remove snap monero package and add debian (erciccione)
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -550,13 +550,12 @@ The produced binaries still link libc dynamically. If the binary is compiled on Packages are available for -* Ubuntu and [snap supported](https://snapcraft.io/docs/core/install) systems, via a community contributed build. +* Debian Bullseye and Sid ```bash - snap install monero --beta + sudo apt install monero ``` - -Installing a snap is very quick. Snaps are secure. They are isolated with all of their dependencies. Snaps also auto update when a new version is released. +More info and versions in the [Debian package tracker](https://tracker.debian.org/pkg/monero). * Arch Linux (via [AUR](https://aur.archlinux.org/)): - Stable release: [`monero`](https://aur.archlinux.org/packages/monero) |