Hannibal-2018

1、首先更新一下源:

apt update

2、去搜狗输入法官网下载sougou linux

wget http://pinyin.sogou.com/linux/download.php?f=linux&bit=64

我下的是64位版本

3、直接

dpkg -i sogoupinyin_2.1.0.0086_amd64.deb  

4、上一步命令产生了很多依赖包,用apt -f install解决依赖问题

apt -f install

5、安装完后,重启一下,ctrl+空格即可激活搜狗输入法,其实这是解决安装deb包有依赖的通用方法吧

分类:

技术点:

相关文章:

  • 2021-08-04
  • 2021-05-12
  • 2021-11-28
  • 2021-05-11
  • 2021-07-07
  • 2022-01-23
  • 2021-11-27
猜你喜欢
  • 2021-07-18
  • 2021-11-20
  • 2021-12-20
  • 2021-10-20
  • 2021-09-30
  • 2022-01-09
  • 2021-07-16
相关资源
相似解决方案