How to Install and Uninstall lazarus Package on openSuSE Tumbleweed

Last updated: April 29,2024

1. Install "lazarus" package

Please follow the instructions below to install lazarus on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lazarus

2. Uninstall "lazarus" package

This guide let you learn how to uninstall lazarus on openSuSE Tumbleweed:

$ sudo zypper remove lazarus

3. Information about the lazarus package on openSuSE Tumbleweed

Information for package lazarus:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lazarus
Version : 3.2-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 0 B
Installed : No
Status : not installed
Source package : lazarus-3.2-1.1.src
Upstream URL : http://www.lazarus.freepascal.org/
Summary : FreePascal RAD IDE and Component Library
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).