How to Install and Uninstall sysprof Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "sysprof" package

This guide let you learn how to install sysprof on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install sysprof

2. Uninstall "sysprof" package

Here is a brief guide to show you how to uninstall sysprof on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the sysprof package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: sysprof
Priority: optional
Section: universe/devel
Installed-Size: 440
Maintainer: Ubuntu Developers
Original-Maintainer: Ritesh Raj Sarraf
Architecture: amd64
Version: 1.2.0-3
Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libgdk-pixbuf2.0-0 (>= 2.22.0), libglade2-0 (>= 1:2.6.1), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.12.0), libpango-1.0-0 (>= 1.14.0)
Filename: pool/universe/s/sysprof/sysprof_1.2.0-3_amd64.deb
Size: 184656
MD5sum: 89542f62b8a9f70e8392b4e3f7232f2b
SHA1: ab53ddbec6a677d8aed11c4ae3f2693414bbb143
SHA256: 63544af0f6490a598696d0a2549388b7474d39a924100a90b6df34a1517b1d16
Description-en: 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: 9eed05f73779350c69a87944de3a0134
Homepage: http://www.daimi.au.dk/~sandmann/sysprof/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu