How To Install bibutils on Fedora 36

In this tutorial we learn how to install bibutils in Fedora 36. bibutils is Bibliography conversion tools

Introduction

In this tutorial we learn how to install bibutils on Fedora 36.

What is bibutils

The bibutils package converts between various bibliography formats using a common MODS-format XML intermediate.

We can use yum or dnf to install bibutils on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bibutils.

Install bibutils on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install bibutils using dnf by running the following command:

sudo dnf -y install bibutils

Install bibutils on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install bibutils using yum by running the following command:

sudo yum -y install bibutils

How To Uninstall bibutils on Fedora 36

To uninstall only the bibutils package we can use the following command:

sudo dnf remove bibutils

bibutils Package Contents on Fedora 36

/usr/bin/bib2xml
/usr/bin/bibdiff
/usr/bin/biblatex2xml
/usr/bin/copac2xml
/usr/bin/ebi2xml
/usr/bin/end2xml
/usr/bin/endx2xml
/usr/bin/isi2xml
/usr/bin/med2xml
/usr/bin/modsclean
/usr/bin/nbib2xml
/usr/bin/ris2xml
/usr/bin/wordbib2xml
/usr/bin/xml2ads
/usr/bin/xml2bib
/usr/bin/xml2biblatex
/usr/bin/xml2end
/usr/bin/xml2isi
/usr/bin/xml2nbib
/usr/bin/xml2ris
/usr/bin/xml2wordbib
/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/1e2f6ff2b87fc1cd8e311c57452011e963b085
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/87696a2c4129836e6bbbdea9c57d250e8397ab
/usr/lib/.build-id/47
/usr/lib/.build-id/47/954b07bfeff9877e2065201efe9ae602bf8ca4
/usr/lib/.build-id/48
/usr/lib/.build-id/48/3794a0a9bf73dbaf7f236d5d18814bf826548c
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/c7989111b47aa9d8b940c0952079c4133a6498
/usr/lib/.build-id/53
/usr/lib/.build-id/53/50860d0910e82524cd1cbc695cfb023870cb87
/usr/lib/.build-id/66
/usr/lib/.build-id/66/efccd060d51f30f3d8d862e581f24656e995a3
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/e5c7c5807de55fc3ca4841e3ce39815dcc8b19
/usr/lib/.build-id/70
/usr/lib/.build-id/70/1f08e3019c6db5445fce3b8f8d9da1a3efeca4
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/2238bc06f72bf99acba17a343a572ec463ee13
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/6e10c603fb418a373ca35f755a16188fb2ab0f
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/fde2e6d7382a8395cb33bcb53df8cfd2c921ae
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/78d2f8374da16d8ff38afc6537568ede9bee78
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/8a86b11a90726be89e6feb875e29aed90ecb59
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/cf6d20ee63cb3e7e78e88fc0b96ce670772747
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/892c5e5b60ba5e3939997ab82d63e763962deb
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/95cbdcbc356749b8908cf3160cb2ee96ccca15
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/3c8d849bcb8de9b4d748e1c5c71f81a53f5457
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/d3a6fb7dd204062f2155d19377bb8fdbe079e9
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/3a99ceb6cd85cc5b9342b73400378be478c280
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/a6f42d7f08ffc7522827b093fc88ad51733921
/usr/share/doc/bibutils
/usr/share/doc/bibutils/ChangeLog
/usr/share/man/man1/bib2xml.1.gz
/usr/share/man/man1/bibdiff.1.gz
/usr/share/man/man1/biblatex2xml.1.gz
/usr/share/man/man1/bibutils.1.gz
/usr/share/man/man1/copac2xml.1.gz
/usr/share/man/man1/ebi2xml.1.gz
/usr/share/man/man1/end2xml.1.gz
/usr/share/man/man1/endx2xml.1.gz
/usr/share/man/man1/isi2xml.1.gz
/usr/share/man/man1/med2xml.1.gz
/usr/share/man/man1/modsclean.1.gz
/usr/share/man/man1/nbib2xml.1.gz
/usr/share/man/man1/ris2xml.1.gz
/usr/share/man/man1/wordbib2xml.1.gz
/usr/share/man/man1/xml2ads.1.gz
/usr/share/man/man1/xml2bib.1.gz
/usr/share/man/man1/xml2biblatex.1.gz
/usr/share/man/man1/xml2end.1.gz
/usr/share/man/man1/xml2isi.1.gz
/usr/share/man/man1/xml2nbib.1.gz
/usr/share/man/man1/xml2ris.1.gz
/usr/share/man/man1/xml2wordbib.1.gz

References

Summary

In this tutorial we learn how to install bibutils on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).