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

Last updated: May 15,2024

1. Install "lazarus-1.6" package

This guide covers the steps necessary to install lazarus-1.6 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lazarus-1.6

2. Uninstall "lazarus-1.6" package

This tutorial shows how to uninstall lazarus-1.6 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: lazarus-1.6
Priority: optional
Section: universe/devel
Installed-Size: 130
Maintainer: Ubuntu Developers
Original-Maintainer: Pascal Packaging Team
Architecture: all
Source: lazarus
Version: 1.6+dfsg-1
Replaces: lazarus (<< 0.9.18.2-13)
Provides: lazarus
Depends: lazarus-doc-1.6 (>= 1.6+dfsg-1), lazarus-ide-1.6 (>= 1.6+dfsg-1), lazarus-src-1.6 (>= 1.6+dfsg-1)
Recommends: fpc, fpc-source
Suggests: fp-docs, fp-utils
Breaks: lazarus (<< 0.9.28.2-13)
Filename: pool/universe/l/lazarus/lazarus-1.6_1.6+dfsg-1_all.deb
Size: 27696
MD5sum: 4b7812192c1bcb7a63389d08d09334bb
SHA1: 44fba5cf10d6029d4b665bf57400fb191751be51
SHA256: a580fb798ded98cdd93ca2852274a78ed969989a37c5c95758828a88b4ab12b3
Description-en: IDE for Free Pascal - suite
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 metapackage pulls in all the packages needed to have a typical
Lazarus installation.
Description-md5: eab70494f2b90d8292f6320dd8ffe05b
Homepage: http://www.lazarus.freepascal.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu