How to Install and Uninstall maloc.x86_64 Package on Fedora 39

Last updated: September 23,2024

1. Install "maloc.x86_64" package

Please follow the instructions below to install maloc.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install maloc.x86_64

2. Uninstall "maloc.x86_64" package

Please follow the instructions below to uninstall maloc.x86_64 on Fedora 39:

$ sudo dnf remove maloc.x86_64 $ sudo dnf autoremove

3. Information about the maloc.x86_64 package on Fedora 39

Last metadata expiration check: 0:08:59 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : maloc
Version : 1.5
Release : 28.fc39
Architecture : x86_64
Size : 99 k
Source : maloc-1.5-28.fc39.src.rpm
Repository : fedora
Summary : Minimal Abstraction Layer for Object-oriented C
URL : http://www.fetk.org
License : GPLv2+
Description : 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, and so on. All things that can vary from one
: architecture to another are abstracted out of an application code and
: placed in MALOC.