当前位置:网站首页>Download, installation and configuration of Sogou input method in Ubuntu
Download, installation and configuration of Sogou input method in Ubuntu
2020-11-07 21:03:00 【keyboard label】
background
My computer is Ubuntu The computer of the system ,Ubuntu Sometimes the input method of the system itself is not easy to use , For example, I input a lot of computer keywords , He couldn't spell it all out , And Sogou input method is better to use , He has a computer , Medical Science , A variety of cell thesauri, such as law, are available .
download
Download the official search dog website : Address
install
- Download Sogou input method file (sogouimebs_2.0.0.38+0428.1_amd64.deb) To the local computer
- cd To deb Installation package directory , Execute the following statement :
sudo dpkg -i sogouimebs_2.0.0.38+0428.1_amd64.deb
- Then you may encounter dependency defaults . Execute the following command to solve the problem .
sudo apt-get install -f
- And then one more time deb The installation command can install successfully .
To configure
In the use of , Find the installed input method , After a period of time, there will always be no reason to be stuck , After restarting the computer , After a while, it's stuck again .
reason : The problem is with Ubuntu Default input method ibus There's a conflict . At this point, we just need to uninstall ibus Just go :
- uninstall ibus
sudo apt-get purge ibus
- Delete ibus Related documents
sudo apt-get autoremove ibus*
- ibus After deleting it completely , Just restart the computer .
Problems encountered in later use
- Question 1 : Upgrade in use Ubuntu System , Updating the software may cause the input method to be stuck , reason : In the process of updating , The system automatically put ibus Installed back , Now unload again ibus that will do .
- Question two : When you click on the settings --> Region and language --> Manage installed languages when , The system will also install automatically ibus, At this point, the input method is stuck , We need to uninstall it again ibus .
- Question 3 : One day you'll find out miraculously that ubutnu The system settings Icon for is missing , This is more troublesome . Reason and unload ibus of , See :ubuntu The system settings Icon is missing, the reason and the recovery method , After retrieving the icon, if the input method is stuck, then uninstall it again ibus.
summary
The problems that emerged later were Ubuntu The input method comes with it ibus And Sogou input method conflict caused by , The way to solve the problem is to unload ibus.
- Your support is my greatest motivation .【/ Over your face 】----------------------------------------------------------------------------------------------------- It's not easy to create , Reprint please indicate the source .【/ Little tangle 】
版权声明
本文为[keyboard label]所创,转载请带上原文链接,感谢
边栏推荐
- The prediction accuracy of the model is as high as 94%! Using machine learning to solve the 200 billion dollar inventory problem perfectly
- Getting started with go wire dependency injection
- 一万四千字分布式事务原理解析,全部掌握你还怕面试被问?
- Web Security (1) -- browser homology strategy
- Principles of websocket + probuf
- Writing method of field and field comparison condition in where condition in thinkphpp6
- 14000 word distributed transaction principle analysis, master all of them, are you afraid of being asked in the interview?
- Don't treat exceptions as business logic, which you can't afford
- Share several vs Code plug-ins I use everyday
- 分享几个我日常使用的VS Code插件
猜你喜欢
WPF 关于绘图个人总结
京淘项目day09
The CPU does this without the memory
Got timeout reading communication packets解决方法
Reflection on a case of bus card being stolen and swiped
计组-总线通信控制之异步串行通信的数据传输
一万四千字分布式事务原理解析,全部掌握你还怕面试被问?
Analysis of kubernetes service types: from concept to practice
C language I blog assignment 03
Got timeout reading communication packets解决方法
随机推荐
Stack bracket matching
supervisor进程管理安装使用
DOM节点操作
How to learn technology efficiently
工作1-3年的程序员,应该具备怎么样的技术能力?该如何提升?
Jingtao project day09
来自不同行业领域的50多个对象检测数据集
Supervisor process management installation and use
Cpp(一) 安装CMake
What magic things can a line of Python code do?
Get started, GIT
android基础-RadioButton(单选按钮)
洞察——风格注意力网络(SANet)在任意风格迁移中的应用
Analysis of kubernetes service types: from concept to practice
Using pipe() to improve code readability in pandas
Implementation of multi GPU distributed training with horovod in Amazon sagemaker pipeline mode
graph generation model
尾-递
Let's talk about the locks in the database
Principles of websocket + probuf