How to Install and Uninstall maloc.i686 Package on Fedora 35

Last updated: May 08,2024

1. Install "maloc.i686" package

Please follow the guidance below to install maloc.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install maloc.i686

2. Uninstall "maloc.i686" package

This guide let you learn how to uninstall maloc.i686 on Fedora 35:

$ sudo dnf remove maloc.i686 $ sudo dnf autoremove

3. Information about the maloc.i686 package on Fedora 35

Last metadata expiration check: 4:31:59 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : maloc
Version : 1.5
Release : 23.fc35
Architecture : i686
Size : 94 k
Source : maloc-1.5-23.fc35.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.