Install msi-keyboard
Installing msi-keyboard package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install msi-keyboard
msi-keyboard package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | msi-keyboard |
version | 1.1-1 |
description | command line tool to change MSI steelseries keyboards color setup |
subsection | utils |
website | github.com / bparker06 / msi-keyboard / |
maintainer | Giulio Paci |
Uninstall msi-keyboard
To remove just msi-keyboard package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove msi-keyboard
Uninstall msi-keyboard and it’s dependent packages
To remove the msi-keyboard package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove msi-keyboard
Purging msi-keyboard
If you also want to delete configuration and/or data files of msi-keyboard from Debian Sid then this will work:
sudo apt-get purge msi-keyboard
To delete configuration and/or data files of msi-keyboard and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove msi-keyboard