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

Last updated: September 18,2024

1. Install "kokkos.x86_64" package

Here is a brief guide to show you how to install kokkos.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install kokkos.x86_64

2. Uninstall "kokkos.x86_64" package

Please follow the steps below to uninstall kokkos.x86_64 on Fedora 34:

$ sudo dnf remove kokkos.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:23:52 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : kokkos
Version : 3.4.01
Release : 1.fc34
Architecture : x86_64
Size : 137 k
Source : kokkos-3.4.01-1.fc34.src.rpm
Repository : updates
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.