Linux下安装OpenOffice

本文涉及的产品
云数据库 RDS MySQL Serverless,0.5-2RCU 50GB
云数据库 RDS MySQL Serverless,价值2615元额度,1个月
简介:
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

相关实践学习
基于CentOS快速搭建LAMP环境
本教程介绍如何搭建LAMP环境,其中LAMP分别代表Linux、Apache、MySQL和PHP。
全面了解阿里云能为你做什么
阿里云在全球各地部署高效节能的绿色数据中心,利用清洁计算为万物互联的新世界提供源源不断的能源动力,目前开服的区域包括中国(华北、华东、华南、香港)、新加坡、美国(美东、美西)、欧洲、中东、澳大利亚、日本。目前阿里云的产品涵盖弹性计算、数据库、存储与CDN、分析与搜索、云通信、网络、管理与监控、应用服务、互联网中间件、移动服务、视频服务等。通过本课程,来了解阿里云能够为你的业务带来哪些帮助     相关的阿里云产品:云服务器ECS 云服务器 ECS(Elastic Compute Service)是一种弹性可伸缩的计算服务,助您降低 IT 成本,提升运维效率,使您更专注于核心业务创新。产品详情: https://www.aliyun.com/product/ecs
相关文章
|
13天前
|
Unix Linux
Linux/FreeBSD 安装
在Linux/FreeBSD上安装Julia 1.7.2的步骤:从[官方](https://julialang-s3.julialang.org/bin/linux/x64/1.7/julia-1.7.2-linux-x86_64.tar.gz)或[Tsinghua镜像](https://mirrors.tuna.tsinghua.edu.cn/julia-releases/bin/linux/x86/1.7/julia-1.7.2-linux-i686.tar.gz)下载二进制包,然后使用`tar`解压。
|
23小时前
|
Linux C语言
suse linux 11 安装GCC开发环境
suse linux 11 安装GCC开发环境
|
2天前
|
关系型数据库 MySQL Linux
在Linux系统上实现高效安装与部署环境的全方位指南
在Linux系统上实现高效安装与部署环境的全方位指南
|
2天前
|
NoSQL Linux Redis
Redis的介绍,以及Redis的安装(本机windows版,虚拟机Linux版)和Redis常用命令的介绍
Redis的介绍,以及Redis的安装(本机windows版,虚拟机Linux版)和Redis常用命令的介绍
15 0
|
2天前
|
Ubuntu 安全 Linux
linux系统详细安装过程,都在这里了
linux系统详细安装过程,都在这里了
10 0
|
2天前
|
JSON Linux 数据格式
在宝塔Linux中安装Docker
在宝塔Linux中安装Docker
|
2天前
|
运维 监控 安全
2023年最详细的:本地Linux服务器安装宝塔面板,并内网穿透实现公网远程登录
2023年最详细的:本地Linux服务器安装宝塔面板,并内网穿透实现公网远程登录
|
4天前
|
安全 Linux Python
Volatility3内存取证工具安装及入门在Linux下的安装教程
Volatility3内存取证工具安装及入门在Linux下的安装教程
Volatility3内存取证工具安装及入门在Linux下的安装教程
|
4天前
|
关系型数据库 MySQL Linux
Linux CentOs7 安装Mysql(5.7和8.0版本)密码修改 超详细教程
Linux CentOs7 安装Mysql(5.7和8.0版本)密码修改 超详细教程
|
4天前
|
Web App开发 安全 Unix
Linux 配置FTP服务器 + vsftpd服务安装配置 (Good篇)
Linux 配置FTP服务器 + vsftpd服务安装配置 (Good篇)