Installation

한국어 버전 (Korean version)

Ubuntu, Kubuntu

sudo add-apt-repository ppa:hodong/nimf
sudo apt update

To use all input methods, install the following packages.

sudo apt install nimf nimf-anthy nimf-libhangul nimf-m17n nimf-rime

On the other hand, if you want to use only the Korean input method, please install the following packages.

sudo apt install nimf nimf-libhangul

Debian 10 Buster

sudo echo "deb http://ppa.launchpad.net/hodong/nimf/ubuntu bionic main" > /etc/apt/sources.list.d/nimf.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C290E34891F9381B
sudo apt update

To use all input methods, install the following packages.

sudo apt install nimf nimf-anthy nimf-libhangul nimf-m17n nimf-rime

On the other hand, if you want to use only the Korean input method, please install the following packages.

sudo apt install nimf nimf-libhangul

Arch Linux, Manjaro

sudo pacman -Syu
sudo pacman -S binutils
wget https://gitlab.com/nimf-i18n/nimf/raw/master/archlinux/PKGBUILD
makepkg -si PKGBUILD

Fedora, OpenSUSE

sudo yum install yum-plugin-copr
sudo yum copr enable hodong/nimf
sudo yum install nimf

CentOS

sudo yum install epel-release yum-plugin-copr
sudo yum copr enable hodong/nimf
sudo yum install nimf

Setup environment variables

nimf-settings

After installing nimf, run nimf-settings and turn on the Setup environment variables option.
If you want to use other input methods, you must turn off the Setup environment variables option.

Setup environment variables

Ubuntu, Kubuntu, Debian

im-config -n nimf

Fedora, OpenSUSE, CentOS

imsettings-switch nimf

And then log in again and you can use nimf right away.