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

Last updated: April 29,2024

1. Install "lazarus-src" package

This guide let you learn how to install lazarus-src on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lazarus-src

2. Uninstall "lazarus-src" package

In this section, we are going to explain the necessary steps to uninstall lazarus-src on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: lazarus-src
Priority: optional
Section: universe/devel
Installed-Size: 128
Maintainer: Ubuntu Developers
Original-Maintainer: Pascal Packaging Team
Architecture: all
Source: lazarus
Version: 1.6+dfsg-1
Depends: lazarus-src-1.6
Filename: pool/universe/l/lazarus/lazarus-src_1.6+dfsg-1_all.deb
Size: 27234
MD5sum: 54e8530264f955acc81745b467829a6e
SHA1: 47a80843003a5a44cf0f95c6a26cbbe9636c5cee
SHA256: a130c6afc0cf42be8d9af587eb44e8fc2e2e70bc5e940d838d0531baa05f2f59
Description-en: IDE for Free Pascal - LCL source code 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 package containing the IDE code necessary for the IDE code tool to work
properly (retrieving declarations and navigating in code).
Description-md5: 66bfe9ca701b51d3a01db34d9f65357b
Homepage: http://www.lazarus.freepascal.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu