mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 10:37:37 -07:00
Merge pull request #6762
3614f78d5
README: update list of third party monero packages (erciccione)
This commit is contained in:
commit
05390fd2d4
25
README.md
25
README.md
@ -552,6 +552,10 @@ The produced binaries still link libc dynamically. If the binary is compiled on
|
|||||||
|
|
||||||
Packages are available for
|
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 Bullseye and Sid
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -559,9 +563,9 @@ Packages are available for
|
|||||||
```
|
```
|
||||||
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 [AUR](https://aur.archlinux.org/)):
|
|
||||||
- Stable release: [`monero`](https://aur.archlinux.org/packages/monero)
|
* Arch Linux (via Community packages):
|
||||||
- Bleeding edge: [`monero-git`](https://aur.archlinux.org/packages/monero-git)
|
[`monero`](https://www.archlinux.org/packages/community/x86_64/monero/)
|
||||||
|
|
||||||
* Void Linux:
|
* Void Linux:
|
||||||
|
|
||||||
@ -575,6 +579,21 @@ More info and versions in the [Debian package tracker](https://tracker.debian.or
|
|||||||
guix package -i monero
|
guix package -i monero
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* Gentoo [Monero overlay](https://github.com/gentoo-monero/gentoo-monero)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
emerge --noreplace eselect-repository
|
||||||
|
eselect repository enable monero
|
||||||
|
emaint sync -r monero
|
||||||
|
echo '*/*::monero ~amd64' >> /etc/portage/package.accept_keywords
|
||||||
|
emerge net-p2p/monero
|
||||||
|
```
|
||||||
|
|
||||||
|
* macOS (homebrew)
|
||||||
|
```bash
|
||||||
|
brew install monero
|
||||||
|
```
|
||||||
|
|
||||||
* Docker
|
* Docker
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user