To uninstall libncursesw5 just follow these instructions.
sudo apt-get remove libncursesw5
This will remove just the libncursesw5 package itself.
sudo apt-get remove --auto-remove libncursesw5
This will remove the libncursesw5 package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for libncursesw5 then this will work.
sudo apt-get purge libncursesw5
Or similarly, like this libncursesw5
sudo apt-get purge --auto-remove libncursesw5
Package | libncursesw5 |
Version | 5.9+20140913-1+b1 |
Maintainer | Craig Small <csmall@debian.org> |
Home page | http://invisible-island.net/ncurses/ |
Description | shared libraries for terminal handling (wide character support) |
Distro | debian |
Release | jessie |
Repo | main |
Section | libs |