How to Install and Uninstall strace Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 03,2024

1. Install "strace" package

This guide covers the steps necessary to install strace on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install strace

2. Uninstall "strace" package

Here is a brief guide to show you how to uninstall strace on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove strace $ sudo apt autoclean && sudo apt autoremove

3. Information about the strace package on Ubuntu 20.10 (Groovy Gorilla)

Package: strace
Architecture: amd64
Version: 5.5-3ubuntu1
Priority: standard
Section: utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Steve McIntyre <[email protected]>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1613
Depends: libc6 (>= 2.28), libunwind8
Filename: pool/main/s/strace/strace_5.5-3ubuntu1_amd64.deb
Size: 380004
MD5sum: fe33f1e7c21aad1dccd76acca18362b7
SHA1: 8f8f79674dd4e9b7534246f53948153e376f40f7
SHA256: 7ea34fe9db8b7d0fb3aeaf4c62d1146bef2ad5b9beb936c47070f2f3cbdd5988
SHA512: 8fe2b310a36dab1b98ec427393df02ac3b8a0f29c4e31d91bef19f6684adb56f98fcedf856e424dfc7d044c60d84dca55efc85e87da68341b6234a710bd27d45
Homepage: https://strace.io
Description-en: System call tracer
strace is a system call tracer, i.e. a debugging tool which prints out
a trace of all the system calls made by a another process/program.
The program to be traced need not be recompiled for this, so you can
use it on binaries for which you don't have source.
.
System calls and signals are events that happen at the user/kernel
interface. A close examination of this boundary is very useful for bug
isolation, sanity checking and attempting to capture race conditions.
Description-md5: fdf43cf55f0bad37911360a84bc907c3
Task: standard