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

Last updated: May 13,2024

1. Install "libgloo-dev" package

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

$ sudo apt update $ sudo apt install libgloo-dev

2. Uninstall "libgloo-dev" package

Please follow the step by step instructions below to uninstall libgloo-dev on Kali Linux:

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

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

Package: libgloo-dev
Source: gloo (0.0~git20230519.597accf-2)
Version: 0.0~git20230519.597accf-2+b1
Installed-Size: 293
Maintainer: Debian Deep Learning Team
Architecture: amd64
Replaces: libgloo-cuda-dev
Depends: libgloo0 (= 0.0~git20230519.597accf-2+b1), libhiredis-dev, libibverbs-dev
Conflicts: libgloo-cuda-dev
Size: 53400
SHA256: 71148f4a1156937d5de2864f9df0d5f2e13db4ad3134b714f1a19544073fc3a3
SHA1: 7030216ad270f1e0d79f3e1bdbdc48b1bae35c56
MD5sum: 20a7f9f7c1c77bfcab1682466f6ddbd0
Description: Collective communications library (development files)
Gloo is a collective communications library. It comes with a number of
collective algorithms useful for machine learning applications. These
include a barrier, broadcast, and allreduce.
.
Transport of data between participating machines is abstracted so that
IP can be used at all times, or InifiniBand (or RoCE) when available.
In the latter case, if the InfiniBand transport is used, GPUDirect can
be used to accelerate cross machine GPU-to-GPU memory transfers.
.
Where applicable, algorithms have an implementation that works with system
memory buffers, and one that works with NVIDIA GPU memory buffers. In the
latter case, it is not necessary to copy memory between host and device;
this is taken care of by the algorithm implementations.
.
This package ships the development files.
Description-md5:
Homepage: https://github.com/facebookincubator/gloo
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/g/gloo/libgloo-dev_0.0~git20230519.597accf-2+b1_amd64.deb