Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2018-10-16 18:35:07
Size: 1246
Editor: TheAnarcat
Comment:
Revision 7 as of 2019-10-17 17:53:56
Size: 1607
Comment: typo
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
It used to be available in Debian up to "stretch" but was removed from Debian "buster" after the Firefox 60 upgrade which broke the extension (DebianBug:864827). While work is underway to pacakge the new 5.x version (DebianBug:871502), there are other alternatives to run Zotero in newer Debian releases. It used to be available in Debian up to "stretch" but was removed from Debian "buster" after the Firefox 60 upgrade which broke the extension (DebianBug:864827). While work is underway to package the new 5.x version (DebianBug:871502), there are other alternatives to run Zotero in newer Debian releases.
Line 10: Line 10:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Line 19: Line 20:
A wrapper script can be used to have the command available directly as an executable: Or by adding `/var/lib/flatpak/exports/bin` to your `PATH`:
Line 22: Line 23:
cat > /usr/local/bin/zotero <<EOF
#!/usr/bin/flatpak run org.zotero.Zotero
EOF
chmod +x /usr/local/bin/zotero
echo 'export PATH=$PATH:/var/lib/flatpak/exports/bin' >> ~/.bashrc
Line 27: Line 25:

In my experience (TheAnarcat), the "flatpak" Zotero was able to read the previous database directly without problems, but you might have to do some tweaks in the flatpak config if it's in a non-standard location. This is explained in the [[https://flathub.org/apps/details/org.zotero.Zotero|flathub page]].

See also the [[FlatpakHowto]].

Zotero is a "personal research assistant" that can help you "help you collect, organize, cite, and share research".

It used to be available in Debian up to "stretch" but was removed from Debian "buster" after the Firefox 60 upgrade which broke the extension (864827). While work is underway to package the new 5.x version (871502), there are other alternatives to run Zotero in newer Debian releases.

Flatpak

The Flathub maintainers provide a Flatpak package that can be easily installed in Debian buster:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.zotero.Zotero

Then Zotero can be ran with:

flatpak run org.zotero.Zotero

Or by adding /var/lib/flatpak/exports/bin to your PATH:

echo 'export PATH=$PATH:/var/lib/flatpak/exports/bin' >> ~/.bashrc

In my experience (TheAnarcat), the "flatpak" Zotero was able to read the previous database directly without problems, but you might have to do some tweaks in the flatpak config if it's in a non-standard location. This is explained in the flathub page.

See also the FlatpakHowto.

Snap

There is also a Snap package but it does not seem up to date.

Standalone install

You can also download the official release and install it by hand.