How To Install texlive-bibtopic.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-bibtopic.noarch in Amazon Linux 2. texlive-bibtopic.noarch is Include multiple bibliographies in a document

Introduction

In this tutorial we learn how to install texlive-bibtopic.noarch on Amazon Linux 2.

What is texlive-bibtopic.noarch

The package allows the user to include several bibliographies covering different ’topics’ or bibliographic material into a document (e.g., one bibliography for primary literature and one for secondary literature). The package provides commands to include either all references from a .bib file, only the references actually cited or those not cited in your document. The user has to construct a separate .bib file for each bibliographic ’topic’, each of which will be processed separately by BibTeX. If you want to have bibliographies specific to one part of a document, see the packages bibunits or chapterbib. date

We can use yum to install texlive-bibtopic.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-bibtopic.noarch.

Install texlive-bibtopic.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install texlive-bibtopic.noarch using yum by running the following command:

sudo yum -y install texlive-bibtopic.noarch

How To Uninstall texlive-bibtopic.noarch on Amazon Linux 2

To uninstall only the texlive-bibtopic.noarch package we can use the following command:

sudo yum remove texlive-bibtopic.noarch

texlive-bibtopic.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-bibtopic-svn15878.1.1a
/usr/share/doc/texlive-bibtopic-svn15878.1.1a/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/bibtopic/bibtopic.sty

References

Summary

In this tutorial we learn how to install texlive-bibtopic.noarch on Amazon Linux 2 using yum.