How to Install and Uninstall libgeo-point-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libgeo-point-perl" package

Please follow the steps below to install libgeo-point-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgeo-point-perl

2. Uninstall "libgeo-point-perl" package

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

$ sudo apt remove libgeo-point-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgeo-point-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libgeo-point-perl
Priority: optional
Section: universe/perl
Installed-Size: 134
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.96-2
Depends: perl, libgeo-distance-perl, libgeo-proj4-perl, libmath-polygon-perl
Filename: pool/universe/libg/libgeo-point-perl/libgeo-point-perl_0.96-2_all.deb
Size: 51000
MD5sum: cb5679547f7619cb2a99388effe97aea
SHA1: ac536b41ed911b1e45bd6e2b4bf1b19dfa9c1ed4
SHA256: 01286742424cd51ee39be375f3446911e8fc7580592d11dcb5a1dd887792c713
Description-en: module to simplify handling geographic points
One location on the globe, in any coordinate system. Geo::Point tries
to hide the maths and the coordinate system in which the point is
represented.
.
One of the most confusing things when handling geometrical data, is
that sometimes latlong, sometimes xy are used: horizontal and vertical
organization reversed. This package tries to hide this from your
program by providing abstract accessors latlong(), longlat(), xy(), and
yx().
.
This package provides the following modules:
* Geo::Line - a sequence of connected points
* Geo::Point - a point on the globe
* Geo::Proj - simplified wrapper for Geo::Proj4
* Geo::Shape - base class for 2-dimensional points on the earth
surface
* Geo::Space - A collection of various items
* Geo::Surface - A surface description
Description-md5: 9346da654ebfb5ad5d20d073b4bc5c9b
Homepage: https://metacpan.org/release/Geo-Point
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu