I installed Tex Live 2016 on Ubuntu 16.04.1 LTS using
sudo apt-get install texlive-full
Now References are not working. When I use biber
in LYX 2.2.2, I get the following error:
Biber error: Error: Found biblatex control file version 3.1, expected version 3.2.
I tried
sudo apt-get install texlive-bibtex-extra biber
it says,
texlive-bibtex-extra is already the newest version (2016.20160520-1~ubuntu16.04.1york1).
biber is already the newest version (2.6.0-0york1~16.04).
I guess, I have old version of Biblatex
. I could not figure out how to install the latest version of Biblatex
. Any help will be highly appreciated. Thanks
kpsewhich biblatex.sty
to get/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty
.biber v.2.6
.biblatex v.3.6
mkdir tempbb && mkdir tempbl
Uncompress
biber-cygwin64.tar.gz
andbiblatex-3.6.tds.tgz
to the temp directories:Move the contents of the files in the
tempbl
temp directory to/usr/share/texlive/texmf-dist/
thus:Move the
biber
bin from your temp directory to/usr/share/texlive/
thus:mktexlsr