I am using Ubuntu 20.04.
I installed texlive using the command sudo apt-get install texlive
I then ran sudo apt-get install texstudio.
I have a TeX file and a Reference file. I have named the Reference file as References.bib and the TeX file as main.tex.
I have used the following command to run the References file
\usepackage[style=numeric, sorting=anyt]{biblatex}
\addbibresource{References.bib}
But whenever I compile the TeX file main.tex I am getting the following error message :
File `biblatex.sty' not found. \addbibresource
Can someone please help me on how to get it fixed?
Though the TeX file ran on my laptop, its not running in my University computer. I need to submit my assignment but I dont know what to do now?
I will be grateful if someone could help.
apt-get? To install entire texlive quickly, I would suggest download DVD image from here and install locally. – Alan Xiang Aug 03 '20 at 02:43apt-get install whatever, but nothing specially complex for an average Linux user. – Fran Sep 02 '20 at 07:11