How to Install and Uninstall kokkos.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "kokkos.x86_64" package

This tutorial shows how to install kokkos.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install kokkos.x86_64

2. Uninstall "kokkos.x86_64" package

This is a short guide on how to uninstall kokkos.x86_64 on Rocky Linux 8:

$ sudo dnf remove kokkos.x86_64 $ sudo dnf autoremove

3. Information about the kokkos.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:36:26 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : kokkos
Version : 3.0.00
Release : 2.el8
Architecture : x86_64
Size : 71 k
Source : kokkos-3.0.00-2.el8.src.rpm
Repository : epel
Summary : Kokkos C++ Performance Portability Programming
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.