Install nedit-dbg
Installing nedit-dbg package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nedit-dbg
nedit-dbg package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nedit-dbg |
version | 1:5.6a-3 |
description | debugging symbols for nedit |
subsection | debug |
website | sourceforge.net / projects / nedit / |
maintainer | Paul Gevers |
Uninstall nedit-dbg
To remove just nedit-dbg package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nedit-dbg
Uninstall nedit-dbg and it’s dependent packages
To remove the nedit-dbg package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nedit-dbg
Purging nedit-dbg
If you also want to delete configuration and/or data files of nedit-dbg from Debian Sid then this will work:
sudo apt-get purge nedit-dbg
To delete configuration and/or data files of nedit-dbg and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nedit-dbg