Đã xóa nhị phân python và không thể phục hồi bằng apt-get, tôi có thể làm gì?


11

Tốt. Vâng. Muốn có một khởi đầu mới bởi vì tôi có những nhầm lẫn phụ thuộc, vì vậy tôi đã chạy "whereis python" và thực sự xóa tất cả các tập tin và thư mục xuất hiện. Sau đó, khi tôi chạy apt-get install python, tất nhiên tôi gặp rất nhiều lỗi. Có cách nào để cài đặt lại python trên ubfox mà không cần xóa sạch không?

Đây là đầu ra của việc cố gắng cài đặt nhị phân python:

root@ubuntu14-server:/home/kpoole# apt-get install python
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python is already the newest version.
The following packages were automatically installed and are no longer required:
libexpat1-dev libpython-dev libpython2.7-dev
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
15 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up python-chardet (2.0.1-2build2) ...
/var/lib/dpkg/info/python-chardet.postinst: 6: /var/lib/dpkg/info/python-chardet.postinst: pycompile: not found
dpkg: error processing package python-chardet (--configure):
subprocess installed post-installation script returned error exit status 127
Setting up python-colorama (0.2.5-0.1ubuntu1) ...
/var/lib/dpkg/info/python-colorama.postinst: 6: /var/lib/dpkg/info/python-colorama.postinst: pycompile: not found
dpkg: error processing package python-colorama (--configure):
subprocess installed post-installation script returned error exit status 127
Setting up python-distlib (0.1.8-1) ...
/var/lib/dpkg/info/python-distlib.postinst: 6: /var/lib/dpkg/info/python-distlib.postinst: pycompile: not found
dpkg: error processing package python-distlib (--configure):
subprocess installed post-installation script returned error exit status 127
Setting up python-django (1.6.1-2ubuntu0.5) ...
/var/lib/dpkg/info/python-django.postinst: 6: /var/lib/dpkg/info/python-django.postinst: pycompile: not found
dpkg: error processing package python-django (--configure):
subprocess installed post-installation script returned error exit status 127
No apport report written because MaxReports is reached already
                                              dpkg: dependency problems prevent configuration of python-django-tables2:
python-django-tables2 depends on python-django (>= 1.4.5); however:
Package python-django is not configured yet.

dpkg: error processing package python-django-tables2 (--configure):
dependency problems - leaving unconfigured
Setting up python-six (1.5.2-1) ...
No apport report written because MaxReports is reached already
                                              /var/lib/dpkg/info/python-six.postinst: 6: /var/lib/dpkg/info/python-six.postinst: pycompile: not found
dpkg: error processing package python-six (--configure):
subprocess installed post-installation script returned error exit status 127
No apport report written because MaxReports is reached already
                                              dpkg: dependency problems prevent configuration of python-html5lib:
python-html5lib depends on python-six; however:
Package python-six is not configured yet.

