How to Install and Uninstall lazarus Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 29,2024

1. Install "lazarus" package

Please follow the guidance below to install lazarus on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lazarus

2. Uninstall "lazarus" package

Please follow the steps below to uninstall lazarus on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove lazarus $ sudo apt autoclean && sudo apt autoremove

3. Information about the lazarus package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: lazarus
Priority: optional
Section: universe/devel
Installed-Size: 128
Maintainer: Ubuntu Developers
Original-Maintainer: Pascal Packaging Team
Architecture: all
Version: 1.6+dfsg-1
Depends: lazarus-1.6
Filename: pool/universe/l/lazarus/lazarus_1.6+dfsg-1_all.deb
Size: 27194
MD5sum: cbdb64c1ef026f24e26e173c849284ab
SHA1: 985d70fcf32a6ad5ef0c8054c56d64a5bcb5c110
SHA256: fae677323e3052dea4a1d948643f9f173809defa3f3b6111f62d83e528ac7c68
Description-en: IDE for Free Pascal - SDK dependency package
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).
.
This dependency package always depends on the latest available version of
the metapackage pulling in all the packages needed to have a typical
Lazarus installation.
Description-md5: 63a9081bae2cfd279084d3e379894588
Homepage: http://www.lazarus.freepascal.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu