Installation guide for OxOffice Online v4 Community on Ubuntu 20.04
Please download and install the latest version of Ubuntu 20.04, when operating system installation is done, please follow steps to upgrade your system, install required packages and OxOffice Online v4 Community.
sudo apt update
sudo apt upgrade -y
sudo apt install vim openssh-server net-tools curl -y
# Chooese yes if you get any service restarting prompts
curl http://www.oxoffice.com.tw/deb/OSSII-2022.key | sudo apt-key add
cd /etc/apt/sources.list.d/
sudo wget http://www.oxoffice.com.tw/deb/oxool-community-v4-focal.list
sudo apt update
sudo apt install oxool -y
Start OxOOL Community edition service when booting
sudo systemctl enable oxool
sudo reboot
Check if OxOOL Community edition starts normally
sudo netstat -tlnp
You should get some results like this:
tcp6 0 0 :::9980 :::* LISTEN 644/oxool
No Comments