Vì vậy, tôi đã cố gắng nâng cấp Ubuntu 11.10 64-bit vài ngày trước và nhận được một lỗi:
dpkg: ../../src/archives.c:978: tarobject: Khẳng định `r == stab.st_size 'không thành công.
Vì vậy, tôi đã theo dõi bài viết Diễn đàn Ubuntu này và bài này .
Xóa ubuntu-docs
khỏi thư mục thông tin và tập tin trạng thái.
Bây giờ bất cứ khi nào tôi cố gắng cài đặt / gỡ bỏ / nâng cấp bất kỳ gói nào tôi đều gặp lỗi:
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.
Khi tôi cố gắng cài đặt ubuntu-docs
từ dòng lệnh, tôi nhận được kết quả đầu ra này:
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
... Trông giống như khi tôi bắt đầu gặp sự cố, vì vậy tôi đã xem thông tin - không có gói nào ubuntu-docs
nhưng có mục trong trạng thái nên tôi đã xóa nó và thử lại, nhưng ngay khi tôi thực hiện sudo dpkg --configure -a
mục nhập để ubuntu-docs
xuất hiện lại .
Có suy nghĩ gì không?
Chỉnh sửa (không phải là nhận xét để lưu định dạng) :
Chủ đề này nói rằng tôi cần phải chạy sudo apt-get update
sau khi loại bỏ các dòng tương ứng khỏi trạng thái. Thế là tôi chạy sudo apt-get clean
theo sudo apt-get update
. Nhưng tôi nhận được một tin nhắn nói:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
Sau khi chạy sudo dpkg --configure -a
, tệp trạng thái chứa các dòng sau:
Package: ubuntu-docs
Status: install reinstreq half-installed
Priority: optional
Section: doc
Version: 11.10.4
Không chắc chắn nếu nó giúp.