2021-02-18 14:04:59 -05:00
# Manual Installation
2021-06-17 17:32:24 -04:00
[Download Packages Here ](https://jenkins.thebrokenrail.com/job/minecraft-pi-reborn/job/master/lastSuccessfulBuild/artifact/out/ )
2021-02-18 14:04:59 -05:00
2021-06-17 17:32:24 -04:00
## Picking A Package
2021-02-18 14:04:59 -05:00
2021-06-17 17:32:24 -04:00
### Name Format
2021-02-18 14:04:59 -05:00
```
2021-06-17 17:32:24 -04:00
minecraft-pi-reborn-< Variant > _X.Y.Z~< Distribution > _< Architecture >
2021-02-18 14:04:59 -05:00
```
2021-06-17 17:32:24 -04:00
### Picking A Variant
* ``client` `: Client mode, use this if you want to play MCPI
2021-06-17 20:54:35 -04:00
* ``server` `: Server mode, use this if you want to host a dedicated MCPI server
2021-02-18 14:04:59 -05:00
2021-06-17 17:32:24 -04:00
### Picking A Distribution
This specifies which version of Debian MCPI-Reborn was built against. Which one you should use depends on your current distribution. If your distribution supports it, you should use ``bullseye` ` for better mouse sensitivity.
2021-02-18 14:04:59 -05:00
2021-06-17 17:32:24 -04:00
* Ubuntu 20.04+: ``bullseye` `
* Raspberry Pi OS Buster: ``buster` `
* Debian Bullseye+: ``bullseye` `
* Debian Buster: ``buster` `
2021-02-18 14:04:59 -05:00
2021-06-17 17:32:24 -04:00
### Picking An Architecture
* ``amd64` `: x86_64, use this if you are using a device with an AMD or Intel processor
2021-06-29 18:51:51 -04:00
* ``armhf` `: ARM 32-Bit, use this if you are using an ARM device (like a Raspberry Pi)
* ``arm64``: ARM 64-Bit, ``armhf` ` but for 64-bit devices