config:libreoffice
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
config:libreoffice [2019/04/19 11:40] – Wulf Rajek | config:libreoffice [2023/05/29 11:55] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== LibreOffice | + | ====== LibreOffice ====== |
- | Linux Mint DE2 comes with LibreOffice v4.x and Linux Mint 18 comes with LibreOffice 5.x. Version 6.0 was released in January 2018. To install the latest version, a few simple steps need to be performed to uninstall the version | + | ===== Remove official distro |
- | + | < | |
- | Official Download Page:\\ | + | sudo apt-get remove |
- | https:// | + | sudo apt-get purge uno-libs-private fonts-opensymbol |
+ | sudo apt-get purge libuno-sal3 libunoloader-java libridl-java libunoil-java | ||
+ | </ | ||
+ | ===== PPA of the latest stable release (note RC2 = final release) ===== | ||
< | < | ||
- | sudo apt-get remove | + | sudo add-apt-repository ppa:libreoffice/ppa |
- | + | sudo apt-get update | |
- | #for major version upgrades, remove the previous libreoffice version, e.g.: | + | sudo apt-get |
- | #sudo apt-get | + | </ |
- | On Linux Mint 19.2: | + | <code - / |
- | #sudo apt-get remove | + | deb http:// |
+ | deb-src http:// | ||
</ | </ | ||
+ | |||
+ | |||
+ | ===== Latest stable from official website ===== | ||
+ | |||
+ | Official Download Page:\\ | ||
+ | https:// | ||
Line 36: | Line 46: | ||
#get installed binary version number | #get installed binary version number | ||
- | if hash libreoffice 2>/ | + | if [ `dpkg --get-selections | grep " |
+ | current_lo_v=" | ||
+ | elif hash libreoffice 2>/ | ||
current_lo_v=$(libreoffice --version) | current_lo_v=$(libreoffice --version) | ||
else | else | ||
Line 52: | Line 64: | ||
then | then | ||
echo " | echo " | ||
- | cd ~/Downloads/ | + | cd ~/ |
wget https:// | wget https:// | ||
# en-GB Language Pack | # en-GB Language Pack | ||
Line 71: | Line 83: | ||
fi | fi | ||
</ | </ | ||
+ | |||
+ | ===== Settings ===== | ||
+ | |||
+ | To disable automatic capitalisation of the first letter, especially in LibreOffice Calc: | ||
+ | Tools > AutoCorrect Options... > Options > Capitalize first letter of every sentence | ||
+ | |||
config/libreoffice.1555670447.txt.gz · Last modified: 2023/05/29 11:53 (external edit)