ubuntu中安裝谷歌拼音
安裝步驟如下:
1、進入終端命令輸入介面
2、安裝mercurial: sudo apt-get install mercurial
3、安裝cmake: sudo apt-get install cmake
4、安裝libgooglepinyin 庫
hg clone http://code.google.com/p/libgooglepinyin/
cd libgooglepinyin
mkdir build; cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install
5、安裝ibus-googlepinyin 輸入法
hg clone http://code.google.com/p/libgooglepinyin.ibus-wrapper/ ibus-googlepinyin
cd ibus-googlepinyin
mkdir build; cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install
6、如果需要升級,則進行如下操作(在 libgooglepinyin 目錄執行)
hg pull --time
hg up -C
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install
7、重啟ibus
killall ibus-daemon
ibus-daemon -d
8、將ibus設為開機啟動 在System -> administration -> language support 裡選擇 keyboard input method 為 ibus就可以了
相關文章
- kali安裝谷歌拼音谷歌
- ubuntu sogoupinyin拼音安裝UbuntuGo
- 在ubuntu10.10下安裝Google谷歌拼音輸入法UbuntuGo谷歌
- Ubuntu 10.10 安裝谷歌PINYIN拼音輸入法 詳細步驟Ubuntu谷歌
- ubuntu20.4安裝谷歌Ubuntu谷歌
- Ubuntu安裝谷歌瀏覽器Ubuntu谷歌瀏覽器
- Ubuntu22.04 安裝搜狗拼音輸入法Ubuntu
- Ubuntu 安裝谷歌中文輸入法Ubuntu谷歌
- Ubuntu中安裝DockerUbuntuDocker
- ubuntu 中安裝 RedisUbuntuRedis
- Ubuntu中安裝OpenSSLUbuntu
- Ubuntu22.04安裝谷歌瀏覽器Ubuntu谷歌瀏覽器
- VMware 中解除安裝安裝Ubuntu 20.04.1 ——Ubuntu系統配置(一)Ubuntu
- 在Ubuntu/Mint中安裝 SpotifyUbuntu
- 在Ubuntu desktop中安裝gitUbuntuGit
- ubuntu中安裝oracle 11gUbuntuOracle
- 在Ubuntu/Fedora/CentOS中安裝GitblitUbuntuCentOSGit
- ubuntu中ANT的安裝和配置Ubuntu
- ubuntu環境中安裝condaUbuntu
- 安裝 UbuntuUbuntu
- ubuntu安裝Ubuntu
- Ubuntu解除安裝和安裝Ubuntu
- Ubuntu中安裝pycharm後修改hosts方法UbuntuPyCharm
- VM中的Ubuntu(16.04)安裝tenserflowUbuntu
- 如何在 Ubuntu 15.04 中安裝 puppetUbuntu
- 在Ubuntu 15.04中安裝Ruby on RailsUbuntuAI
- Ubuntu中給ff安裝flash 外掛Ubuntu
- ubuntu安裝CMakeUbuntu
- Ubuntu 安裝 RabbitMQUbuntuMQ
- ubuntu 安裝 ElasticSearchUbuntuElasticsearch
- Ubuntu 安裝 ImagickUbuntu
- ubuntu安裝redisUbuntuRedis
- Ubuntu安裝FSearchUbuntu
- Ubuntu硬碟安裝Ubuntu硬碟
- Ubuntu Docker 安裝UbuntuDocker
- ubuntu工具安裝Ubuntu
- Ubuntu 安裝 MemcachedUbuntu
- Ubuntu 安裝 ZooKeeperUbuntu