How to Install and Uninstall hpx.x86_64 Package on Fedora 34

Last updated: July 03,2024

1. Install "hpx.x86_64" package

This is a short guide on how to install hpx.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install hpx.x86_64

2. Uninstall "hpx.x86_64" package

Learn how to uninstall hpx.x86_64 on Fedora 34:

$ sudo dnf remove hpx.x86_64 $ sudo dnf autoremove

3. Information about the hpx.x86_64 package on Fedora 34

Last metadata expiration check: 0:27:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : hpx
Version : 1.6.0
Release : 3.fc34
Architecture : x86_64
Size : 3.7 M
Source : hpx-1.6.0-3.fc34.src.rpm
Repository : updates
Summary : General Purpose C++ Runtime System
URL : http://stellar.cct.lsu.edu/tag/hpx/
License : Boost
Description :
: HPX is a general purpose C++ runtime system for parallel and distributed
: applications of any scale.
:
: The goal of HPX is to create a high quality, freely available,
: open source implementation of the ParalleX model for conventional systems,
: such as classic Linux based Beowulf clusters or multi-socket highly parallel
: SMP nodes. At the same time, we want to have a very modular and well designed
: runtime system architecture which would allow us to port our implementation
: onto new computer system architectures. We want to use real world applications
: to drive the development of the runtime system, coining out required
: functionality and converging onto a stable API which will provide a smooth
: migration path for developers. The API exposed by HPX is modeled after the
: interfaces defined by the C++11 ISO standard and adheres to the
: programming guidelines used by the Boost collection of C++ libraries.
:
: This package contains the libraries