Originally posted by Fintan
View Post
Announcement
Collapse
No announcement yet.
Upgrade to LibreOffice 4.2!
Collapse
This topic is closed.
X
X
-
Linux because it works. No social or political motives in my decision to use it.
Always consider Occam's Razor
Rich
- Top
- Bottom
-
Originally posted by richb View PostNo problem. it is difficult at times in the written word to get the intent, and I need my second cup of coffee.
I wonder if a complete removal and reinstall would help. I would like some confirmation from someone else before you tried in case that would cause other issues in your configuration. The other thought is, did you remove the old version before installing the new one?
To answer your question, I did not uninstall and then install. I just did the install per the instructions and everything works fine. However, with other software a full reinstall has worked for me. Do you have the Snyaptic Package Manager? It has an option named "complete removal." I used that when I had messed up the settings of Audacity and then I reinstalled from scratch. That did the trick with that app at least.Kubuntu 22.04 (desktop & laptop), Windows 7 &2K (via VirtualBox on desktop PC)
================================
- Top
- Bottom
Comment
-
Originally posted by Tom_ZeCat View PostHi, Rich B. Your feedback is always appreciated in threads. Sorry things were frustrating for you or if there was any kind of misunderstanding.
To answer your question, I did not uninstall and then install. I just did the install per the instructions and everything works fine. However, with other software a full reinstall has worked for me. Do you have the Snyaptic Package Manager? It has an option named "complete removal." I used that when I had messed up the settings of Audacity and then I reinstalled from scratch. That did the trick with that app at least.
Yes, I always use complete removal/ However that will not remove any configuration files sitting in your home directory as hidden files.
Fintan. Depleted all the arrows in my quiver.Linux because it works. No social or political motives in my decision to use it.
Always consider Occam's Razor
Rich
- Top
- Bottom
Comment
-
I'm about ready to revert to the older version of Libre Office. I'll start a new document in writer then when I go to save to a thumb drive it won't open it up and it times out, never letting me save it. I know the thumb drive works because I've saved to it with Kate.
Edit: It finally saved, but it took an eternity. It does that the first time I save a document. I'll hit save and try to surf the file dialogue to get the the thumb drive and folder I want, but it's ultra slow every step of the way. With the old version of the program, it would just crash the first time, but I could get around that if I started a document with junk first and saved, let it crash, and then did it again.
Both ways suck. I'm frustrated.Last edited by Tom_ZeCat; Feb 10, 2014, 06:23 PM.Kubuntu 22.04 (desktop & laptop), Windows 7 &2K (via VirtualBox on desktop PC)
================================
- Top
- Bottom
Comment
-
Ok, well I was excited at first, but after using this version I had to do the following to get it to function properly:
- remove libreOffice 4.2 completely (I used synaptic for this)
- Download the .deb version and language packe from libreoffice:
https://www.libreoffice.org/download
- unpack the tar files
- go to the unpacked folders, libreoffice main first, then the language packs, open a terminal in dolphin and do:
Code:sudo dpkg -i *.deb
Now everything works just fine.
I did read this at the bottom of the link I provided in Comment 3:
Imho using dist-upgrade to force the installation of the most recent LibreOffice is a bad idea. Unless you are on the newest version of Ubuntu, using dist-upgrade will also update the entire OS. Additionally setting the autoYes flag here will give the user no chance to notice the huge amount of changes this command can do to the system and abort before it actually starts to apply them. In the worst case this can lead to an unstable OS.
A safer choice would be to do a normal upgrade:
"sudo apt-get update && sudo apt-get -y upgrade"
Followed by a manual installation of the packages that were held back by the system:
"sudo apt-get install -y ... "
HP Pavilion dv6 core i7 (Main)
4 GB Ram
Kubuntu 18.10
- Top
- Bottom
Comment
-
Originally posted by Fintan View PostOk, well I was excited at first, but after using this version I had to do the following to get it to function properly:
- remove libreOffice 4.2 completely (I used synaptic for this)
- Download the .deb version and language packe from libreoffice:
https://www.libreoffice.org/download
- unpack the tar files
- go to the unpacked folders, libreoffice main first, then the language packs, open a terminal in dolphin and do:
Code:sudo dpkg -i *.deb
Now everything works just fine.
I did read this at the bottom of the link I provided in Comment 3:
I quess I should have read this firstKubuntu 22.04 (desktop & laptop), Windows 7 &2K (via VirtualBox on desktop PC)
================================
- Top
- Bottom
Comment
Comment