Install scim-canna
Installing scim-canna package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install scim-canna
scim-canna package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | scim-canna |
version | 1.0.0-4.2+b1 |
description | SCIM IMEngine module for Canna |
subsection | utils |
website | scim-imengine.sourceforge.jp |
maintainer | Ikuya Awashiro |
Uninstall scim-canna
To remove just scim-canna package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove scim-canna
Uninstall scim-canna and it’s dependent packages
To remove the scim-canna package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove scim-canna
Purging scim-canna
If you also want to delete configuration and/or data files of scim-canna from Debian Sid then this will work:
sudo apt-get purge scim-canna
To delete configuration and/or data files of scim-canna and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove scim-canna