从官网下载安装wps for Linux sudo dpkg -i wps-office_10.1.0.5672~a21_amd64.deb 启动WPS for Linux后,出现提示"系统缺失字体" . 出现提示的原因是因为WPS for Linux没有自带windows的字体,只要在Linux系统中加载字体即可. 具体操作步骤如下: 下载缺失的字体文件,然后复制到Linux系统中的/usr/share/fonts文件夹中. 国外下载地址:https://www.dropbox.co
Linux yum失败解决 问题: 在CentOS 5.5中需要使用yum安装程序,出现错误: There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: /usr/lib/python2.4/site-packages/_sqlitecache.so: wrong ELF class: ELFCLASS32 Please i
Manually connecting to the Oracle Linux Yum Server 1. Download and Install Oracle Linux Note: The Oracle Linux Yum Server is already configured on Oracle Linux 5 Update 7 and Oracle Linux 6 Update 3 and higher. No further configuration is necessary
linux下卸载mysql 查看是否安装了mysql的组件 rpm –qa |grep –I mysql 卸载前关闭mysql服务 service mysql status service mysql stop 查看mysql对应的文件夹信息 删除mysql的各种组件 删除mysql对应的文件夹 再次查看mysql的文件夹,mysql部分的已经删掉了 删除mysql用户和mysql用户组 查看mysql用户和用户组信息 more /etc/passwd|grep mysql more /etc/