Installing
-
2. Downloading Lazarus IDE
Download Lazarus for CentOS GNU/Linux
Grab both Lazarus and FPC.
-
3. Installing Lazarus IDE
Then to Install Lazarus on CentOS.
sudo dnf install ~/Download/lazarus*.rpm ~/Download/fpc*.rpm
With this command you get installed both: Lazarus and the Free Pascal Compiler.
Contents