Install mozc-data
Installing mozc-data package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mozc-data
mozc-data package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mozc-data |
version | 2.17.2116.102+gitfd0f5b34+dfsg-1 |
description | Mozc input method – data files |
subsection | utils |
website | github.com / google / mozc.git |
maintainer | Nobuhiro Iwamatsu |
Uninstall mozc-data
To remove just mozc-data package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mozc-data
Uninstall mozc-data and it’s dependent packages
To remove the mozc-data package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mozc-data
Purging mozc-data
If you also want to delete configuration and/or data files of mozc-data from Debian Sid then this will work:
sudo apt-get purge mozc-data
To delete configuration and/or data files of mozc-data and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mozc-data