如何在Ubuntu Bionic上安装biber 2.14? 我只需要它就可以在Travis CI上运行。
我尝试像往常一样在{p> 1上使用apt-get
安装biber
Operating System Details
Distributor ID: Ubuntu
Description: Ubuntu 18.04.4 LTS
Release: 18.04
Codename: bionic
产生biber 2.9版
$sudo apt-get install biber
[...]
$biber --version
biber version: 2.9
我还尝试直接下载*.deb
。但是安装失败:
$wget -P ./downloads/biber.deb "http://archive.ubuntu.com/ubuntu/pool/universe/b/biber/biber_2.14-1_all.deb"
[...]
$ sudo apt install ./downloads/biber.deb
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
E: Sub-process Popen returned an error code (2)
E: Encountered a section with no Package: header
E: Problem with MergeList /home/travis/build/*****/downloads/biber.deb
E: The package lists or status file could not be parsed or opened.
The command "sudo apt install ./downloads/biber.deb" failed and exited with 100 during .