How to Install and Uninstall libnccl-dev Package on Kali Linux

Last updated: May 20,2024

1. Install "libnccl-dev" package

Here is a brief guide to show you how to install libnccl-dev on Kali Linux

$ sudo apt update $ sudo apt install libnccl-dev

2. Uninstall "libnccl-dev" package

Please follow the steps below to uninstall libnccl-dev on Kali Linux:

$ sudo apt remove libnccl-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnccl-dev package on Kali Linux

Package: libnccl-dev
Source: nvidia-nccl
Version: 2.18.5-1-2
Installed-Size: 291577
Maintainer: Debian NVIDIA Maintainers
Architecture: amd64
Provides: libnccl.so
Depends: libnccl2 (= 2.18.5-1-2)
Size: 98454684
SHA256: f0a3a5e4bd3a88b5a90869fca6c048556685d779a8136be8d0e61fc700ba4742
SHA1: 4676a6137ca2826151cd9fa8a5a6e8b458c99ee9
MD5sum: 0446f3c339ee8a2c864821f8a066ecce
Description: NVIDIA Optimized primitives for inter-GPU communication (development)
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 development files.
Description-md5:
Homepage: https://github.com/NVIDIA/nccl
Tag: devel::library, role::devel-lib
Section: contrib/libdevel
Priority: optional
Filename: pool/contrib/n/nvidia-nccl/libnccl-dev_2.18.5-1-2_amd64.deb