Install pinyin-database
Installing pinyin-database package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pinyin-database
pinyin-database package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pinyin-database |
version | 1.2.99-3 |
description | PinYin database used by ibus-pinyin |
subsection | utils |
website | code.google.com / p / ibus |
maintainer | LI Daobing |
Uninstall pinyin-database
To remove just pinyin-database package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pinyin-database
Uninstall pinyin-database and it’s dependent packages
To remove the pinyin-database package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pinyin-database
Purging pinyin-database
If you also want to delete configuration and/or data files of pinyin-database from Debian Sid then this will work:
sudo apt-get purge pinyin-database
To delete configuration and/or data files of pinyin-database and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pinyin-database