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

Last updated: March 29,2024

1. Install "libmaloc1" package

Learn how to install libmaloc1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmaloc1

2. Uninstall "libmaloc1" package

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

$ sudo apt remove libmaloc1 $ sudo apt autoclean && sudo apt autoremove

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

Package: libmaloc1
Priority: optional
Section: universe/devel
Installed-Size: 161
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Banck
Architecture: amd64
Source: maloc
Version: 0.2-3
Depends: libc6 (>= 2.14)
Filename: pool/universe/m/maloc/libmaloc1_0.2-3_amd64.deb
Size: 47946
MD5sum: 2a9c18fe7f4125d726d08ce5c703c476
SHA1: 9b330d6e15799aeb3e72e6dcbabdd32214e8cfbf
SHA256: 4340325d7eac24e8445869d69fc3c4b546e502bced9df7f446006098815abc2e
Description-en: Object-oriented Abstraction Layer for C
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.
Description-md5: a4e6af64df141f484ae9c9ac68c7db0e
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu