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
Related posts:
- Howto Install Vietnamese Input Method ibus-unikey in Ubuntu IBus (Intelligent Input Bus for Linux/Unix OS) become the main Language Input Method manager since Ubuntu 9.10. For Vietnamese people and ones who want to learn and type Vietnamese language, unikey is usually the best choice in Windows and Linux as well. This article is going to guide to install ibus-unikey in Ubuntu. Ibus-Unikey package [...]...
- Special Korean Input method: Hangul Romaja All Korean input methods At the moment,there are 3 Korean input methods: Hangul: use Korean keyboard. For example, typing ‘a’ button we get consonant ㅁ (미음). Learning new type keyboard is very difficult for foreigner because it is easy to confuse with the English typing method, even you do not have Korean keyboard, you may [...]...
- How to upgrade Pidgin and fix Yahoo problem in Ubuntu 9.04 Some days ago, I couldn’t even sign in my Yahoo account in Pidgin. At that time, I guessed that having some problems and was waiting for upgrade version of Pidgin. Finally, the new version 2.5.7 has been released on 20th June wih new bug fix. Version 2.5.7 (06/20/2009) Yahoo Protocol 16 support, including new HTTPS [...]...
- Howto Install and setup TFTPD in Ubuntu workstation I was doing my own project using TMS320DM355 EVM with MontaVista realtime Linux is installed some months ago. At that time, I search in Google many times but I didn’t get success to install TFTP. Finally, I found out one great tutorial about that. In my system, I use TFTP protocol to download Linux kernel, [...]...
- How to install Picasa in Ubuntu Homepage: http://picasa.google.com Today, I am going to upload my pictures from last party, I suddenly remember a such powerful and great image management: Picasa from Google. Actually, I love Google products because of their simple characteristics. Picasa application can run cross-platform on Linux and Windows OS as well. In Windows, it use this one also. [...]...
- How to install packages from GetDeb Homepage: http://www.getdeb.net Today, I went to the GetDeb website just because I wanted to download the latest Filezilla FTP application for my Ubuntu 9.10, and I was really surprised that now they have a very great website and also their own Repository. Before it was so difficult to access this website, even couldn’t see anything, [...]...




