Ubuntu8.04 install Sogou Pinyin

1. Download the Sogou installation package http://pinyin.sogou.com/linux/ , pay attention to the number of digits!

2. Open the terminal to install dependencies
    sudo apt install libfcitx-qt0

3. Extract the downloaded Sogou installation package to the temporary folder unpack

 cd / directory path where the downloaded package is located/
    dpkg-deb -R sogoupinyin_2.2.0.0102_amd64.deb unpack/


4. Modify the Sogou installation package file , edit unpack/DEBIAN/control, and replace         fcitx-libs-qt (>= 4.2.7) in
    the Depends: line           with:         libfcitx-qt0 (>= 1:4.2.9.6-1)  5 . dpkg-deb -b unpack/ fixed.deb # repack      sudo dpkg -i fixed.deb      sudo apt install --fix-broken # resolve dependencies









 

###Newbie, please correct me

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325321155&siteId=291194637