Let’s say that you want to install a Fabric server on a machine which does not have GUI support. For example, if you have rented a VPS, and you want to run your own Fabric server on that
You will also need a way to download files to the server. This can be done using a file transfer, curl or wget
| Name | Notes | Debian (Ubuntu, Mint, …) | Fedora |
|---|---|---|---|
| Java | Required | apt install openjdk-8-jre-headless | dnf install java-1.8.0-openjdk-headless |
| Curl | Required | apt install curl | dnf install curl |