Linux下安装OpenOffice

本文涉及的产品
RDS MySQL Serverless 基础系列,0.5-2RCU 50GB
云数据库 RDS MySQL,集群系列 2核4GB
推荐场景:
搭建个人博客
云数据库 RDS MySQL,高可用系列 2核4GB
简介:
1. 下载OpenOffice, 执行#unzip ~~,解开后有3个文件夹:license、readme、 rpm 文件,只需要su切换    到超级用户。

2. 然后,执行rpm -ivh --force --nodeps *.rpm

3. 最后执行/opt/Openffice/program中的shell(如swriter)。

Linux Installation
Package
Linux RedHat or Fedora 6 can be used
Installation Steps
Follow instruction to install RedHad or Fedora 6
create user mwadmin with password mwadmin for easy management
start /etc/init.d/vsftpd for file transfer program, if not start, type
/etc/init.d/vsftpd start
Configuration Testing
Check whether the new user mwadmin is exist, FTP is available. 
Java SDK Installation
Package
jdk-6-linux-i586-rpm.bin
Installation Steps
goto /home/mwadmin, will see this file
Execute the installation program
chmod 700 jdk-6-linux-i586-rpm.bin
execute this file
The Java environment will be resident in 
- /usr/java/jdk1.6.0/jre/bin
- /usr/java/jdk1.6.0/bin
Configuration Testing
change directory (cd) to the exact java location and then type ./java -version to check whether the java version is correct or not
Tomcat Installation
Package
apache-tomcat-5.5.23.tar.gz
Installation Step
tar zxvf apache-tomcat-5.5.23.tar.gz
cp -r apache-tomcat-5.5.23 /usr/share/tomcat5
Update the startup / shutdown script
startup.sh - 
chmod 700 startup.sh
add line "export JAVA_HOME=/usr/java/jdk1.6.0/jre" for the first line inside startup.sh
shutdown.sh - 
chmod 700 shutdown.sh
add line "export JAVA_HOME=/usr/java/jdk1.6.0/jre" for the first line inside shutdown.sh
Link up the JDK of the new install Sun Java platform to the Tomcat
Configuration Testing
Start up the tomcat server by typing /usr/share/tomcat5/bin/startup.sh
type http://xxxx:8080   to see whether the tomcat front page appear or not. Xxxx is the address or domain name of the server
MySQL Installation
Package
MySQL-server-5.0.37-0.glibc23.i386.rpm
Installation Step
rpm -ivh MySQL-server-5.0.37-0.glibc23.i386.rpm
Need to open the port for remote access
Configuration Testing
start mysql and see whether can access theuser or not.
OpenOffice Installation
Package
Ooo_2.1.0_LinuxIntel_install_en-US.tar (English version)
Installation Step
tar zxvf Ooo_2.1.0_LinuxIntel_install_en_US.tar
cd RPM
rm -r -f desktop*
rpm -Uvh *
Configuration Testing
cd /opt/openoffice.org2.1/program
start the openoffice by ./soffice
Complete the registration of the office before start in server mode.
Font Installation
Installation Step
copy windows TrueType Font from windows to Linux
copy to Linux directory /usr/shrae/fonts/zh_CN/TrueType
ttmkfdir -o fonts.scale
mkfontdir
fc-cache -v -f
Font to install include
ARIALBD
ARIBLK
ARLRDBD
SIMSUN
WINGDING
WINGDNG2
WINGDNG3
MW Application Creation
Installation Step 
install.sh
installsql.sh
update /etc/hosts
execute openoffice /opt/openoffice.org2.1/program
soffice -headless -accept="socket,host=0,port=8100;urp;"
Berkeley DB
Package
db-4.3.29.tar.gz
Installation Step
gzip -dc downloadpath/db-4.3.29.tar.gz | tar xvf -
cd db-4.3.29/buidl_unix
../dist/configure --prefix=/usr/local/
make
/bin/su -c "make install"
Configuration Testing
check /usr/local/lib exist it "libdb-4.1.so"
OpenLDAP
Package
openldap-2.3.34.tgz
Installation Step
gzip -dc downloadpath/openldap-2.3.34.tgz | tar xvf -
cd openldap-2.3.34
./configure --enable-wrappers (advert:this will tell for you type "make deperd" for ok)
make deperd
make
make test
/bin/su -c "make install"
Configuration Testing
check /usr/local/libexec exist it "slapd"
本文转自kenty博客园博客,原文链接http://www.cnblogs.com/kentyshang/archive/2007/06/08/776455.html如需转载请自行联系原作者


