Today, I would like to introduce the Vietnamese input method in Ubuntu. Scim-Unikey is the most stable package for typing Vietnamese characters, by combining the advantages of Smart Character Input Method (SCIM) and the most famous Vietnam input method Unikey. Scim-Unikey now is maintained by Ubuntu-VN and Vietnamese Ubuntu Community. If you want to learn Vietnamese language, I recommend you to use Scim-Unikey in Ubuntu.
If you are using Ubuntu 9.10 or Ubuntu 10.04, please refer to install Vietnamese Input Method ibus-unikey in Ubuntu since IBus becomes the main input method manager instead of Scim.
Install Ubuntu-VN Repository
Using Software Sources
Add Ubuntu-VN PPA Authentication key
- Download public key from http://www.ubuntu-vn.org/ubuntu-vn_ppa.key
- Go to menu System->Administration->Software Sources
- At tab Authentication, click Import Key File… -> browse to the downloaded file -> click OK.
Add APT source list
- Go to menu System->Administration->Software Sources
- At tab Third-Party Software, Add the following lines based on your current Ubuntu version:
- Ubuntu 9.04 (Jaunty Jackalope)
deb http://ppa.launchpad.net/ubuntu-vn/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/ubuntu-vn/ppa/ubuntu jaunty main
- Ubuntu 8.10 (Intrepid Ibex)
deb http://ppa.launchpad.net/ubuntu-vn/ppa/ubuntu intrepid main deb-src http://ppa.launchpad.net/ubuntu-vn/ppa/ubuntu intrepid main
- Ubuntu 8.04 (Hardy Heron)
deb http://ppa.launchpad.net/ubuntu-vn/ppa/ubuntu hardy main deb-src http://ppa.launchpad.net/ubuntu-vn/ppa/ubuntu hardy main
Using Command Line
Open Terminal and type the corresponding line
Add Ubuntu-VN PPA Authentication key
wget -q http://www.ubuntu-vn.org/ubuntu-vn_ppa.key -O- | \ sudo apt-key add -
or
sudo apt-key adv --recv-keys --keyserver \ keyserver.ubuntu.com 81E7FE09
Add APT source list
Type the following lines based on your current Ubuntu version:
- Ubuntu 9.04
sudo wget http://www.ubuntu-vn.org/jaunty.list -O \ /etc/apt/sources.list.d/ubuntu-vn.list
- Ubuntu 8.10
sudo wget http://www.ubuntu-vn.org/intrepid.list -O \ /etc/apt/sources.list.d/ubuntu-vn.list
- Ubuntu 8.04
sudo wget http://www.ubuntu-vn.org/hardy.list -O \ /etc/apt/sources.list.d/ubuntu-vn.list
Install scim-unikey packages
Now we are ready to install scim-unikey package:
- Type search and find packag named scim-unikey in Synaptic
- Use the command: sudo apt-get install scim-unikey
Configuration
- Go to System -> Administration -> Language support and select Use input method engines (IME) to enter complex characters
- Go to System -> Preferences -> SCIM Input Method Setup and assign hotkey for SCIM-Unikey input method.
You should restart your machine or logout your current session and login again. You can see and config anything with SCIM setup.
We have some input method types but the most popular type is Telex Unicode.
Reboot the machine and try to hit the hotkey and now we go
. Xin chào (hello) by press: xin chaof
Install offline
- Go to this website: https://launchpad.net/~ubuntu-vn/+archive/ppa
- Choose the suitable package name and ubuntu version.
- At the Package files tab, choose the corresponding .deb file
- i386: for Ubuntu 32 bit
- amd64: for Ubuntu 64bit
- lpia: for Ubuntu Mobile
- all: for all other architectures
- Download and install as nomal
- Configure as above
Reference
Cài bộ gõ tiếng Việt Scim-Unikey cho Ubuntu 9.04
Howto install Vietnamese Input Method Scim-Unikey on Ubuntu,




