Zotero und das LibreOffice-Plugin können unter Linux Mint erfolgreich installiert und genutzt werden. Die Installation erfolgt in mehreren Schritten, wobei besondere Aufmerksamkeit auf die Java-Konfiguration und die manuelle Installation des Plugins gelegt werden muss, insbesondere bei Verwendung des Snap-Pakets.

1. Zotero installieren

  • Die empfohlene Methode ist die manuelle Installation über die offizielle Website: https://www.zotero.org/download.

  • Lade die Linux-Version (z. B. Zotero_linux-x86_64.tar.bz2) herunter.

  • Entpacke die Datei in ein Verzeichnis wie /opt/zotero:

    sudo tar -xjf Zotero*.tar.bz2 -C /opt
    sudo mv /opt/Zotero_linux-x86_64 /opt/zotero
    sudo /opt/zotero/set_launcher_icon
    ln -s /opt/zotero/zotero.desktop ~/.local/share/applications
  • Alternativ: Verwende das Flatpak-Paket über den Software-Manager (wird in der Community als benutzerfreundlicher empfohlen).

2. Java-Unterstützung aktivieren

  • Zotero erfordert Java für die Kommunikation mit LibreOffice.

  • Öffne LibreOffice → Extras → Optionen → Erweitert.

  • Stelle sicher, dass „Java Runtime Environment verwenden“ aktiviert ist.

  • Falls keine JRE installiert ist, installiere sie:

    sudo apt install openjdk-8-jre
  • Installiere außerdem das Paket libreoffice-java-common:

    sudo apt install libreoffice-java-common

3. LibreOffice-Plugin installieren

  • Problem: Wenn Zotero über Snap installiert wurde (z. B. über den Software-Manager), wird das Plugin nicht automatisch installiert, da Snap-Container Einschränkungen haben.

  • Lösung: Manuelle Installation des Plugins:

    • Gehe zum Plugin-Ordner:

      /snap/zotero-snap/109/integration/libreoffice/

      (Die Nummer 109 kann variieren – prüfe mit ls /snap/zotero-snap/.)

    • Kopiere die Datei Zotero_LibreOffice_Integration.oxt in einen gemeinsamen Ordner (z. B. ~/Downloads).

    • Öffne LibreOffice Writer → Extras → Erweiterungen → Hinzufügen → Wähle die .oxt-Datei aus.

    • Starte LibreOffice neu.

4. Plugin aktivieren und testen

  • Nach dem Neustart sollte die Zotero-Symbolleiste in LibreOffice Writer erscheinen (meist oben links).

  • Alternativ: Aktiviere sie über Ansicht → Symbolleisten → Zotero.

  • Teste die Funktion: Klicke auf „Zitation hinzufügen“ → wähle einen Eintrag aus der Zotero-Bibliothek → die Zitation wird automatisch eingefügt.

⚠️ Hinweis: Bei Problemen mit der Kommunikation zwischen Zotero und LibreOffice („Zotero konnte nicht mit LibreOffice kommunizieren“) stelle sicher, dass beide Programme gleichzeitig laufen und keine Sudo-Berechtigungen für Zotero verwendet werden.

