1

Я только что успешно установил rustc и увидел, что я тоже предположил, что у меня есть rust-doc.

 $ sudo apt install rust-doc
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.
 rust-doc : Depends: fonts-open-sans but it is not installable
E: Unable to correct problems, you have held broken packages.

Я полагаю, что в моем хранилище может быть какая-то ложная зависимость; но я также особенно обеспокоен этой последней строкой:

Вы держали сломанные пакеты.

Я не уверен точно, что это значит.

Поскольку я считаю, что это зависит от того, какие репозитории я использую, я включаю эту информацию:

/etc/apt/sources.list:#deb cdrom:[Linux Mint 18.2 _Sonya_ - Release amd64 20170628]/ xenial contrib main non-free
/etc/apt/sources.list.d/maarten-baert-simplescreenrecorder-xenial.list:deb http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu xenial main
/etc/apt/sources.list.d/maarten-baert-simplescreenrecorder-xenial.list:deb-src http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu xenial main
/etc/apt/sources.list.d/official-package-repositories.list:# Do not edit this file manually, use Software Sources instead.
/etc/apt/sources.list.d/official-package-repositories.list:
/etc/apt/sources.list.d/official-package-repositories.list:deb http://packages.linuxmint.com sonya main upstream import backport #id:linuxmint_main
/etc/apt/sources.list.d/official-package-repositories.list:
/etc/apt/sources.list.d/official-package-repositories.list:deb http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse
/etc/apt/sources.list.d/official-package-repositories.list:deb http://archive.ubuntu.com/ubuntu xenial-updates main restricted universe multiverse
/etc/apt/sources.list.d/official-package-repositories.list:deb http://archive.ubuntu.com/ubuntu xenial-backports main restricted universe multiverse
/etc/apt/sources.list.d/official-package-repositories.list:
/etc/apt/sources.list.d/official-package-repositories.list:deb http://security.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
/etc/apt/sources.list.d/official-package-repositories.list:deb http://archive.canonical.com/ubuntu/ xenial partner
/etc/apt/sources.list.d/vscode.list:### THIS FILE IS AUTOMATICALLY CONFIGURED ###
/etc/apt/sources.list.d/vscode.list:# You may comment out this entry, but any other modifications may be lost.
/etc/apt/sources.list.d/vscode.list:deb [arch=amd64] http://packages.microsoft.com/repos/vscode stable main

В ответ на комментарий Дэвида Постилла, в котором он предлагает мне установить fonts-open-sans:

 $ sudo apt-get install fonts-open-sans
[sudo] password for sam: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package fonts-open-sans is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'fonts-open-sans' has no installation candidate

1 ответ1

0

rust-doc является частью установки rustup. Если вы установили rustup, просто запустите rustup doc —std

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .