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