LibreOffice Writer disappeared after an update and I can't install it

Ubuntu Version:
Example: 25.10

Problem Description:
Hello. Excuse me if I am asking here and not through other platforms, I am still introducing myself to the Ubuntu ecosystem. Today, I got an update notification in Ubuntu 25.10 and I installed it. After doing so, LibreOffice Writer has disappeared and there is no way to recover the program. I am leaving a screenshot of Synaptic. I don’t know if I did something wrong during the update or if it’s a bug/error. I am attaching a screenshot of Synaptic (in Spanish) and App Store.

Captura desde 2025-11-12 18-34-18

Captura desde 2025-11-12 18-27-23

In the meantime, I have downloaded the Snap version, but I would prefer the system package other one since I only use LibreOffice Writer and it seems to load a bit faster.

Please post the output from running the following commands in Terminal -

sudo apt update
apt-cache policy
apt-cache policy libreoffice-writer
apt-cache policy libreoffice-uiconfig-writer

I updated on a second computer and it gave me the same problem. I’ll copy the text for you. Thanks.

Archivos de paquetes:
 100 /var/lib/dpkg/status
     release a=now
 500 http://security.ubuntu.com/ubuntu questing-security/multiverse amd64v3 Packages
     release v=25.10,o=Ubuntu,a=questing-security,n=questing,l=Ubuntu,c=multiverse,b=amd64v3
     origin security.ubuntu.com
 500 http://security.ubuntu.com/ubuntu questing-security/universe amd64v3 Packages
     release v=25.10,o=Ubuntu,a=questing-security,n=questing,l=Ubuntu,c=universe,b=amd64v3
     origin security.ubuntu.com
 500 http://security.ubuntu.com/ubuntu questing-security/restricted amd64v3 Packages
     release v=25.10,o=Ubuntu,a=questing-security,n=questing,l=Ubuntu,c=restricted,b=amd64v3
     origin security.ubuntu.com
 500 http://security.ubuntu.com/ubuntu questing-security/main amd64v3 Packages
     release v=25.10,o=Ubuntu,a=questing-security,n=questing,l=Ubuntu,c=main,b=amd64v3
     origin security.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64v3 Packages
     release v=25.10,o=Ubuntu,a=questing-updates,n=questing,l=Ubuntu,c=multiverse,b=amd64v3
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64v3 Packages
     release v=25.10,o=Ubuntu,a=questing-updates,n=questing,l=Ubuntu,c=universe,b=amd64v3
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64v3 Packages
     release v=25.10,o=Ubuntu,a=questing-updates,n=questing,l=Ubuntu,c=restricted,b=amd64v3
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu questing-updates/main amd64v3 Packages
     release v=25.10,o=Ubuntu,a=questing-updates,n=questing,l=Ubuntu,c=main,b=amd64v3
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu questing/multiverse amd64v3 Packages
     release v=25.10,o=Ubuntu,a=questing,n=questing,l=Ubuntu,c=multiverse,b=amd64v3
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu questing/universe amd64v3 Packages
     release v=25.10,o=Ubuntu,a=questing,n=questing,l=Ubuntu,c=universe,b=amd64v3
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu questing/restricted amd64v3 Packages
     release v=25.10,o=Ubuntu,a=questing,n=questing,l=Ubuntu,c=restricted,b=amd64v3
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu questing/main amd64v3 Packages
     release v=25.10,o=Ubuntu,a=questing,n=questing,l=Ubuntu,c=main,b=amd64v3
     origin archive.ubuntu.com
Paquetes con pin:
libreoffice-writer:
  Instalados: (ninguno)
  Candidato:  4:25.8.1~rc1-0ubuntu1
  Tabla de versión:
     4:25.8.1~rc1-0ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu questing/main amd64v3 Packages
libreoffice-uiconfig-writer:
  Instalados: 4:25.8.2-0ubuntu0.25.10.1
  Candidato:  4:25.8.2-0ubuntu0.25.10.1
  Tabla de versión:
 *** 4:25.8.2-0ubuntu0.25.10.1 500 (phased 90%)
        500 http://archive.ubuntu.com/ubuntu questing-updates/main amd64v3 Packages
        100 /var/lib/dpkg/status
     4:25.8.1~rc1-0ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu questing/main amd64v3 Packages

1 Like

Thanks. Does this command fix it? -

sudo apt install 'libreoffice-uiconfig-writer=4:25.8.1~rc1-0ubuntu1' libreoffice-writer
2 Likes

If you have amd64v3 architecture enabled libreoffice is broken with a partially missing update. I guess it will be fixed soon but in the meantime you can manually install the amd64 packages instead (for instance you can disable amd64v3 temporarily, manually install the libreoffice stuff you need, and then re-enable amd64v3 again).

2 Likes

Thank you very much! That solved it. :slightly_smiling_face:

@fprietog Yes, I have the amd64v3 architecture enabled. Maybe that was the reason for the error. Thanks for the help, too. Very much appreciated.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.