Lazarus Fedora 28 Installation Guide
Hi! The Tutorial shows you Step-by-Step How to Install Lazarus IDE in Fedora 28 GNU/Linux Desktop.
And Lazarus IDE for Object-Pascal/Delphi is a Free Cross-Platform visual Integrated Development Environment (IDE) for Rapid Application Development (RAD) using the Free Pascal Compiler, which supports Dialects of Object Pascal, to varying Degrees.
Moreover, the Software Developers use Lazarus to Create Native-Code Console and Graphical User interface (GUI) Apps for the Desktop, and also for Mobile Devices, Web Apps, Web Services, Visual Components and Function Libraries (.so, .dll, etc., for use by other programs).
Finally, the guide includes detailed instruction on How to Getting-Started with Free Pascal Development on Lazarus for Fedora.
-
First, Open a Shell Terminal emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Download Lazarus for Fedora GNU/Linux
Grab both Lazarus and FPC.
-
Then to Install Lazarus on Fedora.
sudo dnf install ~/Download/lazarus*.rpm ~/Download/fpc*.rpm
With this command you get installed both: Lazarus and the Free Pascal Compiler.
(But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.) -
Lazarus Free Pascal Getting-Started Guide