Home > Operation and Maintenance > CentOS > How to install Sogou input method on centos

How to install Sogou input method on centos

WJ
Release: 2020-06-03 15:36:05
Original
7065 people have browsed it

How to install Sogou input method on centos

#How to install Sogou input method on centos?

1. Install alien dependent software

sudo yum install alien -y
Copy after login

2. Install dependent software

sudo yum install qtwebkit -y
Copy after login

3 , Convert rpm package

sudo alien -r sogoupinyin_2.2.0.0102_amd64.deb
Copy after login

4, Install

sudo rpm -ivh sogoupinyin-2.2.0.0102-2.x86_64.rpm
Copy after login

* Pay attention to how to find any missing dependent software during the installation process, return to the second step Install the corresponding dependencies*

If the prompt conflicts with the filesystem package, you can use the –force command to install:

sudo rpm -ivh --force sogoupinyin-2.2.0.0102-2.x86_64.rpm
Copy after login

Related references: centOS tutorial

The above is the detailed content of How to install Sogou input method on centos. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template