How to Install and Uninstall librocblas0 Package on Kali Linux

Last updated: November 26,2024

1. Install "librocblas0" package

This tutorial shows how to install librocblas0 on Kali Linux

$ sudo apt update $ sudo apt install librocblas0

2. Uninstall "librocblas0" package

Please follow the instructions below to uninstall librocblas0 on Kali Linux:

$ sudo apt remove librocblas0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the librocblas0 package on Kali Linux

Package: librocblas0
Source: rocblas
Version: 5.5.1+dfsg-4
Installed-Size: 2138330
Maintainer: Debian ROCm Team
Architecture: amd64
Depends: libamdhip64-5 (>= 5.0.0), libc6 (>= 2.34), libgcc-s1 (>= 12), libstdc++6 (>= 13.1)
Size: 88695820
SHA256: 44986e1dddf54151a9b5a44498fc88691b0bb8dba7b262d9978d3b8ff18f6351
SHA1: 8d5659c2fa3284efa49e7ace6d8a25b9d1c3a4c6
MD5sum: 2e8b1092ca53b5926f4fa290d19a8c24
Description: ROCm library for basic linear algebra - library
rocBLAS is a library for performing basic linear algebra routines
on AMD GPUs. It provides implementations of BLAS operations such as
dot product (DOT), general matrix multiplication (GEMM), triangular
matrix multiplication (TRMM), and many others. It is built on the
AMD ROCm platform and optimized for discrete AMD GPUs. The rocBLAS
library is implemented in the HIP programming language and is
supplemented by tuned assembly kernels.
.
rocBLAS provides a C99 interface and supports operations on matrices
of half-, single- or double-precision floating point numbers. The
library provides variants for its routines that efficiently operate
on batches of matrices and that support a variety of data layouts.
.
This package provides the AMD ROCm rocBLAS library.
Description-md5:
Homepage: https://github.com/rocmsoftwareplatform/rocblas
Section: libs
Priority: optional
Filename: pool/main/r/rocblas/librocblas0_5.5.1+dfsg-4_amd64.deb