How to Install and Uninstall kokkos-devel.x86_64 Package on CentOS 8 / RHEL 8

Last updated: March 01,2025

1. Install "kokkos-devel.x86_64" package

Please follow the instructions below to install kokkos-devel.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "kokkos-devel.x86_64" package

Please follow the steps below to uninstall kokkos-devel.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the kokkos-devel.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:19:17 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : kokkos-devel
Version : 3.0.00
Release : 1.el8
Architecture : x86_64
Size : 404 k
Source : kokkos-3.0.00-1.el8.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.