Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install openOffice in linux environment

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article shows you how to install openOffice in the linux environment, the content is concise and easy to understand, it will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.

What is Linux system Linux is a free-to-use and free-spread UNIX-like operating system, is a POSIX-based multi-user, multi-task, multi-threaded and multi-CPU operating system, using Linux can run major Unix tools, applications and network protocols.

Operation steps

1. Download the linux version of openOffice via the official website. Take version 4.1.5 as an example.

two。 Upload the compressed package to the server and unzip and install it.

The compressed package name cd corresponding to tar-zxvf enters the decompressed / zh-cn/RPMS yum localinstall * .rpm cd desktop-integration rpm-ivh openoffice4.1.5-redhat-menus-4.1.5-9789.noarch.rpm

3. Start the service

/ opt/openoffice4/program/soffice-headless-accept= "socket,host=127.0.0.1,port=8100;urp;"-nofirststartwizard temporary launch nohup / opt/openoffice4/program/soffice-headless-accept= "socket,host=127.0.0.1,port=8100;urp;"-nofirststartwizard & background launch

The port number is determined according to the reality of your project.

Background startup will always take up memory, according to the gods said about 100m, I have not measured the specific value is not clear.

Some programs need to start the openOffice service in advance, while others start the service themselves in the code.

4. View the process

Netstat-lnp | grep port number

It probably shows that even if it starts up like this.

Tcp 00 127.0.0.1 8100 0.0.0.0 * LISTEN 14362/soffice.bin

The above is how to install openOffice in linux environment. Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report