I think two LO 5.0s on the same machine is probably overkill

Any suggestions? Especially if there's a way I can have coloured icons AND auto-updates?
And if I do want to drop the DEB version, is there a faster way of uninstalling it?
I think you got those removal methods the wrong way...Ranthe wrote:I think two LO 5.0s on the same machine is probably overkillso now I need to decide which one to get rid of. I figure if I want the DEB version I do a sudo apt-get remove libreoffice, and if I want to keep the PPA version I use GDebi Package Installer on each unpacked DEB file to uninstall its counterpart.
The deb version probably just a has a different icon theme in it: you can install several of them, they're called libreoffice-style-*. So stick to the PPA version.Any suggestions? Especially if there's a way I can have coloured icons AND auto-updates?
What I meant was uninstall the PPA version using apt-get remove and keep the DEB version, and use GDebi Package Installer to uninstall the DEB version and keep the PPA version. Is this the right way around?Paper Bag wrote:I think you got those removal methods the wrong way...Ranthe wrote:I think two LO 5.0s on the same machine is probably overkillso now I need to decide which one to get rid of. I figure if I want the DEB version I do a sudo apt-get remove libreoffice, and if I want to keep the PPA version I use GDebi Package Installer on each unpacked DEB file to uninstall its counterpart.
Thanks! I'll give that a try.Paper Bag wrote:The deb version probably just a has a different icon theme in it: you can install several of them, they're called libreoffice-style-*. So stick to the PPA version.Ranthe wrote:Any suggestions? Especially if there's a way I can have coloured icons AND auto-updates?
Somehow "keep" became "remove", so I just read it wrong.Ranthe wrote:What I meant was uninstall the PPA version using apt-get remove and keep the DEB version, and use GDebi Package Installer to uninstall the DEB version and keep the PPA version. Is this the right way around?
can you check that file name? it should be /etc/apt/preferences.d/libreoffice.prefConker wrote: I have created the libreoffice-libreoffice-5-0.pref file in /etc/apt/preferences.d which contains
Code: Select all
apt-cache policy libreoffice
Code: Select all
libreoffice:
Installed: (none)
Candidate: 1:5.0.1~rc2-0ubuntu1~trusty1
Version table:
1:5.0.1~rc2-0ubuntu1~trusty1 0
701 http://ppa.launchpad.net/libreoffice/libreoffice-5-0/ubuntu/ trusty/main amd64 Packages
1:4.4.3~rc2-0ubuntu1~trusty1 0
700 http://packages.linuxmint.com/ rafaela/import amd64 Packages
1:4.2.8-0ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe amd64 Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/universe amd64 Packages
1:4.2.3~rc3-0ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
You don't have it installed right now so of course you won't get any updates to it either. Install it.Installed: (none)
Candidate: 1:5.0.1~rc2-0ubuntu1~trusty1
Code: Select all
libreoffice libreoffice-gtk libreoffice-gtk3
Code: Select all
sudo apt-get install libreoffice libreoffice-gtk libreoffice-gtk3
Code: Select all
deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_14.04/ /
[b]xenopeek[/b] wrote:Why you might want to use the LibreOffice PPA
If you're using Linux Mint 17.2 you may have been pleasantly surprised with LibreOffice 4.4.3; a huge improvement over the LibreOffice version shipped with earlier Linux Mint 17.x and Ubuntu LTS versions. You may even have gotten a taste for the improvements the LibreOffice team are making with each stable release and have added the LibreOffice Fresh PPA to your system so you get new stable releases through Update Manager. Certainly looking forward to the 5.0 release you might be interested in that (https://wiki.documentfoundation.org/ReleaseNotes/5.0).
xeenopeek,
As a newbie who would like to add LO's PPA, based on your post above, can you confirm,
(a) below are the 1, 2, 3, steps I should follow?
(b) would this only add stable realeases when they are available or just every release, stable or not?
(c) after these steps, based on #6, will LO 5 be available in Software Manager for me to install?
1. ppa:libreoffice/ppa in Software Sources,
2. you need to create the file /etc/apt/preferences.d/libreoffice.pref. Is this creating a text file called libreoffice.pref via the apt path? Is this just a blank text document?
3. To edit the file on the terminal with nano run:
sudo nano /etc/apt/preferences.d/libreoffice.pref
4. To instead use a graphical editor press Alt+F2 and type the following command or run that command from the terminal (for KDE replace "gksudo gedit" with "kdesudo kate"; for MATE replace "gedit" with "pluma"):
gksudo gedit /etc/apt/preferences.d/libreoffice.pref I'm running Cinnamon 17.2 64 bit, so this is fine as is?
5. Put the following text in the file: do you mean type type these in the '. . . libreoffice.pref text file'?
Package: *
Pin: release o=LP-PPA-libreoffice
Pin-Priority: 700
6. Save and close the file. If you click refresh in Update Manager it should now list the newer LibreOffice packages and will also for future LibreOffice versions show you the newer packages.