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