1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

UbuntuにZoteroをインストールするときは、zotero-debという方法がある

Last updated at Posted at 2021-03-10

はじめに

 Zoteroは有名なオープンソースの文献管理ソフトです。文献管理ソフトは、Mendeleyが有名です。Mendeleyは悪いソフトウェアではないのですが、オープンソース・ソフトウェアではありません。その点、ZoteroはGithubにソースコードが公開されており、安心感があります。(囲い込まれたり、開発が中止になるリスクが少ない)

(JavaScriptで開発されているらしい)

ZoteroをUbuntuにインストールする

 ZoteroをUbuntuにインストール時は、zotero-debを使うのが良さそうです。

wget -qO- https://github.com/retorquere/zotero-deb/releases/download/apt-get/install.sh | sudo bash
sudo apt update
sudo apt install zotero

Zoteroを起動して、ガイダンスに従ってFirefox用のプラグインや、LibreOffice用のプラグインをインストールします。(まあ実際にはLibreOffice用のプラグインはほとんど使うことないけれども)

サーバーとの同期

Zoteroはアカウントを作成することで、ファイルを同期できるようになっているようです。ストレージは300MBまでは無料、それ以上になると有料になるようです。(オープンソース(≠フリー)なソフトウェアの開発を応援したいので、多少お金を支払ってもよい気はします。)

デスクトップ版のZoteroは 設定 > 同期 からサーバーと同期できます。

この記事は以上です。

1
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?