मैं जंग-डॉक्टर स्थापित क्यों नहीं कर सकता?


1

मैंने अभी-अभी सफलतापूर्वक जंग लगाया, और देखा, तो सुझाव दिया कि मुझे जंग-डॉक्टर भी मिला।

 $ 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
"निर्भर करता है: फोंट-ओपन-सैंस लेकिन यह इंस्टॉल करने योग्य नहीं है" यहां आपका सुराग है। उपयुक्त फ़ॉन्ट स्थापित करें।
DavidPostill

आपका स्वागत है, कृपया अपने स्रोतों की सामग्री जोड़ें। सूचीgrep ^ /etc/apt/sources.list{,.d/*}
GAD3R

1
@ GAD3R मैंने पोस्ट को अपडेट किया है।
विल्सन

1
@Wilson फोंट-ओपन-संस?
डेविडपोस्टिल

1
@DavidPostill जिसमें कोई स्थापना उम्मीदवार नहीं है; मैंने पोस्ट को अपडेट किया है
विल्सन

जवाबों:


0

rust-docसरसराहट स्थापना का हिस्सा है। यदि आपने रस्टअप स्थापित किया है, तो बस चलाएंrustup doc —std

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.