To uninstall dejagnu just follow these instructions.
sudo apt-get remove dejagnu
This will remove just the dejagnu package itself.
sudo apt-get remove --auto-remove dejagnu
This will remove the dejagnu package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for dejagnu then this will work.
sudo apt-get purge dejagnu
Or similarly, like this dejagnu
sudo apt-get purge --auto-remove dejagnu
Package | dejagnu |
Version | 1.5-3build1 |
Maintainer | Ubuntu Developers <[email protected]> |
Description | framework for running test suites on software tools |
Distro | ubuntu |
Release | trusty |
Repo | main |
Section | devel |