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