0

I wan to update a specific package (biblatex-ieee) that I use. I do not want to update my whole system (I need to maintain specific versions for some SWs). How to retrieve the updates of that specific package without updating the whole system?

1 Answers1

3

You just have to do

sudo apt-get install texlive-bibtex-extra

as this package contains the needed biblatex-ieee.* files.

Also from https://launchpad.net/ubuntu/bionic/+package/texlive-bibtex-extra :

This package includes the following CTAN packages:
...
biblatex-ieee
...

N0rbert
  • 99,918