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

In this tutorial we learn how to install texlive-bibtopic-doc.noarch in Amazon Linux 2. texlive-bibtopic-doc.noarch is Documentation for bibtopic

Introduction

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

What is texlive-bibtopic-doc.noarch

Documentation for bibtopic

We can use yum to install texlive-bibtopic-doc.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-doc.noarch.

Install texlive-bibtopic-doc.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-doc.noarch using yum by running the following command:

sudo yum -y install texlive-bibtopic-doc.noarch

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

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

sudo yum remove texlive-bibtopic-doc.noarch

texlive-bibtopic-doc.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-bibtopic-doc-svn15878.1.1a
/usr/share/doc/texlive-bibtopic-doc-svn15878.1.1a/gpl.txt
/usr/share/texlive/texmf-dist/doc/latex/bibtopic/README
/usr/share/texlive/texmf-dist/doc/latex/bibtopic/articles.bib
/usr/share/texlive/texmf-dist/doc/latex/bibtopic/bibtopic.pdf
/usr/share/texlive/texmf-dist/doc/latex/bibtopic/books.bib
/usr/share/texlive/texmf-dist/doc/latex/bibtopic/sample.tex

References

Summary

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