The liveora17 system installed with LiveDesktopCD has no built-in LibreOffice components, so I decided to install it on my own. Besides using the software manager to search for libreoffice, we can also use the following command to automatically install the required office suite. # Install LibreOffice Office suite yumgroupinstall "Office/Productivity" # Install LibreOffice Chinese Language Pack
Using the Live Desktop CD to install the Fedora 17 system, we found that there was no built-in LibreOffice Office components, so we decided to install it on our own. Besides using the software manager to search for libreoffice, we can also use the following command to automatically install the required office suite.
# Install LibreOffice
Yum groupinstall "Office/Productivity"
# Install LibreOffice Chinese Language Pack
Yum-y install libreoffice-langpack-zh-Han *
The second command above installs the Chinese Language Pack, which is equivalent to the Chinese LibreOffice. If you need an installation package in other languages, try the following command for search:
Yum list libreoffice *
If you need to uninstall LibreOffice, try the following command:
Yum remove libreoffice *