Installlion's Logo

Installlion.com

How To Uninstall dejagnu On Ubuntu 14.04 LTS

To uninstall dejagnu just follow these instructions.

Uninstall just dejagnu

framework for running test suites on software toolsUbuntu 14.04 LTSdevel1.5-3build1
sudo apt-get remove dejagnu

This will remove just the dejagnu package itself.

Uninstall dejagnu and its dependencies

sudo apt-get remove --auto-remove dejagnu

This will remove the dejagnu package and any other dependant packages which are no longer needed.

Purging your config/data too

If you also want to delete your local/config files for dejagnu then this will work.

 Caution! Purged config/data can not be restored by reinstalling the package.
sudo apt-get purge dejagnu

Or similarly, like this dejagnu

sudo apt-get purge --auto-remove dejagnu

Package Data

Packagedejagnu
Version1.5-3build1
MaintainerUbuntu Developers <[email protected]>
Descriptionframework for running test suites on software tools
Distroubuntu
Releasetrusty
Repomain
Sectiondevel

Dependencies