Installing
2. Installing Lazarus IDE
Then to Install Lazarus on Arch Linux
To install the FreePascal defual version:sudo pacman -Sy lazarus
Instead, for the QT5 release:
sudo pacman -Sy lazarus-qt5
And possibly for the GTK2:
sudo pacman -Sy lazarus-gtk2
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
With this command you get installed both: Lazarus and the FreePascal Compiler.