kenty

相关实践学习
如何在云端创建MySQL数据库
开始实验后,系统会自动创建一台自建MySQL的 源数据库 ECS 实例和一台 目标数据库 RDS。
全面了解阿里云能为你做什么
阿里云在全球各地部署高效节能的绿色数据中心,利用清洁计算为万物互联的新世界提供源源不断的能源动力,目前开服的区域包括中国(华北、华东、华南、香港)、新加坡、美国(美东、美西)、欧洲、中东、澳大利亚、日本。目前阿里云的产品涵盖弹性计算、数据库、存储与CDN、分析与搜索、云通信、网络、管理与监控、应用服务、互联网中间件、移动服务、视频服务等。通过本课程,来了解阿里云能够为你的业务带来哪些帮助     相关的阿里云产品:云服务器ECS 云服务器 ECS(Elastic Compute Service)是一种弹性可伸缩的计算服务,助您降低 IT 成本,提升运维效率,使您更专注于核心业务创新。产品详情: https://www.aliyun.com/product/ecs
相关文章
|
25天前
|
Linux
手把手教会你安装Linux系统
手把手教会你安装Linux系统
|
1月前
|
安全 关系型数据库 MySQL
Linux下安装mysql8.0(以tar.xz包安装--编译安装)
通过上述步骤,您完成了从下载、编译、安装到配置MySQL 8.0的全过程。此过程虽然较为复杂,但提供了对MySQL安装环境的完全控制,有助于满足特定的部署需求。在实际操作中,根据具体的系统环境,可能还需调整部分步骤或解决未预见的依赖问题。始终参考官方文档和社区资源,保持安装过程与最新版本的兼容性。
557 67
|
17天前
|
Linux 测试技术 网络安全
Linux系统之安装OneNav个人书签管理器
【10月更文挑战第19天】Linux系统之安装OneNav个人书签管理器
38 5
Linux系统之安装OneNav个人书签管理器
|
19天前
|
监控 Java Linux
Linux系统之安装Ward服务器监控工具
【10月更文挑战第17天】Linux系统之安装Ward服务器监控工具
43 5
Linux系统之安装Ward服务器监控工具
|
2天前
|
存储 安全 数据管理
如何在 Rocky Linux 8 上安装和配置 Elasticsearch
本文详细介绍了在 Rocky Linux 8 上安装和配置 Elasticsearch 的步骤,包括添加仓库、安装 Elasticsearch、配置文件修改、设置内存和文件描述符、启动和验证 Elasticsearch,以及常见问题的解决方法。通过这些步骤,你可以快速搭建起这个强大的分布式搜索和分析引擎。
9 5
|
22天前
|
JSON JavaScript Linux
Linux系统之安装cook菜谱工具
【10月更文挑战第15天】Linux系统之安装cook菜谱工具
33 2
Linux系统之安装cook菜谱工具
|
24天前
|
Ubuntu Linux 测试技术
Linux系统之Ubuntu安装cockpit管理工具
【10月更文挑战第13天】Linux系统之Ubuntu安装cockpit管理工具
84 4
Linux系统之Ubuntu安装cockpit管理工具
|
24天前
|
Linux 网络安全 数据安全/隐私保护
Linux系统之Centos7安装cockpit图形管理界面
【10月更文挑战第12天】Linux系统之Centos7安装cockpit图形管理界面
53 1
Linux系统之Centos7安装cockpit图形管理界面
|
1月前
|
存储 Oracle 关系型数据库
|
14天前
|
消息中间件 Linux RocketMQ
在Red Hat Enterprise Linux 9上使用Docker快速安装并部署
通过以上步骤,你可以在Red Hat Enterprise Linux 9上使用Docker快速安装并部署RocketMQ。这种方法不仅简化了安装过程,还提供了一个灵活的环境来管理和扩展消息队列系统。RocketMQ作为一款高性能的分布式消息系统,通过Docker可以实现快速部署和高效管理。
37 2
下一篇
无影云桌面