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

Last updated: May 09,2024

1. Install "libmaloc-dev" package

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

$ sudo apt update $ sudo apt install libmaloc-dev

2. Uninstall "libmaloc-dev" package

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

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

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

Package: libmaloc-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 738
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Banck
Architecture: amd64
Source: maloc
Version: 0.2-3
Depends: libmaloc1 (= 0.2-3)
Filename: pool/universe/m/maloc/libmaloc-dev_0.2-3_amd64.deb
Size: 89162
MD5sum: 6f84212ee32091abaae3681c9ec0bcd5
SHA1: 411e53b10b28b0362f3ed552ff2562f0c16aec9d
SHA256: 7e9916139ec434ae6773ff05c3550406defe006b4fda29df58af0b6691fdab47
Description-en: Object-oriented Abstraction Layer for C (development files)
MALOC is a small, portable, abstract C environment library for object-
oriented C programming. MALOC is used as the foundation layer for a
number of scientific applications, including MC, SG, and APBS. MALOC
can be used as a small stand-alone abstraction environment for writing
portable C programs which need access to resources which are typically
architecture-dependent, such as INET sockets, timing routines, and so
on. MALOC provides abstract datatypes, memory management routines,
timing routines, machine epsilon, access to UNIX and INET sockets, MPI,
etc. All things that can vary from one architecture to another are
abstracted out of an application code and placed in MALOC.
.
This package contains the header files, static library and the
programmer's guide in HTML format.
Description-md5: 1260edef3483640cf2f880595d2de374
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu