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

Last updated: May 14,2024

1. Install "libsharp-dev" package

Learn how to install libsharp-dev on Kali Linux

$ sudo apt update $ sudo apt install libsharp-dev

2. Uninstall "libsharp-dev" package

In this section, we are going to explain the necessary steps to uninstall libsharp-dev on Kali Linux:

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

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

Package: libsharp-dev
Source: libsharp
Version: 1.0.0-2
Installed-Size: 349
Maintainer: Debian Astro Team
Architecture: amd64
Depends: libsharp0 (= 1.0.0-2)
Size: 84928
SHA256: 864de795b0e1d3f51f3216f68be2a2a911a7e7060526a48c0768325839505ab4
SHA1: 385222607c5fa6b46f092390fa78013090f1f359
MD5sum: a6a4d65131296cd506901e4c11ce803c
Description: fast spherical harmonic transforms - C/C++ library
libsharp is a library for spherical harmonic transforms (SHTs), which evolved
from the libpsht library, addressing several of its shortcomings, such as
adding MPI support for distributed memory systems and SHTs of fields with
arbitrary spin, but also supporting new developments in CPU instruction sets
like the Advanced Vector Extensions (AVX) or fused multiply-accumulate (FMA)
instructions. The library is implemented in portable C99 and provides an
interface that can be easily accessed from other programming languages such as
C++, Fortran, Python etc. Generally, libsharp's performance is at least on par
with that of its predecessor; however, significant improvements were made to
the algorithms for scalar SHTs, which are roughly twice as fast when using the
same CPU capabilities.
.
This package provides the static library and headers.
Description-md5:
Multi-Arch: same
Homepage: https://healpix.sourceforge.net
Section: libdevel
Priority: optional
Filename: pool/main/libs/libsharp/libsharp-dev_1.0.0-2_amd64.deb