downgrade: Downgrading Arch Linux packages
Again, Arch Linux package from AUR. This “downgrade”, I like it. Because Arch Linux uses the latest version packages, some bugs might not be fixed. Therefore, upgrading to the latest version sometimes might not work as expected. Such as, the recent version of ibus 1.4.0 does not work well. Therefore, we need to downgrade to the older version.
To downgrade to the older version, we can use the downloaded packages at /var/cache/pacman/pkg/. However, if we have cleaned up the older packages, then we need to use A.R.M (Arch Rollback Machine) which contains older version packages.
yaourt: Arch Linux most needed AUR
Today, I would like to post about the highest vote AUR package for Arch Linux, that is “yaourt”. This is not an application like others, but it is my favourite utility. “pacman” the package manager of Arch Linux only works for the core, extra, and community packages, but not AUR packages.
Meaning that, “yaourt” can solve 3 problems: 1) Easily download the AUR PKGBUILD, then build and install; 2) install the packages for dependencies; 3) update or upgrade the installed AUR packages.
libgooglepinyin: Pinyin input method for Linux
In my opinion IBus (Intelligent Input Bus) is the most popular input framework for Linux. Previously, SCIM is the most common input framework. This is because Ubuntu uses IBus as its default input framework currently.
There are two Chinese pinyin input for IBus, one is ibus-pinyin, another is ibus-sunpinyin. I prefer ibus-pinyin, since it is more common, and support the Traditional Chinese character; sunpinyin does not.
But today, I found another input method, that is libgooglepinyin, it is a fork from Google Pinyin for Android. Whoever uses Google Pinyin before should know that it is faster than a normal pinyin method, it works like Sogou Pinyin. It is available for Arch Linux using AUR. Super good.