Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install mozc-server on Debian Unstable (Sid)


Install mozc-server

Installing mozc-server package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install mozc-server

mozc-server package information

distro Debian Unstable (Sid)
section Main
name mozc-server
version 2.17.2116.102+gitfd0f5b34+dfsg-1
description Server of the Mozc input method
subsection utils
website github.com / google / mozc.git
maintainer Nobuhiro Iwamatsu

Uninstall mozc-server

To remove just mozc-server package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove mozc-server

Uninstall mozc-server and it’s dependent packages

To remove the mozc-server package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove mozc-server

Purging mozc-server

If you also want to delete configuration and/or data files of mozc-server from Debian Sid then this will work:

sudo apt-get purge mozc-server

To delete configuration and/or data files of mozc-server and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove mozc-server

 

Comments

comments