How to Install and Uninstall libcu++-dev Package on Kali Linux

Last updated: July 04,2024

1. Install "libcu++-dev" package

Learn how to install libcu++-dev on Kali Linux

$ sudo apt update $ sudo apt install libcu++-dev

2. Uninstall "libcu++-dev" package

Here is a brief guide to show you how to uninstall libcu++-dev on Kali Linux:

$ sudo apt remove libcu++-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcu++-dev package on Kali Linux

Package: libcu++-dev
Source: libcudacxx
Version: 1.9.0-3
Installed-Size: 5687
Maintainer: Debian NVIDIA Maintainers
Architecture: all
Replaces: nvidia-cuda-dev (= 11.7.0-1), nvidia-cuda-dev (= 11.7.1-1), nvidia-cuda-dev (<< 11.6.2-5~)
Breaks: nvidia-cuda-dev (= 11.7.0-1), nvidia-cuda-dev (= 11.7.1-1), nvidia-cuda-dev (<< 11.6.2-5~)
Size: 559028
SHA256: 0bcf54cc45dc80118c2e1e4278ad63be06bd4c16ff1bba3ea6223ee1134981b6
SHA1: caab8a2c0106a017b7bc029558519545ea8f86c3
MD5sum: 22835c5c692e7bec47dacc6067b264ac
Description: NVIDIA C++ Standard Library
libcu++ provides a heterogeneous implementation of the C++ Standard Library
that can be used in and between CPU and GPU code.
.
Using libcu++ is as simple as using the C++ Standard Library.
All that is needed is adding 'cuda/std/' to the start of the Standard
Library includes and 'cuda::' before any uses of 'std::':
.
* #include
* cuda::std::atomic x;
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/NVIDIA/libcudacxx
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libc/libcudacxx/libcu++-dev_1.9.0-3_all.deb