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

Last updated: May 15,2024

1. Install "libcgal11v5" package

Please follow the guidelines below to install libcgal11v5 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcgal11v5

2. Uninstall "libcgal11v5" package

Please follow the step by step instructions below to uninstall libcgal11v5 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcgal11v5 $ sudo apt autoclean && sudo apt autoremove

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

Package: libcgal11v5
Priority: optional
Section: universe/libs
Installed-Size: 686
Maintainer: Ubuntu Developers
Original-Maintainer: Joachim Reichel
Architecture: amd64
Source: cgal
Version: 4.7-4
Replaces: libcgal11
Depends: libboost-thread1.58.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libgmp10, libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
Conflicts: libcgal11
Filename: pool/universe/c/cgal/libcgal11v5_4.7-4_amd64.deb
Size: 207668
MD5sum: 7c9b2f72c249af1d58eca2ca010b4e96
SHA1: f16a8af6b40fc3d2496a378490cf194fd13769fc
SHA256: bbdb463c6257de10edbe19b79a50e933dc8dfcb397b751e9c982ae45bdd49ea1
Description-en: C++ library for computational geometry
CGAL (Computational Geometry Algorithms Library) makes the most important
of the solutions and methods developed in computational geometry available
to users in industry and academia in a C++ library. The goal is to provide
easy access to useful, reliable geometric algorithms.
.
The CGAL library contains:
- the Kernel with geometric primitives such as points, vectors, lines,
predicates for testing things such as relative positions of points, and
operations such as intersections and distance calculation.
- the Basic Library which is a collection of standard data structures and
geometric algorithms, such as convex hull in 2D/3D, (Delaunay)
triangulation in 2D/3D, planar map, polyhedron, smallest enclosing circle,
and multidimensional query structures.
- the Support Library which offers interfaces to other packages, e.g., for
visualisation, and I/O, and other support facilities.
.
This package contains the main library libCGAL.so as well as two support
libraries libCGAL_Core.so (from the CORE project) and libCGAL_ImageIO.so
(image I/O). The library libCGAL_Qt5.so used for visualization in demos
can be found in the package libcgal-qt5-11.
Description-md5: 76f7ea2e5646be63641dbaf6da7ea2ae
Multi-Arch: same
Homepage: http://www.cgal.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu