0
0
mirror of https://github.com/monero-project/monero synced 2025-10-06 16:52:41 +02:00

readme: update packages

This commit is contained in:
tobtoht
2025-07-13 23:31:53 +02:00
parent a1aef9e017
commit 4f649425d8

View File

@@ -510,18 +510,15 @@ See [contrib/guix/README.md](contrib/guix/README.md).
Packages are available for
* Debian Buster
See the [instructions in the whonix/monero-gui repository](https://gitlab.com/whonix/monero-gui#how-to-install-monero-using-apt-get)
* Debian Bullseye and Sid
* Debian 12 (Bookworm) or later
```bash
sudo apt install monero
```
More info and versions in the [Debian package tracker](https://tracker.debian.org/pkg/monero).
More info and versions in the [Debian package tracker](https://tracker.debian.org/pkg/monero).
* Arch Linux [(via Community packages)](https://www.archlinux.org/packages/community/x86_64/monero/):
* Arch Linux:
```bash
sudo pacman -S monero
@@ -533,7 +530,7 @@ More info and versions in the [Debian package tracker](https://tracker.debian.or
nix-shell -p monero-cli
```
* GuixSD
* Guix:
```bash
guix package -i monero
@@ -576,8 +573,8 @@ More info and versions in the [Debian package tracker](https://tracker.debian.or
docker run -it -d -v /monero/chain:/home/monero/.bitmonero -v /monero/wallet:/wallet -p 18080:18080 monero
```
* The build needs 3 GB space.
* Wait one hour or more
* The build needs 3 GB space.
* Wait one hour or more
Packaging for your favorite distribution would be a welcome contribution!