How To Install libreoffice-zotero-integration on Debian 9

In this tutorial we learn how to install libreoffice-zotero-integration on Debian 9. libreoffice-zotero-integration is LibreOffice plugin to organize and share your research sources

Introduction

In this tutorial we learn how to install libreoffice-zotero-integration on Debian 9.

What is libreoffice-zotero-integration

libreoffice-zotero-integration is:

Zotero is helps you collect, manage, and cite your research sources. It can automatically gather bibliographic information about resources available in hundreds of databases, library catalogs and the web.

Zotero also allows you to store your libraries online, so that they can be accessed from any computer. Your online collections can also be shared with other Zotero users, letting you collaboratively create bibliographies and research notes.

This package contains the plugin to integrate Zotero in LibreOffice Writer.

There are three methods to install libreoffice-zotero-integration on Debian 9. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libreoffice-zotero-integration Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install libreoffice-zotero-integration using apt-get by running the following command:

sudo apt-get -y install libreoffice-zotero-integration

Install libreoffice-zotero-integration Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libreoffice-zotero-integration using apt by running the following command:

sudo apt -y install libreoffice-zotero-integration

Install libreoffice-zotero-integration Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Debian. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libreoffice-zotero-integration using aptitude by running the following command:

sudo aptitude -y install libreoffice-zotero-integration

How To Uninstall libreoffice-zotero-integration on Debian 9

To uninstall only the libreoffice-zotero-integration package we can use the following command:

sudo apt-get remove libreoffice-zotero-integration

Uninstall libreoffice-zotero-integration And Its Dependencies

To uninstall libreoffice-zotero-integration and its dependencies that are no longer needed by Debian 9, we can use the command below:

sudo apt-get -y autoremove libreoffice-zotero-integration

Remove libreoffice-zotero-integration Configurations and Data

To remove libreoffice-zotero-integration configuration and data from Debian 9 we can use the following command:

sudo apt-get -y purge libreoffice-zotero-integration

Remove libreoffice-zotero-integration configuration, data, and all of its dependencies

We can use the following command to remove libreoffice-zotero-integration configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libreoffice-zotero-integration

Dependencies

libreoffice-zotero-integration have the following dependencies:

References

Summary

In this tutorial we learn how to install libreoffice-zotero-integration package on Debian 9 using different package management tools: apt, apt-get and aptitude.