dpkg: error processing package python-html5lib (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
                                              Setting up python-lxml (3.3.3-1ubuntu0.1) ...
/var/lib/dpkg/info/python-lxml.postinst: 6: /var/lib/dpkg/info/python-lxml.postinst: pycompile: not found
dpkg: error processing package python-lxml (--configure):
subprocess installed post-installation script returned error exit status 127
No apport report written because MaxReports is reached already
                                              Setting up python-minimal (2.7.5-5ubuntu3) ...
/var/lib/dpkg/info/python-minimal.postinst: 4: /var/lib/dpkg/info/python-minimal.postinst: python2.7: not found
dpkg: error processing package python-minimal (--configure):
subprocess installed post-installation script returned error exit status 127
Setting up python-pkg-resources (3.3-1ubuntu1) ...
No apport report written because MaxReports is reached already
                                              /var/lib/dpkg/info/python-pkg-resources.postinst: 6: /var/lib/dpkg/info/python-pkg-resources.postinst: pycompile: not found
dpkg: error processing package python-pkg-resources (--configure):
subprocess installed post-installation script returned error exit status 127
No apport report written because MaxReports is reached already
                                              dpkg: dependency problems prevent configuration of python-setuptools:
python-setuptools depends on python-pkg-resources (= 3.3-1ubuntu1); however:
Package python-pkg-resources is not configured yet.

dpkg: error processing package python-setuptools (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
                                              dpkg: dependency problems prevent configuration of python-urllib3:
python-urllib3 depends on python-six; however:
Package python-six is not configured yet.

dpkg: error processing package python-urllib3 (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
                                              dpkg: dependency problems prevent configuration of python-requests:
python-requests depends on python-chardet; however:
Package python-chardet is not configured yet.
python-requests depends on python-urllib3 (>= 1.7.1); however:
Package python-urllib3 is not configured yet.

dpkg: error processing package python-requests (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
                                              dpkg: dependency problems prevent configuration of python-pip:
python-pip depends on python-colorama; however:
Package python-colorama is not configured yet.
python-pip depends on python-distlib; however:
Package python-distlib is not configured yet.
python-pip depends on python-html5lib; however:
Package python-html5lib is not configured yet.
python-pip depends on python-pkg-resources; however:
Package python-pkg-resources is not configured yet.
python-pip depends on python-setuptools (>= 0.6c1); however:
Package python-setuptools is not configured yet.
python-pip depends on python-six; however:
Package python-six is not configured yet.
python-pip depends on python-requests; however:
Package python-requests is not configured yet.

dpkg: error processing package python-pip (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
                                              dpkg: dependency problems prevent configuration of python-virtualenv:
python-virtualenv depends on python-pkg-resources; however:
Package python-pkg-resources is not configured yet.
python-virtualenv depends on python-setuptools; however:
Package python-setuptools is not configured yet.

dpkg: error processing package python-virtualenv (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
                                              Errors were encountered while processing:
python-chardet
python-colorama
python-distlib
python-django
python-django-tables2
python-six
python-html5lib
python-lxml
python-minimal
python-pkg-resources
python-setuptools
python-urllib3
python-requests
python-pip
python-virtualenv
E: Sub-process /usr/bin/dpkg returned an error code (1)

Sau khi đi theo lộ trình được đề xuất bởi ike:

root@ubuntu14-server:/home/kpoole# apt-get install --reinstall python
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
python : Depends: python2.7 (>= 2.7.5-1~) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@ubuntu14-server:/home/kpoole# apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libexpat1-dev libpython-dev libpython2.7-dev
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
python python2.7
Suggested packages:
python-doc python-tk python2.7-doc
The following NEW packages will be installed:
python python2.7
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
14 not fully installed or removed.
Need to get 0 B/330 kB of archives.
After this operation, 1,042 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Selecting previously unselected package python2.7.
(Reading database ... 73738 files and directories currently installed.)
Preparing to unpack .../python2.7_2.7.6-8_amd64.deb ...
Unpacking python2.7 (2.7.6-8) ...
Selecting previously unselected package python.
Preparing to unpack .../python_2.7.5-5ubuntu3_amd64.deb ...
Unpacking python (2.7.5-5ubuntu3) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Setting up python-minimal (2.7.5-5ubuntu3) ...
/var/lib/dpkg/info/python-minimal.postinst: 4: /var/lib/dpkg/info/python-minimal.postinst: python2.7: not found
dpkg: error processing package python-minimal (--configure):
subprocess installed post-installation script returned error exit status 127
Setting up python2.7 (2.7.6-8) ...
/var/lib/dpkg/info/python2.7.postinst: 9: /var/lib/dpkg/info/python2.7.postinst: python2.7: not found
dpkg: error processing package python2.7 (--configure):
subprocess installed post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of python:
python depends on python2.7 (>= 2.7.5-1~); however:
Package python2.7 is not configured yet.
python depends on python-minimal (= 2.7.5-5ubuntu3); however:
Package python-minimal is not configured yet.

dpkg: error processing package python (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-chardet:
python-chardet depends on python (>= 2.7); however:
Package python is not configured yet.
python-chardet depends on python (<< 2.8); however:
Package python is not configured yet.
python-chardet depends on python:any (>= 2.7.1-0ubuntu2); however:
Package python is not configured yet.

dpkg: error processing package python-chardet (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-colorama:
python-colorama depends on python (>= 2.7); however:
Package python is not configured yet.
python-coNo apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
        No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
                    lorama depends on python (<< 2.8); however:
Package python is not configured yet.
python-colorama depends on python:any (>= 2.7.1-0ubuntu2); however:
Package python is not configured yet.

dpkg: error processing package python-colorama (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-distlib:
python-distlib depends on python:any (<< 2.8); however:
Package python is not configured yet.
python-distlib depends on python:any (>= 2.7.5-5~); however:
Package python is not configured yet.

dpkg: error processing package python-distlib (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-django:
python-django depends on python (>= 2.7); however:
Package python is not configured yet.
python-django depends on python (<< 2.8); however:
Package python is not configured yet.
python-django depends on python:any (>= 2.7.1-0ubuntu2); however:
Package pythNo apport report written because MaxReports is reached already
on is not configured yet.

dpkg: error processing package python-django (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-django-tables2:
python-django-tables2 depends on python (>= 2.7); however:
Package python is not configured yet.
python-django-tables2 depends on python (<< 2.8); however:
Package python is not configured yet.
python-django-tables2 depends on python:any (>= 2.7.1-0ubuntu2); however:
Package python is not configured yet.
python-django-tables2 depends on python-django (>= 1.4.5); however:
Package python-django is not configured yet.

dpkg: error processing package python-django-tables2 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-six:
python-six depends on python (>= 2.7); however:
Package python is not configured yet.
python-six depends on python (<< 2.8); however:
Package python is not configured yet.
python-six depends on python:any (>= 2.7.1-0ubuntu2); however:
Package python is not configured yet.

dpkg: error processing package python-six (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-html5lib:
python-html5lib depends on python:any (<< 2.8); however:
Package python is not configured yet.
python-html5lib depends on python:any (>= 2.7.5-5~); however:
Package python is not configured yet.
python-html5lib depends on python-six; however:
Package python-six is not configured yet.

dpkg: error processing package python-html5lib (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-lxml:
python-lxml depends on python (>= 2.7); however:
Package python is not configured yet.
python-lxml depends on python (<< 2.8); however:
Package python is not configured yet.
python-lxml depends on python:any (>= 2.7.1-0ubuntu2); however:
Package python is not configured yet.

dpkg: error processing package python-lxml (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-pkg-resources:
python-pkg-resources depends on python:any (>= 2.7); however:
Package python is not configured yet.
python-pkg-resources depends on python:any (<< 2.8); however:
Package python is not configured yet.

dpkg: error processing package python-pkg-resources (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-setuptools:
python-setuptools depends on python:any (>= 2.7); however:
Package python is not configured yet.
python-setuptools depends on python:any (<< 2.8); however:
Package python is not configured yet.
python-setuptools depends on python-pkg-resources (= 3.3-1ubuntu1); however:
Package python-pkg-resources is not configured yet.

dpkg: error processing package python-setuptools (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-urllib3:
python-urllib3 depends on python:any (>= 2.7.5-5~); however:
Package python is not configured yet.
python-urllib3 depends on python:any (<< 2.8); however:
Package python is not configured yet.
python-urllib3 depends on python-six; however:
Package python-six is not configured yet.

dpkg: error processing package python-urllib3 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-requests:
python-requests depends on python:any (>= 2.7.5-5~); however:
Package python is not configured yet.
python-requests depends on python:any (<< 2.8); however:
Package python is not configured yet.
python-requests depends on python-chardet; however:
Package python-chardet is not configured yet.
python-requests depends on python-urllib3 (>= 1.7.1); however:
Package python-urllib3 is not configured yet.

dpkg: error processing package python-requests (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-pip:
python-pip depends on python (>= 2.7); however:
Package python is not configured yet.
python-pip depends on python (<< 2.8); however:
Package python is not configured yet.
python-pip depends on python:any (>= 2.7.1-0ubuntu2); however:
Package python is not configured yet.
python-pip depends on python-colorama; however:
Package python-colorama is not configured yet.
python-pip depends on python-distlib; however:
Package python-distlib is not configured yet.
python-pip depends on python-html5lib; however:
Package python-html5lib is not configured yet.
python-pip depends on python-pkg-resources; however:
Package python-pkg-resources is not configured yet.
python-pip depends on python-setuptools (>= 0.6c1); however:
Package python-setuptools is not configured yet.
python-pip depends on python-six; however:
Package python-six is not configured yet.
python-pip depends on python-requests; however:
Package python-requests is not c
dpkg: error processing package python-pip (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
python-minimal
python2.7
python
python-chardet
python-colorama
python-distlib
python-django
python-django-tables2
python-six
python-html5lib
python-lxml
python-pkg-resources
python-setuptools
python-urllib3
python-requests
python-pip
E: Sub-process /usr/bin/dpkg returned an error code (1)

python : Depends: python2.7 (>= 2.7.5-1~) but it is not going to be installed. Tôi nghĩ rằng xung đột phụ thuộc trước đây của bạn vẫn còn gây phiền toái cho bạn. Bạn cũng có thể cung cấp đầu ra củadpkg -l | grep python
cnvzmxcvmcx

Câu trả lời:


20

Trong tương lai đừng làm điều này. Không xóa thủ công (hoặc nếu không gây rối với) bất kỳ tệp nào được cài đặt thông qua các công cụ quản lý gói (trừ khi chúng được thiết lập rõ ràng cho điều này như các tệp cấu hình, v.v.).

Điều đó được nói rằng nếu bạn không thể (và có vẻ như đây có thể là trường hợp) sử dụng apt-getđể phục hồi từ tình huống này vì có những phần của quá trình mong đợi rằng python đã được cài đặt thì bạn có một vài tùy chọn (không phải tất cả trong số đó sẽ nhất thiết phải làm việc).

Bạn có thể tìm nạp các .debtệp python (và có liên quan) theo cách thủ công và khinh thường sử dụng dpkgđể cài đặt chúng theo cách thủ công (bạn sẽ cần giải quyết thứ tự phụ thuộc theo cách thủ công để đảm bảo điều này hoạt động chính xác). Cái gì đó như:

apt-get download python2.7-minimal ## at least this package is necessary
sudo touch /usr/bin/python2.7 && sudo chmod +x /usr/bin/python2.7
sudo dpkg --unpack python2.7-minimal*

Bạn nên kiểm tra các nhị phân bị thiếu khác, thích pycompilevà áp dụng cùng một giải pháp.

Sau này, nên kiểm tra cơ sở dữ liệu dpkg tìm kiếm các gói không được cấu hình, nửa cấu hình và chỉ giải nén:

sudo dpkg --check

Đọc tin nhắn và áp dụng các bản sửa lỗi, nhưng thông thường nó sẽ yêu cầu sudo dpkg --configure -a. An sudo apt-get -f installcó thể giúp tùy thuộc vào tình hình.

Bạn cũng có thể sử dụng chế độ khôi phục phương tiện cài đặt (hoặc cài đặt lại) để khắc phục điều này.


4

Có cách nào để cài đặt lại python trên ubfox mà không cần xóa sạch không?

Đúng. Cài đặt lại mà không cần định dạng.

Đây cũng sẽ là phương pháp nhanh nhất để khắc phục điều này vì có lẽ bạn đã có Live DVD.


3
Cài đặt lại Ubuntu có vẻ hơi quá trong trường hợp này.
ike

2
Vì hầu hết mọi thứ phụ thuộc vào python và "apt" sẽ không còn hoạt động (do phụ thuộc python), bất kỳ phương pháp nào khác sẽ mất nhiều thời gian hơn. Định dạng w / o cài đặt lại mất khoảng 10, 15 phút trên máy hiện tại. @ike
Rinzwind

3
apt nên làm việc cho các gói khác, không phải python. Không quá khó để khắc phục điều này bằng cách cài đặt lại từng gói.
ike

1
Xóa một hệ thống nhị phân có thể là thảm họa, nhưng không phải là kết thúc của thế giới. Bạn có thể loại bỏ rmvà phục hồi nó một cách dễ dàng . Python chỉ là một cuộc dạo chơi trong công viên.
Braiam

1

Mở terminal và gõ các lệnh sau:

Lần thử đầu tiên

sudo apt-get -f install 

Nếu điều đó không hiệu quả, hãy thử

sudo dpkg --configure -a 

Nếu bạn vẫn còn vấn đề, hãy chạy

sudo apt-get install --reinstall python python-chardet python-colorama python-distlib python-django python-django-tables2 python-six python-html5lib python-lxml python-minimal python-pkg-resources python-setuptools python-urllib3 python-requests python-pip python-virtualenv

Như một phương sách cuối cùng, bạn có thể cần phải loại bỏ các gói này bằng lệnh sau và sau đó cài đặt lại các gói này bằng lệnh trên. Nếu đây là trường hợp, bạn sẽ cần phải chú ý rất kỹ. Sẽ có một danh sách các gói được gỡ cài đặt bằng lệnh sau. Bạn sẽ cần phải sao chép danh sách này và dán nó vào gedit. Với gedit mở và danh sách các gói được dán vào gedit, nhấn ctrl+ hvà nhập \ n theo sau là hai khoảng trắng trong "Tìm kiếm" và một khoảng trắng trong "Thay thế bằng" để xóa tất cả các đoạn và khoảng trắng thừa trước khi nhấp vào thay thế tất cả để danh sách chứa một danh sách các gói chỉ cách nhau bởi các khoảng trắng.

sudo apt-get purge python-chardet python-colorama python-distlib python-django python-django-tables2 python-six python-html5lib python-lxml python-minimal python-pkg-resources python-setuptools python-urllib3 python-requests python-pip python-virtualenv

Cuối cùng, chạy: sudo apt-get installvà dán vào danh sách các gói từ gedit để cài đặt lại mọi thứ.


Tôi gần như chắc chắn rằng tất cả các gói python- * được bao gồm trong gói meta python. OP sẽ không cần thiết lập và duy trì một danh sách các gói để (un) / cài đặt. apt-get install --reinstall pythonnên che nó lại.
thiện

@amanthethy "danh sách" tôi đề cập là hàng trăm gói khác cũng có thể được gỡ cài đặt như unity, tất cả các phạm vi, trình quản lý tài khoản, v.v ... Ngoài ra, tôi có thể đặt tên cho một số gói không được bao gồm như python pip chẳng hạn .
mchid

1
Không, nó sẽ không làm tổn thương bất cứ ai - ngoài đường hầm cá chép kỳ lạ - nhưng nó không cần thiết. Ngoài ra, python-pip là một trình quản lý gói cho các chương trình python. Đây là một ứng dụng được xây dựng bằng python và không phải là một tính năng của ngôn ngữ.
thiện

1
sudo apt-get install --reinstall ubuntu-desktopsẽ bao gồm tất cả các tính năng bổ sung mà bạn đề cập. [đoàn kết, phạm vi, trăn, quản lý tài khoản, v.v.]
amanthethy

1
Không phải lo lắng anh chàng. Downvote không có ý nghĩa nhiều với tôi miễn là chúng tôi có thể giúp đỡ OP :)
amanthethy

0

Bạn nên loại bỏ từng gói gây khó khăn cho bạn, sau đó cài đặt lại chúng.

Xem https://askubfox.com/a/32899/176376 để xóa mà không xóa phụ thuộc.

sudo dpkg -r --force-depends "package"

sudo apt-get install "package"

Bạn nên loại bỏ tất cả các vấn đề trước, sau đó cài đặt lại.

Chạy một sudo apt-get install -fsudo dpkg --configure -amỗi vài lệnh.


0

Tôi thấy bạn có lỗi như thế này:

python2.7: not found

Nó có nghĩa là python 2.7 thực thi không thể được tìm thấy. Tôi đã sử dụng các lệnh này để tìm gói chứa nó (tuy nhiên có lẽ nó sẽ không hoạt động trên hệ thống bị hỏng của bạn).

$ which python2.7
/usr/bin/python2.7
$ dpkg -S /usr/bin/python2.7
python2.7-minimal: /usr/bin/python2.7

Bạn cần cài đặt lại nó, nhưng trước tiên bạn cần trải qua các phụ thuộc của nó. Sử dụng các lệnh này để liệt kê chúng:

$ apt-cache depends python2.7-minimal
python2.7-minimal
  Depends: libpython2.7-minimal
  Depends: zlib1g
  PreDepends: libc6
  Suggests: binfmt-support
    binfmt-support:i386
  Recommends: python2.7
  Conflicts: binfmt-support
  Conflicts: binfmt-support:i386
  Replaces: python2.7
  Replaces: python2.7:i386
  Conflicts: python2.7-minimal:i386

libpython2.7-Minimal có thể bị hỏng. Vì vậy, tôi khuyên bạn nên vấn đề đầu tiên:

sudo apt-get install --reinstall libpython2.7-minimal

sau đó:

sudo apt-get install --reinstall python2.7-minimal

và sau đó hy vọng của bạn

sudo apt-get -f install

sẽ thành công.


-1

Đó là hành vi dự kiến. Xóa các tập tin không giống như gỡ cài đặt một gói hoặc chương trình.

Bạn đã xóa tất cả những thứ liên quan đến python khỏi cài đặt của bạn, nhưng trình quản lý gói của bạn không biết điều này. Khi bạn cài đặt lại Python, apt hy vọng tất cả các tệp đó vẫn ở đó và không buồn tải xuống lại. Theo như apt, tất cả các python vẫn được cài đặt; Bạn không bao giờ nói với nó khác.

Bạn có thể thử cách sau để sửa lỗi này:
sudo apt-get install --reinstall python

Trong tương lai, gỡ bỏ cài đặt các gói sử dụng apt-get removehoặc apt-get purgehoặc đồ họa từ Ubuntu Software Center.


3
Một cuộc thanh trừng của python không cài đặt nhiều phụ thuộc, trong đó cài đặt lại sẽ không cài đặt lại tất cả những người phụ thuộc.
oldfred

1
Bạn đúng chỉ đến đoạn thứ hai. Phương pháp "khắc phục" vấn đề của bạn chỉ có thể loại bỏ hầu hết các gói của hệ thống OP.
Braiam

@Braiam Bạn nói đúng. Tôi đã chấp nhận rằng gói gỡ bỏ apt-get có thể gỡ cài đặt các gói mà gói cài đặt apt-get không nhất thiết phải khôi phục. Tôi đã chỉnh sửa, nhưng cứ tự nhiên sửa nó nếu tôi vẫn tắt.
thiện
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.