Unable to biblatex.sty on CentOS 7

biblatexcentos

On CentOS 7, when I want to use BibLaTeX in a document, pdflatex returns the following error:

Latex Error: File 'biblatex.sty' not found.

I have installed the packages texlive-bibtex.noarch, texlive-bibtex-bin.x86_64.

I tried to copy biblatex.sty from an Ubuntu system to CentOS on the folder /usr/share/texlive/texmf-dist/tex/latex/biblatex/ but the problem still persists.

\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\usepackage[backend=bibtex,style=ieee]{biblatex}
\begin{document}
\citetitle{misc1}
\end{document}

Best Answer

On CentOS 7, biblatex.sty is not available. The command yum provides "*biblatex.sty" return no results. I decide to use the natbib which is available and functionnal.

Thanks