求助,软件乱码怎么弄
Tofloor
poster avatar
catmio
deepin
2019-08-27 03:07
Author
深度软件商店下载的FocusWriter,打开txt文件后乱码(txt文件中是汉字),不知道怎么弄,高手帮帮忙,指点一下。同一个txt文件用leafpad打开就没问题。

在FocusWriter官网下载的for debian64位版无法安装,缺乏依赖,使用ppa不会。顺便吐槽一下ppa,这不是一种退步吗?以前搞个deb包,下载后双击就安装了,现在要写一堆看不懂的英文命令,真是无语了。都不知道是什么意思,也不知道如何把ppa中的下载网址加入到自己的电脑中,太难了。
Reply Favorite View the author
All Replies
avatar
WENWEN
deepin
2019-08-27 16:18
#1
  1. echo 'deb http://download.opensuse.org/repositories/home:/gottcode/Debian_10/ /' > /etc/apt/sources.list.d/home:gottcode.list
  2. wget -nv https://download.opensuse.org/repositories/home:gottcode/Debian_10/ Release.key -O Release.key
  3. sudo apt-key add - < Release.key
  4. sudo apt-get update
  5. sudo apt-get install focuswriter
Copy the Code
Reply View the author
avatar
catmio
deepin
2019-08-27 17:03
#2
谢谢楼上朋友

Reply View the author