Linux Setup LibreOffice repository

ragnarok1968

Well-Known Member
Link:Link Removed

XP level: newbie and above
The command in terminal goes like this to ADD the repository to Ubuntu. It will keep you up on the latest releases respectively. This should be a good idea for any user to keep up on the latest releases in the future.

throw this command into terminal:
sudo add-apt-repository ppa:libreoffice/ppa

enjoy!
 
Why not use snap to install the latest version. sudo snap install libreoffice

Sent from my CLT-L09 using Tapatalk
 
Why not use snap to install the latest version. sudo snap install libreoffice

Sent from my CLT-L09 using Tapatalk

Sure. that's one way. I'm a little old school by today's standards. But do snaps automatically update libre office in this case? I personally do not know. But now you put this out there, you just gave people an extra option to consider.
 
Snaps don't automatically update, but there's nothing from stopping you from adding a start up script or just update them manually with sudo snap refresh
 
Snaps don't automatically update, but there's nothing from stopping you from adding a start up script or just update them manually with sudo snap refresh
True. I like things easy as most do, but snaps makes it easier and I end up using command line generally speaking.. go figure!
 
Snaps don't automatically update, but there's nothing from stopping you from adding a start up script or just update them manually with sudo snap refresh

I've set a cron job to do just that, checks on boot and then every six hours.
 
Back
Top