How to Install and Uninstall libipaddr-ocaml Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "libipaddr-ocaml" package

This guide let you learn how to install libipaddr-ocaml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libipaddr-ocaml

2. Uninstall "libipaddr-ocaml" package

Please follow the guidelines below to uninstall libipaddr-ocaml on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libipaddr-ocaml $ sudo apt autoclean && sudo apt autoremove

3. Information about the libipaddr-ocaml package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libipaddr-ocaml
Priority: optional
Section: universe/ocaml
Installed-Size: 459
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocaml-ipaddr
Version: 2.6.1-1
Provides: libipaddr-ocaml-zs900
Depends: libc6 (>= 2.2.5), ocaml-base-nox-4.02.3
Filename: pool/universe/o/ocaml-ipaddr/libipaddr-ocaml_2.6.1-1_amd64.deb
Size: 121120
MD5sum: 808351abc9892ed09a8e279e2cd82ba8
SHA1: 77fa02689cf2946ebe9219f1922c743b7d05901f
SHA256: 177ee9c3425fb267d4f4285047aa30a7fd71675733943ae848a9d2fc07a34d36
Description-en: library for manipulation of IP (and MAC) address representations (runtime)
This is a library for manipulation of IP (and MAC) address representations.
.
Features:
* IPv4 and IPv6 support
* IPv4 and IPv6 CIDR prefix support
* IPv4 and IPv6 CIDR-scoped address support
* Integration with the standard OCaml distribution (Map.OrderedType,
Unix, top-level)
* IP address scope classification
* IPv4-mapped addresses in IPv6 (::ffff:0:0/96) are an embedding of IPv4
* MAC-48 (Ethernet) address support
* All types have sexplib serializers/deserializers
.
This package contains the shared runtime libraries.
Description-md5: 15c9318d8b095088b891874395f24c4f
Homepage: https://github.com/mirage/ocaml-ipaddr
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu