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

Last updated: May 11,2024

1. Install "apitrace" package

This is a short guide on how to install apitrace on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install apitrace

2. Uninstall "apitrace" package

This tutorial shows how to uninstall apitrace on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: apitrace
Priority: optional
Section: universe/graphics
Installed-Size: 6668
Maintainer: Christopher James Halse Rogers
Architecture: amd64
Version: 6.1+git20150626.62ad71c6+repack-1build3
Depends: libbsd0 (>= 0.0), libc6 (>= 2.14), libgcc1 (>= 1:4.2), libpng12-0 (>= 1.2.13-4), libprocps4, libsnappy1v5, libstdc++6 (>= 5.2), libx11-6, zlib1g (>= 1:1.1.4), apitrace-tracers (= 6.1+git20150626.62ad71c6+repack-1build3), python, python-imaging
Filename: pool/universe/a/apitrace/apitrace_6.1+git20150626.62ad71c6+repack-1build3_amd64.deb
Size: 869922
MD5sum: 2dbc0b998928169d1b77000e4245a026
SHA1: 1178eb50609a090c23624019f6e4eee42386a286
SHA256: 49bbcc01f754ed7f976f8676b67794eaba6ef5bf59cf39796a446b1cf50e555a
Description-en: tools for debugging OpenGL applications and drivers - cli frontends
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 frontends for the apitrace tool, making it easy to trace
applications and replay, compare, profile, and modify existing traces.
Description-md5: d0274f9a2beda89ed6a50b1dafd826e8
Homepage: https://apitrace.github.io
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu