How to Install and Uninstall libsharp0 Package on Kali Linux

Last updated: May 10,2024

1. Install "libsharp0" package

Please follow the steps below to install libsharp0 on Kali Linux

$ sudo apt update $ sudo apt install libsharp0

2. Uninstall "libsharp0" package

This tutorial shows how to uninstall libsharp0 on Kali Linux:

$ sudo apt remove libsharp0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsharp0 package on Kali Linux

Package: libsharp0
Source: libsharp
Version: 1.0.0-2
Installed-Size: 255
Maintainer: Debian Astro Team
Architecture: amd64
Depends: libc6 (>= 2.15), libgomp1 (>= 6)
Size: 78476
SHA256: 68479331961d17ada9031c38c522f4cc914919cb03361ae3e1e8eea7cd492ba6
SHA1: 5262493ed55e9964773a8d3d1ce1d1e941608b9f
MD5sum: 25d15b4399b0ef4a11a503f7fd537c75
Description: fast spherical harmonic transforms - C/C++ development 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 dynamic library.
Description-md5:
Multi-Arch: same
Homepage: https://healpix.sourceforge.net
Section: libs
Priority: optional
Filename: pool/main/libs/libsharp/libsharp0_1.0.0-2_amd64.deb