+ -
当前位置:首页 → 问答吧 → unbuntu 11.10安装pro/e 提示没有libXm.so.3

unbuntu 11.10安装pro/e 提示没有libXm.so.3

时间:2011-10-22

来源:互联网

一、在Ubuntu 10.04中,如果不加源安装,其eGroupwareWare版本为一个很老的版本,推荐下述安装方法。
原文地址:http://blog.sina.com.cn/s/blog_7cb52fa80100v08f.html
1、创建一个安装源文件 vi /etc/apt/sources.list/egroupware.sources.list
内容如下:
deb http://download.opensuse.org/repositori ... ntu_10.04/ ./
2、下载安装源的密匙文件
wget -O - http://download.opensuse.org/repositori ... elease.key
3、导入安装源的密匙
apt-key add Release.key
4、安装eGroupWare
apt-get install eGroupWare
原文地址:http://blog.sina.com.cn/s/blog_7cb52fa80100v08f.html

二、CentOS 5下加源安装eGroupWare
原文地址:http://blog.sina.com.cn/s/blog_7cb52fa80100uzz0.html
在命令行下以root身份执行:
wget http://download.opensuse.org/repositori ... pWare.repo
cp server:eGroupWare.repo/etc/yum.repos.d/egroupware.repo
yum search egroupware
yum install eGroupware

原文地址:http://blog.sina.com.cn/s/blog_7cb52fa80100uzz0.html

作者: 粉刷匠   发布时间: 2011-10-22

错误修正,“cp server:eGroupWare.repo/etc/yum.repos.d/egroupware.repo”命令应为“cp server:eGroupWare.repo /etc/yum.repos.d/egroupware.repo”。原文中间少了一个空格。

作者: 粉刷匠   发布时间: 2011-10-25