How to Install and Uninstall liblas-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "liblas-dev" package

Please follow the steps below to install liblas-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liblas-dev

2. Uninstall "liblas-dev" package

Please follow the instructions below to uninstall liblas-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liblas-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblas-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: liblas-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 659
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: liblas
Version: 1.8.0-7build1
Depends: liblas3 (= 1.8.0-7build1), libgeotiff-dev, libgdal-dev (>= 1.10.0~), libtiff-dev, libboost-dev, libboost-filesystem-dev, libboost-iostreams-dev, libboost-program-options-dev, libboost-thread-dev
Filename: pool/universe/libl/liblas/liblas-dev_1.8.0-7build1_amd64.deb
Size: 89010
MD5sum: 555f3689cb225b5f9a2d7c0727fdec8d
SHA1: 92b9d287ed3d6d90bec4be348bdb6d115c674b78
SHA256: 468585989996025382a647c2eaaff86dd6120c10a916d91f2dd90d20aa142216
Description-en: ASPRS LiDAR data translation library - C++ development files
libLAS is a C/C++ library for reading and writing ASPRS LAS versions
1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
used to store data from sensors and as intermediate processing storage
by some LiDAR-related applications. LiDAR (Light Detection and Ranging)
is an optical remote sensing technology that measures properties of
scattered light to find range and/or other information of a distant
target. The prevalent method to determine distance to an object or
surface is to use laser pulses.
.
This package contains the development files to build applications in C++.
Description-md5: fb2c5fa6da649335820fdf401e2eff01
Homepage: http://liblas.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu