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

Last updated: May 13,2024

1. Install "deheader" package

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

$ sudo apt update $ sudo apt install deheader

2. Uninstall "deheader" package

This guide covers the steps necessary to uninstall deheader on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove deheader $ sudo apt autoclean && sudo apt autoremove

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

Package: deheader
Priority: optional
Section: universe/devel
Installed-Size: 107
Maintainer: Ubuntu Developers
Original-Maintainer: Reiner Herrmann
Architecture: all
Version: 1.3-1
Depends: python:any, make
Recommends: c-compiler, c++-compiler
Filename: pool/universe/d/deheader/deheader_1.3-1_all.deb
Size: 25718
MD5sum: 40996dfe330b2ccb928792c3bae9e24c
SHA1: 8de4a89c0495052b3c37935e342560539f97ed12
SHA256: 20e8cfa9c310063b202ff12f4aa7c5ca86a055f6e2c28d549930a4cf17cfdd31
Description-en: Find and remove unnecessary includes in C or C++ source files
deheader analyzes C and C++ files to determine which header inclusions can be
removed while still allowing them to compile. This may result in substantial
improvements in compilation time, especially on large C++ projects; it also
sometimes exposes dependencies and cohesions of which developers were unaware.
Description-md5: 01dcd7f337119de0bce134084933aadc
Homepage: http://www.catb.org/~esr/deheader/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu