[Solved] 4.1.7 refuses to uninstall

Issues with installing under all GNU/Linux Distributions
Locked
gdhayes
Posts: 4
Joined: Sat Dec 28, 2024 9:20 pm

[Solved] 4.1.7 refuses to uninstall

Post by gdhayes »

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
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
User avatar
Hagar Delest
Moderator
Posts: 33482
Joined: Sun Oct 07, 2007 9:07 pm
Location: France

Re: 4.1.7 refuses to uninstall

Post by Hagar Delest »

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.
LibreOffice 25.2 on Linux Mint Debian Edition (LMDE Faye) and 24.8 portable on Windows 11.
gdhayes
Posts: 4
Joined: Sat Dec 28, 2024 9:20 pm

Re: 4.1.7 refuses to uninstall

Post by gdhayes »

ok
4.1.15 installed and
Attachments
4dot1dot7.png
4dot1dot7.png (26.55 KiB) Viewed 8741 times
Openoffice 4.1.7 on Ubuntu 24.04
FJCC
Moderator
Posts: 9574
Joined: Sat Nov 08, 2008 8:08 pm
Location: Colorado, USA

Re: 4.1.7 refuses to uninstall

Post by FJCC »

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?
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.
gdhayes
Posts: 4
Joined: Sat Dec 28, 2024 9:20 pm

Re: 4.1.7 refuses to uninstall

Post by gdhayes »

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.
Openoffice 4.1.7 on Ubuntu 24.04
FJCC
Moderator
Posts: 9574
Joined: Sat Nov 08, 2008 8:08 pm
Location: Colorado, USA

Re: 4.1.7 refuses to uninstall

Post by FJCC »

What happens if you run

Code: Select all

sudo apt install en-US/DEBS/*.deb en-US/DEBS/desktop-integration/*.deb
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.
gdhayes
Posts: 4
Joined: Sat Dec 28, 2024 9:20 pm

Re: 4.1.7 refuses to uninstall

Post by gdhayes »

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.
Openoffice 4.1.7 on Ubuntu 24.04
User avatar
RoryOF
Moderator
Posts: 35103
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: [Solved] 4.1.7 refuses to uninstall

Post by RoryOF »

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

Code: Select all


tar vxf the_full_name_of_the_file.tar.gz.

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

Code: Select all


sudo dpkg -i *.deb

cd desktop-integration
sudo dpkg -i *.deb

Do not omit the desktop integration folder change

Linux is sensitive to the case of the commands.
Apache OpenOffice 4.1.15 on Xubuntu 22.04.5 LTS
Locked