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

GET POST Differences

1. Get is used to obtain data from the server, wh...

About Nginx gzip configuration

The principle of nginx to achieve resource compre...

How to use Vue3 mixin

Table of contents 1. How to use mixin? 2. Notes o...

Some notes on installing fastdfs image in docker

1. Prepare the Docker environment 2. Search for f...

Example of how to configure nginx to implement SSL

Environmental Description Server system: Ubuntu 1...

Detailed explanation of JavaScript primitive data type Symbol

Table of contents Introduction Description Naming...

MySQL 5.7.23 version installation tutorial and configuration method

It took me three hours to install MySQL myself. E...

Do you know how many connections a Linux server can handle?

Preface First, let's see how to identify a TC...

MySQL database architecture details

Table of contents 1. MySQL Architecture 2. Networ...

How to run Linux commands in the background

Normally, when you run a command in the terminal,...

Nginx reverse proxy forwards port 80 requests to 8080

Let's first understand a wave of concepts, wh...

Notes on Using Textarea

Why mention textarea specifically? Because the tex...

How to display percentage and the first few percent in MySQL

Table of contents Require Implementation Code dat...