Install ncmpc
Installing ncmpc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ncmpc
ncmpc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ncmpc |
version | 0.24-1+b1 |
description | ncurses-based audio player |
subsection | sound |
website | mpd.wikia.com / wiki / Client:Ncmpc |
maintainer | Sebastian Harl |
Uninstall ncmpc
To remove just ncmpc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ncmpc
Uninstall ncmpc and it’s dependent packages
To remove the ncmpc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ncmpc
Purging ncmpc
If you also want to delete configuration and/or data files of ncmpc from Debian Sid then this will work:
sudo apt-get purge ncmpc
To delete configuration and/or data files of ncmpc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ncmpc