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