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