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

Last updated: May 20,2024

1. Install "tau" package

Please follow the guidelines below to install tau on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install tau

2. Uninstall "tau" package

This guide let you learn how to uninstall tau on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove tau $ sudo apt autoclean && sudo apt autoremove

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

Package: tau
Priority: optional
Section: universe/devel
Installed-Size: 1493
Maintainer: Ubuntu Developers
Original-Maintainer: Yann Dirson
Architecture: amd64
Version: 2.17.3.1.dfsg-4
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9)
Recommends: tau-racy
Suggests: tau-examples, g++, gfortran
Filename: pool/universe/t/tau/tau_2.17.3.1.dfsg-4_amd64.deb
Size: 333168
MD5sum: 72ffbac84ee6975ae3a1db02f4e277f6
SHA1: 1c0df3eb271bd694f9335473aebc9eaaa730e6b1
SHA256: e28eee912e68ab9d905775918e6c3895e16baaf7ca327aed638adb04be4cbc27
Description-en: Tuning and Analysis Utilities - base profiling/tracing toolkit
TAU is a profiling toolkit specially made for parallel computing
(multi-thread, multi-process, MPI, PVM). It consists of an
instrumentation API, which can be used manually (or added
automatically by other instrumentation tools) to get runtime
profiling information.
.
This package provides the API and library, and the command-line
analysis tool. A Tcl/Tk-based GUI is available in package tau-racy.
.
This version is built with pthread support only. Support for PVM and
MPI, as well as use of PCL or PAPI for the use of hardware counters,
and of PDT or DynInst for automatic code instrumentation, are not
available in packaged form yet.
Description-md5: dab722896670fd5e8bf893468b39a7da
Homepage: http://www.cs.uoregon.edu/research/tau/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu