Skip to content

Instantly share code, notes, and snippets.

@esmaeelE
Last active January 29, 2021 15:05
Show Gist options
  • Save esmaeelE/06e110559a6805d476ea2b2bd0a42d87 to your computer and use it in GitHub Desktop.
Save esmaeelE/06e110559a6805d476ea2b2bd0a42d87 to your computer and use it in GitHub Desktop.

Remove old version

sudo apt purge libreoffice

sudo mv ~/.config/libreoffice/ ~/.config/libreoffice-back/

download latest version

https://www.libreoffice.org/download/download/?type=deb-x86_64&version=6.4.1&lang=en-US

extract

tar -xf LibreOffice_6.4.1_Linux_x86-64_deb.tar.gz

cd to folder

Install

dpkg -i *.deb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment