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

Last updated: May 12,2024

1. Install "libxstr-ocaml-dev" package

In this section, we are going to explain the necessary steps to install libxstr-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libxstr-ocaml-dev

2. Uninstall "libxstr-ocaml-dev" package

This guide covers the steps necessary to uninstall libxstr-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libxstr-ocaml-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libxstr-ocaml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 297
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: xstr
Version: 0.2.1-21build7
Provides: libxstr-ocaml-dev-t07d2
Depends: ocaml-nox-4.02.3, ocaml-findlib
Filename: pool/universe/x/xstr/libxstr-ocaml-dev_0.2.1-21build7_amd64.deb
Size: 65272
MD5sum: d3a5e6513446b8915b66b46e32e1a043
SHA1: 68153fdd0b9de39565d7dfdb305b60aacb7a64ea
SHA256: f17ec9c46db2cc9626c42d1143600ddfcb0b5e06c4013dc89b84aa19d840bf80
Description-en: OCaml library for frequent string operations
xstr is an OCaml library for string operations.
.
This package implements frequent string operations: searching,
replacing, splitting, matching. It is independent from the Str library,
and can replace Str in many cases. Unlike Str, xstr is thread-safe.
xstr does not implement regular expressions in general, but an
important subset. Some operations of xstr are performed as quickly as
by Str; if the string to be processed is small, xstr is often faster
than Str; if the string is big, xstr is up to half as fast than Str.
Description-md5: cd137f5363f0753950d2857fb3f343c3
Homepage: http://projects.camlcity.org/projects/xstr.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu