How To Install texlive-bibtex.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-bibtex.noarch on Amazon Linux 2.
What is texlive-bibtex.noarch
BibTeX allows the user to store his citation data in generic form, while printing citations in a document in the form specified by a BibTeX style, to be specified in the document itself (one often needs a LaTeX citation-style package, such as natbib as well). BibTeX itself is an ASCII-only program; there is, however, a version that copes with 8-bit character sets. However, BibTeX’s facilities rapidly run out as one moves away from simple ASCII (for example, in the various national sorting rules for languages expressed in different parts of ISO-8859 – the “ISO Latin” series). For more flexibility, the user is urged to consider using biber with biblatex to typeset its output. In particular, it is best to avoid BibTeX in favour of biblatex, if at all possible. date
We can use yum to install texlive-bibtex.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-bibtex.noarch.
Install texlive-bibtex.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-bibtex.noarch using yum by running the following command:
sudo yum -y install texlive-bibtex.noarch
How To Uninstall texlive-bibtex.noarch on Amazon Linux 2
To uninstall only the texlive-bibtex.noarch package we can use the following command:
sudo yum remove texlive-bibtex.noarch
texlive-bibtex.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-bibtex-svn26689.0.99d
/usr/share/doc/texlive-bibtex-svn26689.0.99d/knuth.txt
/usr/share/man/man1/bibtex.1.gz
/usr/share/texlive/texmf-dist/bibtex/bib/base/xampl.bib
/usr/share/texlive/texmf-dist/bibtex/bst/base/abbrv.bst
/usr/share/texlive/texmf-dist/bibtex/bst/base/acm.bst
/usr/share/texlive/texmf-dist/bibtex/bst/base/alpha.bst
/usr/share/texlive/texmf-dist/bibtex/bst/base/apalike.bst
/usr/share/texlive/texmf-dist/bibtex/bst/base/ieeetr.bst
/usr/share/texlive/texmf-dist/bibtex/bst/base/plain.bst
/usr/share/texlive/texmf-dist/bibtex/bst/base/siam.bst
/usr/share/texlive/texmf-dist/bibtex/bst/base/unsrt.bst
References
Summary
In this tutorial we learn how to install texlive-bibtex.noarch on Amazon Linux 2 using yum.