How to Install and Uninstall threadscope Package on Kali Linux

Last updated: May 17,2024

1. Install "threadscope" package

Here is a brief guide to show you how to install threadscope on Kali Linux

$ sudo apt update $ sudo apt install threadscope

2. Uninstall "threadscope" package

This guide covers the steps necessary to uninstall threadscope on Kali Linux:

$ sudo apt remove threadscope $ sudo apt autoclean && sudo apt autoremove

3. Information about the threadscope package on Kali Linux

Package: threadscope
Source: threadscope (0.2.13-1)
Version: 0.2.13-1+b2
Installed-Size: 11490
Maintainer: Debian Haskell Group
Architecture: amd64
Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.29), libcairo2 (>= 1.12.0), libffi8 (>= 3.4), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgmp10 (>= 2:6.2.1+dfsg), libgtk2.0-0 (>= 2.24.0), libharfbuzz0b (>= 0.6.0), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), zlib1g (>= 1:1.1.4)
Size: 1500640
SHA256: 3bbaacaf9f83e4a7b73fe983cbdceaf1301b81e921c59313d51a9b1fe20186de
SHA1: 32d828a9a4e011a0f72683b5bdbcc5c1fd1c7c0f
MD5sum: 4a0566c51411a4d7d99ddc40a4a09450
Description: graphical thread profiler for Haskell programs
Threadscope is a graphical thread profiler for Haskell programs.
It parses and displays the content of .eventlog files emitted by the
GHC 6.12.1 and later runtimes, showing a timeline of spark creation,
spark-to-thread promotions and garbage collections.
.
This helps debugging the parallel performance of Haskell programs,
making easier to check that work is well balanced across the available
processors and spot performance issues relating to garbage collection
or poor load balancing.
Description-md5: 215e0c066c6e55e7ba18313026100868
Homepage: https://hackage.haskell.org/package/threadscope
Tag: uitoolkit::gtk
Section: haskell
Priority: optional
Filename: pool/main/t/threadscope/threadscope_0.2.13-1+b2_amd64.deb