Embarcadero has released its latest version of RAD Studio, 10.2 Tokyo.

There is the first Linux LLVM-based compiler for Linux Enterprise development, with support for RedHat Enterprise Linux and Ubuntu Server.

To get started with Ubuntu, run the following commands in a terminal:

sudo apt-get update
sudo apt-get upgrade

sudo apt-get install joe wget p7zip-full curl
sudo apt-get install openssh-server
sudo apt-get install build-essential
sudo apt-get install zlib1g-dev
sudo apt-get install libcurl4-gnutls-dev

On distributions of Linux supporting yum, use the following:

yum install glibc-static
yum install glibc-devel
yum install zlib-devel
yum install compat-libstdc++-33
yum install compat-gcc-44-c++

Then, extract PAServer using the tar.gz, and run it.