これはKubuntu 16.04の新規インストールであり、最新の更新がすべて適用されています。
私はすべてのtexlive:apt install texlive\*
をインストールし、次にbiber:をインストールしようとしました。apt install biber
これはtexlive-bibtex-extraを削除しようとしています。両方を一緒にインストールしようとするとapt install biber texlive-bibtex-extra
、次のエラーが発生します。
Reading package lists... Done
Building dependency tree
Reading state information... Done
texlive-bibtex-extra is already the newest version (2015.20160320-1).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
texlive-bibtex-extra : Breaks: biber (< 2.4) but 2.3-1 is to be installed
E: Unable to correct problems, you have held broken packages.
誰もがbiberパッケージがtexlive-bibtex-extra依存関係に関して古くなっている理由についての洞察を持っていますか?
texliveディストリビューションを直接取得できることは知っていますが、可能であればパッケージマネージャーを使用したいと思います。