Default Libreoffice that come with ubuntu don't have full version, like it don't have Libreoffice base. So one may need to uninstall default version & install full version of their own.
Terminal command to uninstall Libreoffice completely is as follows:
sudo apt-get update;sudo apt update
sudo apt-get -y remove --purge libreoffice* libexttextcat-data* && sudo apt-get -y autoremove
--
Terminal command to install Libreoffice full version after that is as follows
sudo add-apt-repository ppa:libreoffice
sudo apt install libreoffice
--
Verify installed version
libreoffice --version
Comments
Post a Comment
If you have any doubts, please let me know.