How to Install and Uninstall sysprof Package on Kali Linux

Last updated: May 17,2024

1. Install "sysprof" package

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

$ sudo apt update $ sudo apt install sysprof

2. Uninstall "sysprof" package

Here is a brief guide to show you how to uninstall sysprof on Kali Linux:

$ sudo apt remove sysprof $ sudo apt autoclean && sudo apt autoremove

3. Information about the sysprof package on Kali Linux

Package: sysprof
Version: 46~beta-1
Installed-Size: 3957
Maintainer: Debian GNOME Maintainers
Architecture: amd64
Depends: libadwaita-1-0 (>= 1.4~beta), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libdex-1-1 (>= 0.3.1), libgcc-s1 (>= 3.4), libglib2.0-0 (>= 2.76.0), libgraphene-1.0-0 (>= 1.5.4), libgtk-4-1 (>= 4.10), libjson-glib-1.0-0 (>= 1.5.2), libpanel-1-1 (>= 1.3.0), libpango-1.0-0 (>= 1.14.0), libpolkit-agent-1-0 (>= 0.99), libpolkit-gobject-1-0 (>= 0.101), libstdc++6 (>= 4.1.1), libsysprof-6-6 (= 46~beta-1), libsysprof-6-modules (= 46~beta-1)
Size: 679448
SHA256: b6cc652478097cd027774fc2a24a098d413f694da6a97b39df2bb11341f92769
SHA1: 40ff60ac34a3d7d6981cc3c805050dc52aa03702
MD5sum: 5597db14064248637ac95593600685d1
Description: system-wide Linux profiler
Sysprof is a sampling CPU profiler that uses a ptrace in Linux kernel to
profile the entire system, not just a single application. Sysprof handles
shared libraries and applications do not need to be recompiled. In fact they
don't even have to be restarted.
.
It has the following features:
- profiles all running processes, not just a single application
- has a simple graphical interface
- shows the time spent in each branch of the call tree
- profiles can be loaded and saved
Description-md5:
Homepage: https://wiki.gnome.org/Apps/Sysprof
Tag: devel::profiler, implemented-in::c, interface::graphical,
interface::x11, role::program, uitoolkit::gtk, x11::application
Section: devel
Priority: optional
Filename: pool/main/s/sysprof/sysprof_46~beta-1_amd64.deb