Translations:Installing the game on Linux/12/en: Difference between revisions

From Vintage Story Wiki
(Importing a new version from external source)
Tags: Mobile edit Mobile web edit
(Importing a new version from external source)
Line 1: Line 1:
* When installing mono on Ubuntu/Debian/Raspbian/CentOS/Fedora, please refer to the instructions [https://www.mono-project.com/download/stable/#download-lin here].
First of all, the .NET 7+ is already [https://github.com/dotnet/core/blob/main/linux.md available in the official package repositories for many Linux distributions]. This includes:
* When installing mono on Arch Linux or any Arch-based distro (Manjaro, Antergos, etc), refer to the instructions [https://wiki.archlinux.org/index.php/mono#Installation here].
* Alpine Linux ([https://pkgs.alpinelinux.org/packages?name=dotnet* dotnet7-runtime])
* Arch Linux ([https://archlinux.org/packages/?q=dotnet dotnet-runtime])
* Fedora ([https://packages.fedoraproject.org/search?query=dotnet dotnet-runtime-7.0])
* Linux Mint ([https://community.linuxmint.com/software/view/dotnet-runtime-7.0 dotnet-runtime-7.0])
* Ubuntu ([https://packages.ubuntu.com/search?keywords=dotnet dotnet-runtime-7.0])

Revision as of 17:44, 15 August 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Installing the game on Linux)
The easiest way to install the .NET Runtime on your Linux system is to use a package available in your distribution's official package repository (see example below). Package names for some popular distributions are as follows:

First of all, the .NET 7+ is already available in the official package repositories for many Linux distributions. This includes: