zoukankan      html  css  js  c++  java
  • Deepin debian安装Libreoffice

    Libreoffice

    LibreOffice 是一款功能强大的办公软件,默认使用开放文档格式 (OpenDocument Format , ODF), 并支持 *.docx, *.xlsx, *.pptx 等其他格式。
    它包含了 Writer, Calc, Impress, Draw, Base 以及 Math 等组件,可用于处理文本文档、电子表格、演示文稿、绘图以及公式编辑。
    最重要的是它是开源免费的,而且拥有Linux版本,适合使用喜爱Linux的人使用。

    安装

    下载Libreoffice安装包和汉化包
    LibreOffice官网:https://zh-cn.libreoffice.org/download/libreoffice-fresh/
    
    解压Libreoffice安装包和汉化包
    tar -zxvf LibreOffice_6.1.5_Linux_x86-64_deb.tar.gz   /*解压安装包*/
    tar -zxvf LibreOffice_6.1.5_Linux_x86-64_deb_langpack_zh-CN.tar.gz   /*解压汉化包*/
    
    将汉化包中的*.deb文件导入到LibreOffice_6.1.5.2_Linux_x86-64_deb/DEBS
    cd /LibreOffice_6.1.5_Linux_x86_deb_langpack_zh-CN/DEBS/
    mv *.deb  /LibreOffice_6.1.5_Linux_x86_deb_langpack_zh-CN/DEBS/
    
    安装LibreOffice
    sudo dpkg -i ./LibreOffice_6.1.5_Linux_x86_deb/DEBS/*.deb        /* 安装主安装程序的所有deb包 */
    sudo dpkg -i ./LibreOffice_6.1.5_Linux_x86_deb_langpack_zh-CN/DEBS/*.deb     /* 安装中文语言包中的所有deb包 */
    
  • 相关阅读:
    Java IO流
    Java中Char和Byte的区别
    Java常用类
    View
    3 View
    View
    3 View
    3 View视图 URLconf
    2 Model层
    2 Model层-模型成员
  • 原文地址:https://www.cnblogs.com/spmt/p/10615760.html
Copyright © 2011-2022 走看看