How to Install and Uninstall ucx.x86_64 Package on Fedora 38

Last updated: September 22,2024

1. Install "ucx.x86_64" package

Please follow the steps below to install ucx.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install ucx.x86_64

2. Uninstall "ucx.x86_64" package

This guide covers the steps necessary to uninstall ucx.x86_64 on Fedora 38:

$ sudo dnf remove ucx.x86_64 $ sudo dnf autoremove

3. Information about the ucx.x86_64 package on Fedora 38

Last metadata expiration check: 1:52:06 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : ucx
Version : 1.14.1
Release : 3.fc38
Architecture : x86_64
Size : 780 k
Source : ucx-1.14.1-3.fc38.src.rpm
Repository : updates
Summary : UCX is a communication library implementing high-performance messaging
URL : http://www.openucx.org
License : BSD-3-Clause AND MIT AND CC-PDDC AND (BSD-3-Clause OR Apache-2.0)
Description : UCX is an optimized communication framework for high-performance distributed
: applications. UCX utilizes high-speed networks, such as RDMA (InfiniBand, RoCE,
: etc), Cray Gemini or Aries, for inter-node communication. If no such network is
: available, TCP is used instead. UCX supports efficient transfer of data in
: either main memory (RAM) or GPU memory (through CUDA and ROCm libraries). In
: addition, UCX provides efficient intra-node communication, by leveraging the
: following shared memory mechanisms: posix, sysv, cma, knem, and xpmem.
: The acronym UCX stands for "Unified Communication X".