zoukankan      html  css  js  c++  java
  • Centos7 安装wps &启动问题&字体问题

    wps官网下载安装包 wps-office-11.1.0.8372-1.x86_64.rpm(我的安装版本)

    yum 安装后 点击快捷方式 wps 并未正常启动

    命令行运行

    [sun@bogon ~]$ wps
    /opt/kingsoft/wps-office/office6/wps: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /opt/kingsoft/wps-office/office6/libc++abi.so.1)
    [sun@bogon ~]$ sudo yum install libc++abi.so.1
    [sudo] sun 的密码:
    已加载插件:fastestmirror, langpacks
    Loading mirror speeds from cached hostfile
     * base: ftp.sjtu.edu.cn
     * extras: centos.ustc.edu.cn
     * updates: centos.ustc.edu.cn
    base                                                     | 3.6 kB     00:00     
    extras                                                   | 3.4 kB     00:00     
    http://dl.google.com/linux/chrome/rpm/stable/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    正在尝试其它镜像。
    To address this issue please refer to the below wiki article

    镜像问题安装失败

    切换方式

    curl -O http://ftp.gnu.org/gnu/glibc/glibc-2.18.tar.gz
    tar zxf glibc-2.18.tar.gz
    cd glibc-2.18/
    mkdir build
    cd build/
    ../configure --prefix=/usr
    sudo make -j2
    sudo make install

    执行成功

    重新启动wps  报字体缺失

    下载字体 文件 把文件放到/usr/share/fonts 目录下

    重启wps 成功 ok

    本文转自 CSDN 用户名为sun_tao1

  • 相关阅读:
    Ios国际化翻译工具
    软件是什么
    angular2实现图片轮播
    DIV+CSS布局最基本的内容
    angular2中使用jQuery
    如何在Ionic2项目中使用第三方JavaScript库
    Ionic2项目中使用Firebase 3
    Ionic2中ion-tabs输入属性
    The Router路由
    templating(模板)
  • 原文地址:https://www.cnblogs.com/languang9801/p/11039500.html
Copyright © 2011-2022 走看看