How to Install and Uninstall kokkos-devel.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "kokkos-devel.x86_64" package

Please follow the instructions below to install kokkos-devel.x86_64 on Fedora 36

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

2. Uninstall "kokkos-devel.x86_64" package

This guide let you learn how to uninstall kokkos-devel.x86_64 on Fedora 36:

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

3. Information about the kokkos-devel.x86_64 package on Fedora 36

Last metadata expiration check: 2:54:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : kokkos-devel
Version : 3.6.01
Release : 1.fc36
Architecture : x86_64
Size : 501 k
Source : kokkos-3.6.01-1.fc36.src.rpm
Repository : updates
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.