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?
Asked
Active
Viewed 146 times
0

sancho.s ReinstateMonicaCellio
- 14,674
- 11
- 44
- 97

randomname
- 105
-
Look up how use apt-marking or apt-pinning to prevent upgrades of specific packages. Then use the rest of your system normally. – user535733 Feb 28 '20 at 13:47
-
@user535733 - Interesting... – sancho.s ReinstateMonicaCellio Feb 28 '20 at 15:40
-
Did you find any of what was posted useful? It is good for the community to provide feedback. – sancho.s ReinstateMonicaCellio Mar 22 '20 at 11:22
1 Answers
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

sancho.s ReinstateMonicaCellio
- 14,674
- 11
- 44
- 97
-
I tried. This is what I get: E: Unable to locate package
biblatex-ieee
. It is not a full SW as far as I understand. – randomname Feb 28 '20 at 13:16 -