deepin 系统装Libreoffice的问题
Tofloor
poster avatar
rzbtss
deepin
2018-05-23 22:48
Author
怎样将Libreoffice装到系统中,装了几次都失败。
Reply Favorite View the author
All Replies
avatar
Dracarys
deepin
2018-05-23 23:06
#1
通过商店安装也失败吗?
Reply View the author
avatar
meng_chen
deepin
2018-05-23 23:16
#2
最简单的办法去商店傻瓜安装,全新版本看我前面的贴子,刚刚在大神的指导下安装上了
Reply View the author
avatar
rzbtss
deepin
2018-05-24 17:13
#3
https://bbs.deepin.org/post/156879
通过商店安装也失败吗?

我是文件安装的,失败。经你提醒用商店安装成功,谢谢
Reply View the author
avatar
muzilee
deepin
2018-05-24 20:25
#4
#程序包下载
http://mirrors.ustc.edu.cn/tdf/libreoffice/stable/6.0.3/deb/x86_64/LibreOffice_6.0.3_Linux_x86-64_deb.tar.gz
#中文语言包
https://mirror.vinahost.vn/tdf/libreoffice/stable/6.0.3/deb/x86_64/LibreOffice_6.0.3_Linux_x86-64_deb_langpack_zh-CN.tar.gz
#解压两个包
tar -zxvf LibreOffice_6.0.3_Linux_x86-64_deb.tar.gz
tar -zxvf LibreOffice_6.0.3_Linux_x86-64_deb_langpack_zh-CN.tar.gz
#将语言包复制至程序目录
cp -rf LibreOffice_6.0.3.2_Linux_x86-64_deb_langpack_zh-CN/DEBS  LibreOffice_6.0.3.2_Linux_x86-64_deb/DEBS
#进入对应目录
cd LibreOffice_6.0.3.2_Linux_x86-64_deb/DEBS/
#安装libreoffice
sudo dpkg -i *.deb
卸载LibreOffice
如果您想删除LibreOffice,请使用以下命令:
sudo apt-get remove libreoffice6.1*
如果您要删除LibreOffice的开发(测试版)版本,请使用以下命令:
sudo apt-get remove lodev*
Reply View the author
avatar
rzbtss
deepin
2018-05-25 17:05
#5
https://bbs.deepin.org/post/156879
#程序包下载
http://mirrors.ustc.edu.cn/tdf/libreoffice/stable/6.0.3/deb/x86_64/LibreOffice_6.0.3_Lin ...

谢谢你的帮助
Reply View the author
avatar
lxflhy
deepin
2018-05-25 17:20
#6
可惜libreoffice官网提供的flatpak安装包的版本还是5.X的,不是新版的6.0,不然用flatpak包安装最好了
Reply View the author