Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Chrome and Sogou input method in Linux system

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

Xiaobian to share with you how to install Chrome and Sogou input method in Linux system, I believe most people still do not know how, so share this article for your reference, I hope you have a lot of harvest after reading this article, let's go to understand it together!

Install Google Chrome install google-chrome-stable

There are many ways to install google-chrome browser in Linux distribution, the easiest is to search and install it directly in the desktop software store, but this method is not suitable for Linux users 'habits. Here is a brief description of a common installation method.

Simply put, add the google-chrome browser software image source to your Linux image source file, and add the public key provided by Google to the local Linux host, and then update the address of the software image source. Install it using the command apt or yum.

Of course, for ease of use, google-chrome is generally launched and locked to the menu bar, so that the next direct click can be used. When starting google-chrome for the first time, you can use the command to start it in the bash terminal, or you can search for google-chrome in the search bar to start it, and lock it to the menu bar after starting it.

Add Source:

sudo wget https protocol://repo.fdzh.org/chrome/google-chrome.list-P /etc/apt/sources.list.d/

Add public key:

wget -q -O - https protocol://dl.google.com/linux/linux_signing_key.pub| sudo apt-key add -

Update Source:

sudo apt-get update

Install google-chrome-stable:

sudo apt-get install google-chrome-stable

Start google-chrome or search chrome on the terminal, and lock the menu bar with google-chrome after starting.

install pinyin-sogou input method

In Linux operating system, Chinese is generally not supported by default, and the keyboard input method system defaults to iBus, while iBus does not support Chinese well, and Sogou input method is not supported. Therefore, first install fcitx keyboard input method system, in order to support Sogou input method, and then download the version of Linux corresponding to the number of digits in Sogou's official website, install pinyin-Sogou, and finally restart the Linux host, configure or select some input method parameters. In this way, the completion of the Sogou input method installation, you can use the Linux system is very simple to input Chinese. Basic idea Add fcitx keyboard input method system, because sogou is based on fcitx, and the system default is iBus install sogou input method set system parameters and some attention points

Add Source:

sudo add-apt-repository ppa:fcitx-team/nightly

Update Source:

sudo apt-get update

Install fcitx:

sudo apt-get install fcitxsudo apt-get install fcitx-config-gtksudo apt-get install fcitx-table-allsudo apt-get install fcitx-im-switch

For errors, software dependencies have problems, use a command

sudo apt-get install -f

Download pinyin-sogou for Linux and install it

sudo dpkg -i sogoupinyin_2.2.0.0108_amd64.deb

setting parameter setting--language support--modify ibus to fcitx search and configure fcitx-configuration, remove the check mark of the current selection box, set the sogou input method as default and restart shutdown -r now or reboot

The above is "How to install Chrome and Sogou input method in Linux system" all the contents of this article, thank you for reading! I believe that everyone has a certain understanding, hope to share the content to help everyone, if you still want to learn more knowledge, welcome to pay attention to the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report