How to Install and Uninstall scim Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "scim" package

Please follow the guidelines below to install scim on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install scim

2. Uninstall "scim" package

This tutorial shows how to uninstall scim on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove scim $ sudo apt autoclean && sudo apt autoremove

3. Information about the scim package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: scim
Priority: optional
Section: universe/utils
Installed-Size: 1732
Maintainer: Ubuntu Developers
Original-Maintainer: Rolf Leggewie
Architecture: amd64
Version: 1.4.15-6
Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.11.5), libpango-1.0-0 (>= 1.14.0), libscim8v5 (>= 1.4), libstdc++6 (>= 5.2), libx11-6
Recommends: scim-gtk-immodule, im-config | im-switch, scim-im-agent
Suggests: scim-uim, scim-pinyin, scim-hangul, scim-chewing, scim-m17n, scim-prime, scim-anthy, scim-skk, scim-canna, scim-tables-additional, scim-tables-ja, scim-tables-ko, scim-tables-zh, scim-thai
Filename: pool/universe/s/scim/scim_1.4.15-6_amd64.deb
Size: 383166
MD5sum: a1b5f811e1c9ea2500127057e21047ca
SHA1: fb7e9fa4de1c8753878b7c14e7e80d78b90131ec
SHA256: 637510eda61b023f7edd928da003fd7cd6a7d9f52bffdf662f0aade79933c989
Description-en: smart common input method platform
Smart Common Input Method (SCIM) is an input method (IM) platform. Input
methods are needed to enter complex characters in many non-latin languages.
SCIM provides a common platform for various plugin modules and independent IM
programs, as well as a set of modules and programs on its own. It is highly
modularized and exposes abstract interfaces, so that plugin modules with
different functions can easily communicate with each other. The currently
supported module types are configuration, IM engine, front end, filter, and
setup GUI.
.
SCIM achieves the communication between IM engines and front ends through
both shared library linking and server/client mode. It supports XIM
protocol, as well as GTK+ IM module and Qt IM module.
.
This package is the main binary package of SCIM. It includes: the main
program scim (GTK+ based) and other support programs; simple configuration
module, X11 front end module, rawcode IM engine module,
simplified/traditional Chinese conversion filter module, and their
corresponding setup GUI modules; GTK+ panel and its setup GUI module; and a
GTK+ based setup tool.
.
SCIM is a well accepted platform and features various input method engines
for many languages. In Debian you can find the following separately packaged
IMs useful: scim-tables-{additional,ja,ko,zh}, scim-pinyin, scim-uim,
scim-m17n, scim-chewing, scim-anthy, scim-canna, scim-prime, and scim-skk.
GTK+ users would also find package scim-gtk-immodule useful for GTK+ IM
module support.
.
For development on SCIM platform, please see the description of scim-dev
package.
Description-md5: 746083a9ca5c059e005e4dab33792347
Multi-Arch: foreign
Homepage: https://sourceforge.net/projects/scim/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu