zoukankan      html  css  js  c++  java
  • How to Install LibreOffice 6.0 on Ubuntu 16.04 LTS +

    1. Add the LibreOffice 6.0 PPA

    The LibreOffice Fresh PPA is maintained by LibreOffice. It provides latest packages of the open source office suite for use on Ubuntu 16.04 LTS, Ubuntu 17.10 and Ubuntu 18.04 (though the latter shouldn’t need to as LibreOffice 6.0 is included by default).

    This PPA will work on Ubuntu, Linux Mint and most other Ubuntu-based distros.

    To add the LibreOffice Fresh PPA open a new Terminal window and run this command:

    sudo add-apt-repository ppa:libreoffice/ppa

    2. Update Your System

    Next run this command to update the list of packages available to install on your system:

    sudo apt update

    3. Upgrade or Install LibreOffice 6.0

    Finally, run this command to upgrade or install LibreOffice 6.0:

    sudo apt install libreoffice

    Once this command completes you can head to your application launcher of choice and launch LibreOffice.

    To verity your upgrade went successfully just head to the Help > About option. You should see the correct version listed.

    原文:https://www.omgubuntu.co.uk/2018/02/install-libreoffice-6-0-on-ubuntu

  • 相关阅读:
    h5及c3新增的一些内容
    Ajax实现步骤和原理
    prototype和__proto__的关系是什么?
    深拷贝与浅拷贝
    promise与async和await的区别
    ph

    p
    python4
    python3
  • 原文地址:https://www.cnblogs.com/feipeng8848/p/9831347.html
Copyright © 2011-2022 走看看