How to Install and Uninstall lazarus.x86_64 Package on Fedora 39

Last updated: November 26,2024

1. Install "lazarus.x86_64" package

Please follow the instructions below to install lazarus.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install lazarus.x86_64

2. Uninstall "lazarus.x86_64" package

Please follow the instructions below to uninstall lazarus.x86_64 on Fedora 39:

$ sudo dnf remove lazarus.x86_64 $ sudo dnf autoremove

3. Information about the lazarus.x86_64 package on Fedora 39

Last metadata expiration check: 0:12:41 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : lazarus
Version : 2.2.6
Release : 5.fc39
Architecture : x86_64
Size : 9.2 k
Source : lazarus-2.2.6-5.fc39.src.rpm
Repository : fedora
Summary : Lazarus Component Library and IDE for Free Pascal
URL : http://www.lazarus-ide.org/
License : GPL-2.0-or-later AND LGPL-2.0 WITH Classpath-exception-2.0 AND MPL-1.1 AND Apache-2.0
Description : Lazarus is an IDE to create (graphical and console) applications with
: Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on
: Windows, Linux, Mac OS X, FreeBSD and more.
:
: Lazarus is the missing part of the puzzle that will allow you to develop
: programs for all of the above platforms in a Delphi-like environment.
: The IDE is a RAD tool that includes a form designer.
:
: Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal
: strive for "write once, compile anywhere". Since the exact same compiler
: is available on all of the above platforms you don't need to do any recoding
: to produce identical products for different platforms.
:
: In short, Lazarus is a free RAD tool for Free Pascal using its
: Lazarus Component Library (LCL).