Detailed steps to install Sogou input method on Ubuntu 20.04

Detailed steps to install Sogou input method on Ubuntu 20.04

1. Install Fcitx input framework

Related dependent libraries and frameworks will be automatically installed

sudo apt install fcitx-bin
sudo apt-get install fcitx-table

2. Download the Linux version of Sogou Input Method (choose 32-bit or 64-bit according to your situation on the Sogou Input Method official website)

Then go to the corresponding download directory and install it (if there is an error during the installation, run sudo apt --fix-broken install, delete the installation, and start over)

sudo dpkg -i sougou's file name.deb

Law

insert image description here

Encountered dpkg: error processing package sogoupinyin (–install): dependency problems - leaving unconfigured

Type sudo apt-get install -f

There is a prompt in the middle, enter Y Do you want to continue? [Y/n] Y

Execute and it's done!
If an installation error occurs, you can use it to check and repair dependencies:

sudo apt-get install -f

Restart the system after the installation is complete

3. Make relevant settings settings–>Region&language–>Manage Installed Languages

insert image description here

Change the input framework to fcitx, and then click Apply System-Wide above to apply it globally.

  • Restart the system
  • After logging in again, a keyboard icon will appear in the upper right corner. Click it to enter and select Configure Current Input Method.
  • After entering the Input Method interface below, select the + sign
  • Enter the Add input method interface, uncheck Only Show Current Language below, search for Sogou Pinyin in the search bar, select it and add it (it is recommended not to move Sogou input method to the first position, otherwise when you press shift to switch between Chinese and English, sometimes garbled characters will appear on the input board)
  • You can set it in Sogou, and the default should be to use shift to switch between Chinese and English. Alternatively, you can turn off the Chinese-English switching shortcut set by Sogou, and change the Trigger Input Method to Lshift in fcitx's GlobalConfig, so that you can also switch between Chinese and English by pressing shift.

You can uninstall ibus according to your needs

Uninstall ibus.
sudo apt-get remove ibus
Clear ibus configuration.
sudo apt-get purge ibus

Uninstall the keyboard indicator on the top panel taskbar. (according to personal needs)

sudo apt-get remove indicator-keyboard

Uninstall Sogou Input MethodFind Sogou Input Method

sudo dpkg -l so*

uninstall

sudo apt-get purge sogoupinyin

Summarize

This is the end of this article about installing Sogou input method in Ubuntu 20.04. For more information about installing Sogou input method in Ubuntu, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Installation steps of Ubuntu 20.04 double pinyin input method
  • Ubuntu 20.04 Chinese input method installation steps

<<:  MySQL database account creation, authorization, data export and import operation examples

>>:  React Native JSI implements sample code for RN and native communication

Recommend

The forgotten button tag

Note: This article has been translated by someone ...

In-depth interpretation of /etc/fstab file in Linux system

Preface [root@localhost ~]# cat /etc/fstab # # /e...

The reason why MySQL uses B+ tree as its underlying data structure

We all know that the underlying data structure of...

Tips for viewing History records and adding timestamps in Linux

Tips for viewing History records and adding times...

CentOS 6 uses Docker to deploy redis master-slave database operation example

This article describes how to use docker to deplo...

A brief discussion on how to use slots in Vue

How to define and use: Use the slot tag definitio...

Implementation of k8s node rejoining the master cluster

1. Delete node Execute kubectl delete node node01...

What to do if the online MySQL auto-increment ID is exhausted

Table of contents Table definition auto-increment...

How to insert Emoji expressions into MySQL

Preface Today, when I was designing a feedback fo...

If I change a property randomly in Vue data, will the view be updated?

Interviewer: Have you read the source code of Vue...

mysql5.7.19 winx64 decompressed version installation and configuration tutorial

Recorded the installation tutorial of mysql 5.7.1...

The whole process of Vue page first load optimization

Table of contents Preface 1. Image Optimization 2...

WeChat applet implements text scrolling

This article example shares the specific code for...

Example code of CSS responsive layout system

Responsive layout systems are already very common...