इसलिए मैं कुछ दिनों पहले उबंटू 11.10 64-बिट को अपग्रेड करने की कोशिश कर रहा हूं और एक त्रुटि प्राप्त की है:
dpkg: ../../src/archives.c:978: tarobject: जोर देना `r == stab.st_size 'विफल।
इसलिए मैंने इस Ubuntu Forums पोस्ट और इस एक का अनुसरण किया ।
ubuntu-docs
जानकारी फ़ोल्डर और स्थिति फ़ाइल से निकाल दी गई।
अब जब भी मैं किसी भी पैकेज को प्राप्त / हटाने / अपग्रेड करने का प्रयास करता हूँ तो मुझे एक त्रुटि मिलती है:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 968, in simulate
trans.unauthenticated = self._simulate_helper(trans)
File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 1092, in _simulate_helper
return depends, self._cache.required_download, \
File "/usr/lib/python2.7/dist-packages/apt/cache.py", line 235, in required_download
pm.get_archives(fetcher, self._list, self._records)
SystemError: E:I wasn't able to locate a file for the ubuntu-docs package. This might mean you need to manually fix this package.
जब मैं ubuntu-docs
कमांड लाइन से इंस्टॉल करने की कोशिश करता हूं, तो मुझे यह आउटपुट मिलता है:
BlockquoteReading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
ubuntu-docs
1 upgraded, 0 newly installed, 0 to remove and 33 not upgraded.
1 not fully installed or removed.
Need to get 1,408 kB of archives.
After this operation, 22.5 MB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ oneiric/main ubuntu-docs all 11.10.4 [1,408 kB]
Fetched 1,408 kB in 5s (265 kB/s)
(Reading database ...
dpkg: warning: files list file for package `ubuntu-docs' missing, assuming package has no files currently installed.
(Reading database ... 323646 files and directories currently installed.)
Preparing to replace ubuntu-docs 11.10.4 (using .../ubuntu-docs_11.10.4_all.deb) ...
Unpacking replacement ubuntu-docs ...
dpkg: ../../src/archives.c:978: tarobject: Assertion `r == stab.st_size' failed.
E: Sub-process /usr/bin/dpkg exited unexpectedly
... जो समस्या के साथ शुरू होने पर उसी के बारे में दिखता है, इसलिए मैंने जानकारी में देखा - कोई पैकेज नहीं है, ubuntu-docs
लेकिन स्थिति में प्रविष्टि है इसलिए मैंने इसे हटा दिया और फिर से कोशिश की, लेकिन जैसे ही मैं पुन: प्रकट होने के sudo dpkg --configure -a
लिए प्रविष्टि करता हूं ubuntu-docs
।
कोई विचार?
संपादित करें (स्वरूपण को सहेजने के लिए टिप्पणी के रूप में नहीं) :
यह थ्रेड कहता है कि मुझे sudo apt-get update
स्टेटस से संबंधित लाइनों को हटाने के बाद चलाने की आवश्यकता है । तो मैं उसके sudo apt-get clean
पीछे भागा sudo apt-get update
। लेकिन मुझे एक संदेश मिला:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
चलाने के बाद sudo dpkg --configure -a
, स्थिति फ़ाइल में निम्न पंक्तियाँ हैं:
Package: ubuntu-docs
Status: install reinstreq half-installed
Priority: optional
Section: doc
Version: 11.10.4
यकीन नहीं होता अगर यह मदद करता है।