🌐
Linux Mint Forums
forums.linuxmint.com › board index › main edition support › software & applications
Zotero and LibreOffice Writer - Linux Mint Forums
hi, I just installed mint, uninstalled the LibreOffice version to install the latest one taken from ppa:libreoffice/ppa with Zotero 6 and JRE. LibreOffice Writer v. 24.2.3.2 Zotero v.
🌐
Zotero Forums
forums.zotero.org › discussion › 18072 › libre-office-in-linux-mint
Libre Office in Linux Mint - Zotero Forums
I managed to install the libre office plugin no problem. Referencing using Refworks and ODT works perfectly without a glitch. Im having a problem though referencing using bookmarks so that I can have a doc compatible file. Inserting reference works well but when I go to insert a bibliography ...
🌐
Linux Mint Community
community.linuxmint.com › software › view › org.zotero.Zotero
Linux Mint - Community
Great citation manager with solid integration to Word and Writer. Glad to see it available as Flatpak in the Software Manager as the installation instructions on the website are clunky. Just so you know, I had to use the manual method for installing the Zotero plugin for LibreOffice, which was ...
🌐
Zotero Forums
forums.zotero.org › discussion › 70732 › installation-error-zotero-plug-in-for-libre-office
Installation error Zotero plug in for Libre office - Zotero Forums
PS As I visit the web site of Libre Office, on this page [https://extensions.libreoffice.org/extensions/zotero-libreoffice-integration] I find the information Zotero LibreOffice Integration Current Release :No stable release available yet. ... I am having a similar problem. I am using Linux Mint 18.3 with the pre-installed Libre Office.
🌐
Ask LibreOffice
ask.libreoffice.org › english
Impossible to install Zotero on Mint - English - Ask LibreOffice
May 15, 2024 - Hi I installed a new version of Linux Mint with a new version of LibreOffice (ppa:libreoffice/ppa v. 24.2.3.2) and Zotero v. 6.0.35. Unfortunately, as usual the Zotero extension doesn’t work at first and when I try to install the one from the local directory, LibreOffice doesn’t show me ...
🌐
GitHub
github.com › geraldohomero › Zotero-LibreOffice-Linux
GitHub - geraldohomero/Zotero-LibreOffice-Linux: [Tutorial] Trying to solve the problem where the Zotero plugin doesn't work properly in the Linux LibreOffice Writer · GitHub
Go to the directory where Zotero is installed and open extensions/zoteroOpenOfficeIntegration@zotero.org/install (Zotero 6) or integration/libreoffice (Zotero 7)
Author   geraldohomero
🌐
Zotero Forums
forums.zotero.org › discussion › 70013 › zotero-plugin-and-flatpak-libreoffice
Zotero Plugin and Flatpak LibreOffice - Zotero Forums
I was able to do it through the Libreoffice extension manager. The trick is finding out were the extension is. It is not were Zotero (flatpack) ‘says’ it is. To locate it, run this command in a terminal: locate Zotero_OpenOffice Just add the output in the extension manager. ... I just installed Zotero in LinuxMint 19 via flatpak.
🌐
Reddit
reddit.com › r/linux4noobs › installing zotero and using it with libreoffice
r/linux4noobs on Reddit: Installing Zotero and using it with LibreOffice
August 9, 2020 -

After visiting many forums, none of which described all the steps, I eventually figured out how to get Zotero to work with LibreOffice (LO). I am sure somebody will find the following helpful.

  1. Make sure you have a JRE installed. In LO, go to Tools>Options>Advanced. Make sure you have the "Use Java runtime environment" box checked, and there is a JRE installed. If there isn't one (as was the case in my fresh Linux install), open terminal and install the latest JRE: sudo apt install openjdk-8-jre. Check your installation worked with java -version. Restart LO, and check your JRE. As of August 2020, the JRE is Private Build v1.8.0_265.

  2. Next, make sure LO has java-common installed: sudo apt-get install libreoffice-java-common

  3. Install Zotero. If you did the above, the Zotero plug in should work. If it doesn't, you can manually add the plug-in from LO or try to re-install it from Zotero. At this point, there should be plenty of resources for you to figure out how to perform either.

My current issue, because I did not perform the following steps in order, Zotero is working but now the icons are gone in LO. Instead of Icons, I see the word "Add/Edit Citation", "Add/Edit Bibliography", etc. In Windows 10, the solution is found in this thread. Does anybody know how to fix this compatibility issue between Zotero/LO in Linux?

🌐
Zotero Forums
forums.zotero.org › discussion › 113142 › libreoffice-could-not-communicate-with-zotero-or-it-cannot-install-at-all
LibreOffice could not communicate with Zotero (or it cannot install at all) - Zotero Forums
2) I also tried to install via apt as prompted here https://github.com/retorquere/zotero-deb : $ wget -qO- https://raw.githubusercontent.com/retorquere/zotero-deb/master/install.sh | sudo bash $ sudo apt update $ sudo apt install zotero This installed zotero and it worked well with the Chrome plugin on Brave browser. 2.a) But, then the Libre office plugin was not installed automatically and it was not present inside zotero app> cite tab> word processor pane> to install.
Find elsewhere
🌐
Zotero Forums
forums.zotero.org › discussion › 87821 › install-libreoffice-on-ubuntu
Install libreoffice on Ubuntu - Zotero Forums
There are countless Linux forums on the internet where people can answer your questions. I have no idea what you're even asking, so I don't know how complicated it would end up being, but this isn't the place to get into it. If you have a Zotero question, we're happy to help you here. ... On last versions Ubuntu installs LibreOffice (LO) as a snap package, that means it lives in something like its own container and that might be why you are experiencing problems installing Zotero.
🌐
LibreOffice
extensions.libreoffice.org › extensions › zotero-libreoffice-integration
Zotero LibreOffice Integration » Libreoffice Extensions
You can find the file Zotero_LibreOffice_Integration.oxt within the folder: /snap/zotero-snap/109/integration/libreoffice Copy this file to any folder you want, than go to install it in LibreOffice Writer: Tools->Extensions->Add->Search and select Zotero_LibreOffice_Integration.oxt Restart ...
🌐
Zotero Forums
forums.zotero.org › discussion › 81422 › failure-to-integrate-zotero-add-on-in-ubuntu-libreoffice
Failure to Integrate Zotero Add-on in Ubuntu Libreoffice - Zotero Forums
I also tried installing the extension pack file from zotero.org I'm not sure what you're referring to. The LibreOffice extension is bundled with the Zotero application and isn't something we make available for download separately.
🌐
Zotero Forums
forums.zotero.org › discussion › 113392 › libreoffice-zotero-plugin-impossible-to-install
LibreOffice, Zotero plugin impossible to install - Zotero Forums
BTW If there is a "install LibreOffice Add-In" button, it should work instead of leaving it there that doesn't work. After a long reasrch I found it: /var/lib/flatpak/app/org.zotero.Zotero/current/active/files/share/zotero/extensions/zoteroOpenOfficeIntegration@zotero.org ... We have no way of telling you where you installed a program on your Linux system.
🌐
Zotero Forums
forums.zotero.org › discussion › 86673 › impossible-to-install-zotero-plugin-for-libreoffice
Impossible to install zotero plugin for libreoffice - Zotero Forums
The plugin is bundled with Zotero, as noted on Word Processor Plugin Installation. It's installed automatically when you first start Zotero if you have LibreOffice in a standard location, and you can reinstall it later from the Cite → Word Processors pane of the Zotero preferences.
🌐
Reddit
reddit.com › r/zotero › libre office plug-in in linux mint
r/zotero on Reddit: libre office plug-in in linux mint
November 15, 2017 -

I installed linux mint yesterday (I am a novice). When I installed zotero via the applications manager, there wasn't a plugin for libreoffice that I could find. There seems to be one available for linux but I can't find anything to download on the zotero site. Can anyone tell me how I can install the plugin? Thank you very much!

🌐
Reddit
reddit.com › r/libreoffice › zotero add-in linux
r/libreoffice on Reddit: Zotero add-in linux
August 21, 2024 -

Hello, I'm on fedora linux and want to use zotero with libreoffice writer. All software is updated to latest. If I go to the "cite" tab in zotero settings, it recognizes that libreoffice does not have the add-in installed and there is a button "install libreoffice add-in". However, pressing this button does nothing. So I might have to install it manually using the zotero documentation

I also cannot find where the add-in is located in the file manager. I found a zotero folder in .var/app/org.zotero.Zotero, but I don't know if that's the right folder to find the add-in.

Does anyone know how I can install it? Thanks.

🌐
Linux Magazine
linux-magazine.com › Online › Features › Zotero-and-LibreOffice
Zotero and LibreOffice » Linux Magazine
To work with Zotero and LibreOffice, users must have Java installed, then install Zotero itself, and download the LibreOffice extension and install it using Tools | Extension Manager | Add.