多种应用 分发加速

应用交付服务

CRM ERP ... 各种核心数据库和应用

随时随地 安全可靠

Official list of Supported Linux Distributions

The list of officially supported distributions can be found here : https://lab.nexedi.com/nexedi/slapos.core/blob/master/master/bt5/slapos_web_deploy/PathTemplateItem/web_page_module/deploy_base_setup.txt#L43

You will see a line like this:

if [[ ! ${DISTRO} =~ (jessie|stretch|buster|xenial|bionic|disco|eoan|rhel7) ]]; then

This is the list of officially supported linux distribution. As of 2020-04-10 this list is as follow (but always look at the latest version in the script):

 

  • jessie: Debian 8 (64bits)
  • stretch: Debian 9 (64 bits)
  • buster: Debian 10 (64 bits)
  • xenial: Ubuntu 16.04 (64bits)
  • bionic: Ubuntu 18.04 (64bits)
  • disco: Ubuntu 19.04 (64bits)
  • eoan: Ubuntu 19.10 (64 bits)
  • rhel7: Red Hat 7 and CentOS 7

 

We are working hard to increase this list and Officially Support all major Linux Distributions. You can also have a look at https://build.opensuse.org/package/show/home:VIFIBnexedi/Re6stnet for the list of all package we maintain for re6st. If the package exists for your distributions, but your distribution is not in the list of officially supported distribution, then you can try to run the re6st installation script with FORCE=yes like this:

sudo FORCE=yes bash re6st

We also support officially all versions of NayuOS and ChromiumOS (through chromebrew).

 

Please follow the tutorial in order to know how to install: