How to Install and Uninstall kokkos-devel.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "kokkos-devel.x86_64" package

This tutorial shows how to install kokkos-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install kokkos-devel.x86_64

2. Uninstall "kokkos-devel.x86_64" package

This guide covers the steps necessary to uninstall kokkos-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove kokkos-devel.x86_64 $ sudo dnf autoremove

3. Information about the kokkos-devel.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:03:50 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : kokkos-devel
Version : 4.2.00
Release : 2.el9
Architecture : x86_64
Size : 574 k
Source : kokkos-4.2.00-2.el9.src.rpm
Repository : epel
Summary : Development package for kokkos packages
URL : https://github.com/kokkos/kokkos
License : BSD
Description :
: Kokkos Core implements a programming model in C++ for writing performance
: portable applications targeting all major HPC platforms. For that purpose
: it provides abstractions for both parallel execution of code and data
: management. Kokkos is designed to target complex node architectures with
: N-level memory hierarchies and multiple types of execution resources. It
: currently can use OpenMP, Pthreads and CUDA as backend programming models.
:
: This package contains the development files of kokkos.