How to Install and Uninstall libnccl2 Package on Kali Linux

Last updated: June 29,2024

1. Install "libnccl2" package

This tutorial shows how to install libnccl2 on Kali Linux

$ sudo apt update $ sudo apt install libnccl2

2. Uninstall "libnccl2" package

This tutorial shows how to uninstall libnccl2 on Kali Linux:

$ sudo apt remove libnccl2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnccl2 package on Kali Linux

Package: libnccl2
Source: nvidia-nccl
Version: 2.18.5-1-2
Installed-Size: 285576
Maintainer: Debian NVIDIA Maintainers
Architecture: amd64
Provides: libnccl.so.2
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.8)
Size: 98549268
SHA256: da5552df5a6207b043ffbca4c4a0068025179c021c8ffd431591c7f801f20aee
SHA1: ef042cf2682f0d6ee05f46173cafe9b5898cc213
MD5sum: 758913707e64ce35eb53b8f1ee87be52
Description: NVIDIA Optimized primitives for inter-GPU communication
NCCL (pronounced "Nickel") is a stand-alone library of standard communication
routines for GPUs, implementing all-reduce, all-gather, reduce, broadcast,
reduce-scatter, as well as any send/receive based communication pattern. It
has been optimized to achieve high bandwidth on platforms using PCIe, NVLink,
NVswitch, as well as networking using InfiniBand Verbs or TCP/IP sockets. NCCL
supports an arbitrary number of GPUs installed in a single node or across
multiple nodes, and can be used in either single- or multi-process (e.g., MPI)
applications.
.
This package contains the shared objects.
Description-md5:
Homepage: https://github.com/NVIDIA/nccl
Tag: role::shared-lib
Section: contrib/libs
Priority: optional
Filename: pool/contrib/n/nvidia-nccl/libnccl2_2.18.5-1-2_amd64.deb