How to Install and Uninstall apitrace-tracers Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "apitrace-tracers" package

In this section, we are going to explain the necessary steps to install apitrace-tracers on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install apitrace-tracers

2. Uninstall "apitrace-tracers" package

Please follow the guidance below to uninstall apitrace-tracers on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove apitrace-tracers $ sudo apt autoclean && sudo apt autoremove

3. Information about the apitrace-tracers package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: apitrace-tracers
Priority: optional
Section: universe/graphics
Installed-Size: 7868
Maintainer: Christopher James Halse Rogers
Architecture: amd64
Source: apitrace
Version: 6.1+git20150626.62ad71c6+repack-1build3
Depends: libc6 (>> 2.23), libc6 (<< 2.24)
Filename: pool/universe/a/apitrace/apitrace-tracers_6.1+git20150626.62ad71c6+repack-1build3_amd64.deb
Size: 1154944
MD5sum: 987c80324a509bee396c72179db80464
SHA1: 1e6d064d315e036573ed32729f2b2b4dcd72b361
SHA256: 2ef4fa6d4523279a518a353f5867d58b6618223a56e00d9160cb9290d6e787c2
Description-en: tools for debugging OpenGL applications and drivers - application tracer
apitrace is a suite of tools for debugging OpenGL applications and drivers.
It includes a tool to generate a trace of all the OpenGL calls an application
makes and a tool for replaying these traces and inspecting the rendering and
OpenGL state during the program's execution.
.
This makes it useful for identifying the sources of graphical corruption in
OpenGL applications.
.
This package contains the components required to trace the OpenGL calls made
by an application and record them into a trace file for later replay and
debugging.
Description-md5: 9d94cdfc03499602357a6afc04d9053c
Multi-Arch: same
Homepage: https://apitrace.github.io
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu