{"id":7440,"date":"2020-12-30T20:36:46","date_gmt":"2020-12-30T17:36:46","guid":{"rendered":"https:\/\/kifarunix.com\/?p=7440"},"modified":"2024-03-15T00:14:37","modified_gmt":"2024-03-14T21:14:37","slug":"install-and-use-mendeley-in-ubuntu-20-04","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-and-use-mendeley-in-ubuntu-20-04\/","title":{"rendered":"Install and Use Mendeley in Ubuntu 20.04"},"content":{"rendered":"\n<p>In this tutorial, we will learn how to install and use Mendeley in Ubuntu 20.04 and use it with LibreOffice Writer and Firefox browser. Are you working on a research paper or an academic article? Well, you may need an automated way of managing your references and citations. <a aria-label=\"Mendeley (opens in a new tab)\" class=\"rank-math-link\" href=\"https:\/\/www.mendeley.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Mendeley<\/a> is a handy tool which enables you to save, manage and synchronize your citations across many devices. Mendeley can work effectively as a plugin for common word processors such as Microsoft Word and LibreOffice and browser add-ons. It is free, open-source, and cross-platform as compared to its closest alternative.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installing Mendeley in Ubuntu 20.04<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Prerequisite<\/h3>\n\n\n\n<p>Before we proceed, you need to have an <a aria-label=\" (opens in a new tab)\" href=\"https:\/\/id.elsevier.com\/as\/authorization.oauth2?state=0b8e5a8280fa4341c24970d9d4bfc6ef&amp;prompt=login&amp;scope=openid%20email%20profile%20els_auth_info%20els_analytics_info%20urn:com:elsevier:idp:policy:product:indv_identity&amp;authType=SINGLE_SIGN_IN&amp;response_type=code&amp;platSite=MDY\/mendeley&amp;redirect_uri=https:\/\/www.mendeley.com\/callback\/&amp;client_id=MENDELEY\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"rank-math-link\">account<\/a> with Mendeley. The account is free, and the process is straight-forward. This is necessary to enable synchronization across devices and as well as being a repository.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Download Mendeley Installer<\/h3>\n\n\n\n<p>As a good practice, create a folder, preferably on your home directory, where you can save the Mendeley materials.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mkdir $HOME\/Mendeley<\/code><\/pre>\n\n\n\n<p>Mendeley can be downloaded from the <a aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.mendeley.com\/guides\/download-mendeley-desktop\/ubuntu\/instructions\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"rank-math-link\">official site<\/a> or run the following command to download the 64-bit version for Ubuntu and other Debian derivatives;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo wget https:\/\/desktop-download.mendeley.com\/download\/apt\/pool\/main\/m\/mendeleydesktop\/mendeleydesktop_1.19.4-stable_amd64.deb -P $HOME\/Mendeley<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Install Mendeley in Ubuntu 20.04<\/h3>\n\n\n\n<p>Navigate to the directory where you downloaded the file into.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd $HOME\/Mendeley<\/code><\/pre>\n\n\n\n<p>Install the .deb file in the directory using the <code>apt install<\/code> command;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install .\/mendeleydesktop_1.19.4-stable_amd64.deb<\/code><\/pre>\n\n\n\n<p>The use of <code>apt<\/code> instead of <code><strong>dpkg<\/strong><\/code> to install Mendeley is to ensure some extra packages needed to install Mendeley are auto-installed. Such package dependencies include;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>gconf-service gconf-service-backend gconf2 gconf2-common libgconf-2-4\n  libpython2-stdlib libpython2.7-minimal libpython2.7-stdlib python-is-python2\n  python2 python2-minimal python2.7 python2.7-minimal<\/code><\/pre>\n\n\n\n<p>If there is a dependency issue or there is an installation hitch, the above packages can be installed individually. Running the command below should however fix some issues.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo apt --fix-broken install<\/code><\/pre>\n\n\n\n<p>After installation, Mendeley desktop will appear in the list of installed apps. Click to open.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"598\" height=\"526\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/Selection_007-1-1.png\" alt=\"Install and Use Mendeley in Ubuntu 20.04\" class=\"wp-image-7451\" title=\"\"><\/figure><\/div>\n\n\n<p>Fill your credentials you created earlier and sign in. You will be directed to your home page.<\/p>\n\n\n\n<p>You will also be prompted to install LibreOffice plugin if you have LibreOffice package installed. Click on <strong>Install now<\/strong> to proceed.<\/p>\n\n\n\n<p>If successful, you will be presented with a few start-up tutorials, which you can view or close.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Adding reference materials to Mendeley<\/h3>\n\n\n\n<p>You can add your own reference material to the Mendeley repository, which you will cite in your article. For example, if you have an article on Cloud security, you can search for your article from Google Scholar or any other source. As an example, we will use this <a href=\"https:\/\/arxiv.org\/pdf\/1609.01107.pdf\" target=\"_blank\" rel=\"noopener\">article1<\/a>.<br>Download the article to your PC.<\/p>\n\n\n\n<p>Now open Mendeley and add the article by clicking on Files&gt;Add Files\u2026 and navigate to where you downloaded the article. You will now see an entry in your <strong>All Documents<\/strong> section. We can add as more documents and folders as you can. Add a second <a href=\"https:\/\/ieeexplore.ieee.org\/stamp\/stamp.jsp?tp=&amp;arnumber=6141247\" target=\"_blank\" rel=\"noopener\">article2<\/a>, which we will be using later.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Adding citations and bibliography in LibreOffice Writer<\/h3>\n\n\n\n<p>When you open LibreOffice writer after installing Mendeley, you will find new menu as shown below;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1037\" height=\"142\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/Selection_009.png\" alt=\"Install and Use Mendeley in Ubuntu 20.04\" class=\"wp-image-7452\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/Selection_009.png?v=1609860030 1037w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/Selection_009-768x105.png?v=1609860030 768w\" sizes=\"(max-width: 1037px) 100vw, 1037px\" \/><\/figure>\n\n\n\n<p>Let&#8217;s start citing our articles, as shown in the figure below;<\/p>\n\n\n\n<p>Click on <strong>Insert citation<\/strong> and search for article title or author name to cite your claim. In our example we have used article one.<\/p>\n\n\n\n<p><em>Organizations are leveraging on the use of cloud computing to reduce on cost (Al Morsy, Mohamed Grundy &amp; Ingo, 2010)<\/em><\/p>\n\n\n\n<p>You can list the authors and show the publication date by selecting <strong>insert citation<\/strong> the check on <strong>suppress author<\/strong><\/p>\n\n\n\n<p><em>According to Behl (2011)\u2060, securing cloud is \u2026<\/em><\/p>\n\n\n\n<p>You can also use multiple sources to cite a piece of evidence;<\/p>\n\n\n\n<p><em>Organizations rely on cloud for reduced cost and improved security (Al Morsy et al., 2010; Behl, 2011)<\/em><\/p>\n\n\n\n<p><strong>Note<\/strong>: The default citation style is APA 7th edition. You can change the style to your requirement. It also includes the bespoke requirements of most universities and academic institutions that have accounts on it. So you can set your style too, for example, Oxford University if required!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Generate bibliography<\/h3>\n\n\n\n<p>On your document, click on Insert Bibliography. This will generate a list of references which you cited.<\/p>\n\n\n\n<p>Al Morsy, Mohamed Grundy, J. M., &amp; Ingo. (2010). An Analysis of the Cloud Computing Security Problem Mohamed. <em>Apsec<\/em>.<\/p>\n\n\n\n<p>Behl, A. (2011). Emerging security challenges in cloud computing: An insight to cloud security challenges and their mitigation. <em>Proceedings of the 2011 World Congress on Information and Communication Technologies, WICT 2011<\/em>, 217\u2013222. https:\/\/doi.org\/10.1109\/WICT.2011.6141247<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Install browser add-on<\/h3>\n\n\n\n<p>You can cite a URL directly from the browser by synchronizing with your Mendeley account. In Firefox, click on Options(three horizontal lines)&gt;add-ons then search for Mendeley and install. While on the site you want to reference, click on the Mendeley icon on your browser (near to options). After sign in, click on add to Mendeley to add the source. On your Mendeley desktop. Click sync to update the added source. Details will be added automatically, as shown below. In case it does not, you can edit them manually.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"397\" height=\"562\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/Selection_011.png\" alt=\"\" class=\"wp-image-7453\" title=\"\"><\/figure><\/div>\n\n\n<p>You will see the added artical in the list.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"949\" height=\"396\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/Selection_012.png\" alt=\"\" class=\"wp-image-7454\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/Selection_012.png?v=1609860481 949w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/Selection_012-768x320.png?v=1609860481 768w\" sizes=\"(max-width: 949px) 100vw, 949px\" \/><\/figure><\/div>\n\n\n<h3 class=\"wp-block-heading\">Uninstall Mendeley<\/h3>\n\n\n\n<p>Finally, if for some reason you want to remove Mendeley desktop, you can run the following command. <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code><code>sudo apt remove mendeleydesktop<\/code><\/code><\/pre>\n\n\n\n<p>That&#8217;s all on our tutorial.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Other Tutorials<\/h3>\n\n\n\n<p><a aria-label=\" (opens in a new tab)\" href=\"https:\/\/kifarunix.com\/install-netbeans-ide-on-ubuntu\/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"rank-math-link\">Install NetBeans IDE on Ubuntu 20.04<\/a><\/p>\n\n\n\n<p><a aria-label=\" (opens in a new tab)\" href=\"https:\/\/kifarunix.com\/install-mantis-bug-tracker-on-ubuntu-20-04\/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"rank-math-link\">Install Mantis Bug Tracker on Ubuntu 20.04<\/a><\/p>\n\n\n\n<p><a aria-label=\" (opens in a new tab)\" href=\"https:\/\/kifarunix.com\/install-bugzilla-bug-tracker-on-ubuntu-20-04\/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"rank-math-link\">Install Bugzilla Bug Tracker on Ubuntu 20.04<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-cheat-command-on-ubuntu-20-04\/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"rank-math-link\">Install Cheat Command on Ubuntu 20.04<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, we will learn how to install and use Mendeley in Ubuntu 20.04 and use it with LibreOffice Writer and Firefox browser. Are<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[121],"tags":[2965,2967,2966,1200],"class_list":["post-7440","post","type-post","status-publish","format-standard","hentry","category-howtos","tag-install-mendeley-ubuntu-20-04","tag-mendeley","tag-mendeley-ubuntu-20-04","tag-ubuntu-20-04","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/7440"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=7440"}],"version-history":[{"count":9,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/7440\/revisions"}],"predecessor-version":[{"id":21563,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/7440\/revisions\/21563"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=7440"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=7440"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=7440"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}