to who it concerns,
I am at the end and rarely ask questions however
OpenOffice 4.1.7 won't go away.
4.1.15 installs over it but the running reference is 4.1.7.
openoffice4 and soffice all bring up 4.1.7.
en-US
DEBS
desktop-integration
I have exhausted most search url's.
https://askubuntu.com/questions/529520/ ... openoffice
https://superuser.com/questions/33412/h ... from-linux
I could use a suggestion on how to purge 4.1.7 so 4.1.15 will install/run.
Thank you
[Solved] 4.1.7 refuses to uninstall
[Solved] 4.1.7 refuses to uninstall
Last edited by gdhayes on Sun Dec 29, 2024 1:52 am, edited 1 time in total.
Openoffice 4.1.7 on Ubuntu 24.04
- Hagar Delest
- Moderator
- Posts: 33482
- Joined: Sun Oct 07, 2007 9:07 pm
- Location: France
Re: 4.1.7 refuses to uninstall
Hi and welcome to the forum!
This one should do the trick:
sudo apt-get remove --purge openoffice*
Then follow the tutorial: [Tutorial] Installing Apache OpenOffice on GNU/Linux.
Please add [Solved] at the beginning of the title in your first post (top of the topic) with the ✎ button if your issue has been fixed.
This one should do the trick:
sudo apt-get remove --purge openoffice*
Then follow the tutorial: [Tutorial] Installing Apache OpenOffice on GNU/Linux.
Please add [Solved] at the beginning of the title in your first post (top of the topic) with the ✎ button if your issue has been fixed.
LibreOffice 25.2 on Linux Mint Debian Edition (LMDE Faye) and 24.8 portable on Windows 11.
Re: 4.1.7 refuses to uninstall
ok
4.1.15 installed and
4.1.15 installed and
- Attachments
-
- 4dot1dot7.png (26.55 KiB) Viewed 8741 times
Openoffice 4.1.7 on Ubuntu 24.04
Re: 4.1.7 refuses to uninstall
The Rev number on that splash screen is correct for the 4.1.7 build but the date in 2023 is not right. 4.1.7 was released in 2019.
From where did you get your installation files for 4.1.15?
Exactly what commands have you run to remove 4.1.7 and install 4.1.15?
From where did you get your installation files for 4.1.15?
Exactly what commands have you run to remove 4.1.7 and install 4.1.15?
OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
Re: 4.1.7 refuses to uninstall
update
sudo dpkg -i en-US/DEBS/*.deb en-US/DEBS/desktop-integration/openoffic*.deb
Selecting previously unselected package openoffice.
(Reading database ... 279832 files and directories currently installed.)
Preparing to unpack .../openoffice_4.1.15-2_amd64.deb ...
Unpacking openoffice (4.1.15-2) ...
dpkg: warning: downgrading openoffice from 4.1.15-2 to 4.1.7-1
Where's that coming from?
The download came from Apache.
I have followed all the standard cmds from the web, and the support site.
The last command I ran was sudo aptitude purge OpenOffice after installing aptitude.
sudo dpkg -i en-US/DEBS/*.deb en-US/DEBS/desktop-integration/openoffic*.deb
Selecting previously unselected package openoffice.
(Reading database ... 279832 files and directories currently installed.)
Preparing to unpack .../openoffice_4.1.15-2_amd64.deb ...
Unpacking openoffice (4.1.15-2) ...
dpkg: warning: downgrading openoffice from 4.1.15-2 to 4.1.7-1
Where's that coming from?
The download came from Apache.
I have followed all the standard cmds from the web, and the support site.
The last command I ran was sudo aptitude purge OpenOffice after installing aptitude.
Openoffice 4.1.7 on Ubuntu 24.04
Re: 4.1.7 refuses to uninstall
What happens if you run
Code: Select all
sudo apt install en-US/DEBS/*.deb en-US/DEBS/desktop-integration/*.debOpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
Re: 4.1.7 refuses to uninstall
I did ran that command and the result was the same.
After further reading, this command did the trick:
sudo dpkg -i --refuse-downgrade en-US/DEBS/*.deb en-US/DEBS/desktop-integration/openoffic*.deb
I will thank youall for your help.
After further reading, this command did the trick:
sudo dpkg -i --refuse-downgrade en-US/DEBS/*.deb en-US/DEBS/desktop-integration/openoffic*.deb
I will thank youall for your help.
Openoffice 4.1.7 on Ubuntu 24.04
Re: [Solved] 4.1.7 refuses to uninstall
Here are the exact steps I always use to install OpenOffice on a linux distro using deb files.
Change to your Download directory, to which you have downloaded the tar file. Then
this will unpack the file into a folder with name something like en-US in the downloads folder.
Change into that folder, then into DEBS folder in it
then
Do not omit the desktop integration folder change
Linux is sensitive to the case of the commands.
Change to your Download directory, to which you have downloaded the tar file. Then
Code: Select all
tar vxf the_full_name_of_the_file.tar.gz.
Change into that folder, then into DEBS folder in it
then
Code: Select all
sudo dpkg -i *.deb
cd desktop-integration
sudo dpkg -i *.deb
Linux is sensitive to the case of the commands.
Apache OpenOffice 4.1.15 on Xubuntu 22.04.5 LTS