• 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包 */
    
  • 相关阅读:
    [BZOJ 2144]跳跳棋
    [NOIp 2015]信息传递
    [JLOI 2014]松鼠的新家
    [Luogu 2062]分队问题
    [Luogu 2090]数字对
    [NOIp 2015]运输计划
    [USACO 03FEB]Farm Tour
    [TJOI 2010]中位数
    IO密集型 计算密集型
    python 编码
  • 原文地址:https://www.cnblogs.com/spmt/p/10615760.html
Copyright © 2020-2023  润新知