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

Last updated: September 29,2024

1. Install "maloc.i686" package

This guide let you learn how to install maloc.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install maloc.i686

2. Uninstall "maloc.i686" package

In this section, we are going to explain the necessary steps to uninstall maloc.i686 on Fedora 34:

$ sudo dnf remove maloc.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:36:15 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : maloc
Version : 1.5
Release : 22.fc34
Architecture : i686
Size : 95 k
Source : maloc-1.5-22.fc34.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.