如何在 Ubuntu 12.04 上安装 biber

Sla*_*zer 4 latex software-installation

我已经解决了。有必要从“development”文件夹中安装最新的二进制文件,解压缩名为“biber”的唯一文件并将其复制到“/usr/bin”。

最新的稳定版本1.0的二进制文件将无法工作并显示此错误。

slazer@peter:~/Downloads$ tar xvf "biber-linux_x86_64(2).tar.gz" 
biber
slazer@peter:~/Downloads$ ./biber
data source /tmp/par-736c617a6572/cache-fb3144567cd1381b403b18600c1ec4b232b2c018/inc/lib/Biber/LaTeX/recode_data.xml not found in .
Compilation failed in require at Biber/Utils.pm line 20.
BEGIN failed--compilation aborted at Biber/Utils.pm line 20.
Compilation failed in require at Biber/Internals.pm line 8.
BEGIN failed--compilation aborted at Biber/Internals.pm line 8.
Compilation failed in require at (eval 22) line 2.
    ...propagated at /usr/local/perl/lib/5.14.1/base.pm line 94.
BEGIN failed--compilation aborted at Biber.pm line 5.
Compilation failed in require at script/biber line 20.
BEGIN failed--compilation aborted at script/biber line 20.
Run Code Online (Sandbox Code Playgroud)

可能是什么问题呢?我有 64 位 Linux。

dar*_*sco 5

如果有人在使用较新版本时遇到问题,以下内容对我有用,适用于 Ubuntu 14.04(可信赖):

首先,我按照链接中的说明完成了TeXLive“普通”安装

然后简单地:

sudo apt-get -y install biber
Run Code Online (Sandbox Code Playgroud)

目前安装的是 1.8 版。

一切似乎都可以正常工作,包括 AucTeX。

  • 甚至适用于 16.04 LTS (2认同)

Mit*_*tch 2

要安装 Biber,您可以从 Ubuntu 软件中心进行安装。通过点击下面:

  • 然而,这仅适用于 Ubuntu 12.10 (Quantal Quetzal)。当我点击它时,Ubuntu软件中心找不到该包。 (2认同)

bra*_*tis 2

Ubuntu 12.04 使用 biblatex 版本 1.7-1;您可以通过运行来验证这一点:

\n\n

apt-cache show biblatex

\n\n

根据biber 文档,支持 biblatex 1.7 的最后一个 biber 版本是 biber 0.9.9。

\n\n

您可以在此处下载适当版本的 biber 0.9.9\xe2\x80\x9432bit 或 64bit\xe2\x80\x94:http: //sourceforge.net/projects/biblatex-biber/files/biblatex-biber/0.9.9/二进制文件/Linux/

\n