Проблема установить Книжного червя на Ubuntu 17.10

Когда я пытаюсь установить Книжного червя, использующего терминал:

$ sudo apt-get install bookworm
Reading package lists... Done
Building dependency tree       
Reading state information... Done
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:
 bookworm : Depends: com.github.babluboy.bookworm but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
1
задан 20 February 2018 в 12:44

1 ответ

Попытайтесь добавить элементарный PPA:

sudo add-apt-repository ppa:elementary-os/stable
sudo apt-get update
apt-get install com.github.babluboy.bookworm

И после того как книжный червь установлен, удалите элементарный PPA.

1
ответ дан 7 December 2019 в 15:23

Другие вопросы по тегам:

Похожие вопросы: