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

Last updated: May 17,2024

1. Install "lazarus-src-1.6" package

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

$ sudo apt update $ sudo apt install lazarus-src-1.6

2. Uninstall "lazarus-src-1.6" package

Please follow the guidelines below to uninstall lazarus-src-1.6 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: lazarus-src-1.6
Priority: optional
Section: universe/devel
Installed-Size: 108242
Maintainer: Ubuntu Developers
Original-Maintainer: Pascal Packaging Team
Architecture: all
Source: lazarus
Version: 1.6+dfsg-1
Replaces: lazarus-src (<< 0.9.18.2-13)
Provides: lazarus-src
Suggests: lazarus-ide-1.6
Breaks: lazarus-src (<< 0.9.28.2-13)
Filename: pool/universe/l/lazarus/lazarus-src-1.6_1.6+dfsg-1_all.deb
Size: 13222634
MD5sum: 5812c73ceb5268231f1fe6dfb07ac893
SHA1: faa606d81a3a0a4af86e066961293d4d7db36651
SHA256: ad34e3a3a0d4369031a4a0a36d55780c2e9582672a2ff036a3606a930e4bee16
Description-en: IDE for Free Pascal - LCL source code
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 package contains the latest version of the source code necessary for
the IDE code tool to work properly (retrieving declarations and navigating
in code).
Description-md5: 3c60b74bcc494e73a73fe341396d14c5
Homepage: http://www.lazarus.freepascal.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu