ซ่อมแซมการตั้งค่าหลาม


13

ใน Kubuntu 14.4 ของฉัน (ซึ่งมี python 2.7.6 เป็นมาตรฐาน) python ของฉันเสียหลังจากฉันพยายามติดตั้ง python 2.7.10 หลังจากสร้างจากแหล่งจาก python.org ด้วยความช่วยเหลือของวิธีการติดตั้ง Python เวอร์ชันล่าสุดแยกจาก Debian หรือ อัพเกรด? . ฉันไม่สามารถซ่อมแซมได้ด้วยคำสั่งมาตรฐานฉันสงสัยว่า dpkg ของฉันจะสับสน / แตกหักอย่างใดอย่างหนึ่งเกี่ยวกับการติดตั้งหลาม ฉันต้องการแก้ไข dpkg ในด้านนี้ ฉันสงสัยว่านี้มีสิ่งที่จะทำอย่างไรกับไฟล์/var/lib/dpkg/statusและ/var/lib/dpkg/availableและ/var/lib/dpkg/info/*particularily แรก ผมคิดว่าผมต้องตั้งค่าdpkgอย่างใด แต่ฉันจริงๆไม่มีความเชี่ยวชาญ เหตุผลที่ฉันคิดว่านี่คือ:

$ apt-cache policy python
python:
  Installed: 2.7.10-1
  Candidate: 2.7.10-1
  Version table:
*** 2.7.10-1 0
    100 /var/lib/dpkg/status
2.7.5-5ubuntu3 0
    500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

$ /usr/bin/python2.7
Python 2.7.6 (default, Jun 22 2015, 17:58:13) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()

เหตุผลที่ฉันพยายามที่จะติดตั้งหลาม 2.7.10เป็นเพราะฉันจำเป็นต้องใช้มันสำหรับโปรแกรมอื่น (เพราะปัญหาด้วย SSL / OpenSSL หลาม 2.7.6) แต่ตอนนี้ผมเพียงต้องการที่จะได้รับการซ่อมแซมระบบของฉัน - เพียงแค่ปล่อยให้มันเป็นงูหลาม 2.7 0.6


เทคนิคเต็มรูปแบบ

ฉันเริ่มพยายามแก้ปัญหานี้ด้วยการถาม ubuntu /ubuntu/648424/muon-is-gone-after-change-of-python-issues-after-python-2-7-10-installation- บนแต่ฉันไม่ได้รับคำตอบใด ๆ อาจเป็นเพราะฝูงชนที่ผิด ฉันได้ลองมาบ้างแล้วและมีความคิดว่าปัญหาคืออะไร แต่ไม่รู้ขั้นตอนที่จะทำให้สำเร็จ

มันเริ่มต้นด้วยฉันไม่สามารถติดตั้ง muon ด้วยsudo apg-get install muon:

$ sudo apt-get install muon
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:
 muon : Depends: apt-xapian-index but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

คำแนะนำทั่วไป (เช่นจาก/ubuntu/118749/package-system-is-broken-how-to-fix-it ) ไม่ได้ช่วย:

sudo apt-get autoremove
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get update
sudo apt-get upgrade -f
sudo apt-get -f install muon

หรือ

sudo apt-get -f install

หรือ

sudo dpkg --configure -a 
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install muon

หรือ

sudo apt-get -o dpkg::options::="--force-confnew" -o dpkg::options::="--force-confmiss" --reinstall install muon

ไม่ได้ช่วย ดังนั้นฉันจึงพยายาม

$ sudo apt-get install apt-xapian-index
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:
 apt-xapian-index : Depends: python-xapian (>= 1.0.2) but it is not going to be installed
                    Depends: python-apt (>= 0.7.93.2) but it is not going to be installed
                    Depends: python-debian (>= 0.1.14) but it is not going to be installed
                    Depends: python:any (>= 2.7.1-0ubuntu2)
E: Unable to correct problems, you have held broken packages.

และพบปัญหานี้เกิดขึ้นกับโปรแกรมอื่น ๆ เช่นกัน

$ sudo apt-get install meld 
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:
 meld : Depends: python:any (>= 2.7.1-0ubuntu2)
        Depends: python-gtk2 (>= 2.14) but it is not going to be installed
        Depends: python-glade2 (>= 2.14) but it is not going to be installed
        Depends: python-gobject-2 (>= 2.16) but it is not going to be installed
        Recommends: python-gnome2 but it is not going to be installed
        Recommends: python-gconf but it is not going to be installed
        Recommends: python-gtksourceview2 (>= 2.4) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

ดังนั้นฉันจึงลอง (ไม่มีโชค)

$ sudo update-alternatives --config python
update-alternatives: error: no alternatives for python

ต่อไปนี้ไม่ได้ช่วย:

sudo dpkg -P python2.7
sudo apt-get install python2.7
sudo dpkg -P python-minimal
sudo apt-get autoremove && sudo apt-get clean sudo apt-get update && sudo apt-get -f install

ฉันได้รับ

$ apt-cache policy python
python:
  Installed: 2.7.10-1
  Candidate: 2.7.10-1
  Version table:
*** 2.7.10-1 0
    100 /var/lib/dpkg/status
2.7.5-5ubuntu3 0
    500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

การพยายามติดตั้ง python ใหม่ไม่ทำงาน

$ sudo apt-get -o dpkg::options::="--force-confnew" -o dpkg::options::="--force-confmiss" --reinstall install python
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Reinstallation of python is not possible, it cannot be downloaded.
0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.

หรือ

$ sudo apt-get -o dpkg::options::="--force-confnew" -o dpkg::options::="--force-confmiss" --reinstall install python2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package python2

และการพยายามสร้างตัวถอนการติดตั้งก็ไม่สามารถทำได้เช่นกัน:

~/Python-2.7.10$ sudo make uninstall 
make: *** No rule to make target `uninstall'.  Stop.

ดังนั้นฉันเริ่มสงสัยว่าฉันจะต้องได้รับ dpkg คงที่อย่างใดเพราะ

$ apt-cache policy python
python:
  Installed: 2.7.10-1
  Candidate: 2.7.10-1
  Version table:
*** 2.7.10-1 0
    100 /var/lib/dpkg/status
2.7.5-5ubuntu3 0
    500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

$ /usr/bin/python2.7
Python 2.7.6 (default, Jun 22 2015, 17:58:13) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()

ข้อมูลเพิ่มเติม (ภาคผนวก)

$ dpkg -l python* | grep -v ^un
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
    Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                                        Version                                 Architektur  Beschreibung
+++-===========================================-=======================================-============-=====================================================================================================================================================================================================================
ii  python                                      2.7.10-1                                amd64        Python 2.7.10
ii  python-apt-common                           0.9.3.5ubuntu1                          all          Python interface to libapt-pkg (locales)
ii  python-chardet-whl                          2.2.1-2~ubuntu1                         all          universal character encoding detector
ii  python-colorama-whl                         0.2.5-0.1ubuntu2                        all          Cross-platform colored terminal text in Python - Wheels
ii  python-cups                                 1.9.66-0ubuntu2                         amd64        Python bindings for CUPS
rc  python-cupshelpers                          1.4.3+20140219-0ubuntu2.6               all          Python modules for printer configuration with CUPS
ii  python-dbus-dev                             1.2.0-2build2                           all          main loop integration development files for python-dbus
ii  python-distlib-whl                          0.1.8-1ubuntu1                          all          low-level components of python distutils2/packaging
rc  python-gobject-2                            2.28.6-12build1                         amd64        deprecated static Python bindings for the GObject library
ii  python-html5lib-whl                         0.999-3~ubuntu1                         all          HTML parser/tokenizer based on the WHATWG HTML5 specification
ii  python-ldb                                  1:1.1.16-1                              amd64        Python bindings for LDB
ii  python-minimal                              2.7.5-5ubuntu3                          amd64        minimal subset of the Python language (default version)
ii  python-ntdb                                 1.0-2ubuntu1                            amd64        Python bindings for NTDB
ii  python-pam                                  0.4.2-13.1ubuntu3                       amd64        Python interface to the PAM library
ii  python-pip-whl                              1.5.4-1ubuntu3                          all          alternative Python package installer
ii  python-renderpm                             3.0-1build1                             amd64        python low level render interface
ii  python-reportlab-accel                      3.0-1build1                             amd64        C coded extension accelerator for the ReportLab Toolkit
ii  python-requests-whl                         2.2.1-1ubuntu0.3                        all          elegant and simple HTTP library for Python, built for human beings
ii  python-setuptools-whl                       3.3-1ubuntu2                            all          Python Distutils Enhancements (wheel package)
ii  python-six-whl                              1.5.2-1ubuntu1                          all          Python 2 and 3 compatibility library (universal wheel)                                               
rc  python-support                              1.0.15                                  all          automated rebuilding support for Python modules                                                      
ii  python-talloc                               2.1.0-1                                 amd64        hierarchical pool based memory allocator - Python bindings                                           
ii  python-tdb                                  1.2.12-1                                amd64        Python bindings for TDB                                                                              
ii  python-twisted-bin                          13.2.0-1ubuntu1                         amd64        Event-based framework for internet applications                                                      
rc  python-twisted-core                         13.2.0-1ubuntu1                         all          Event-based framework for internet applications                                                      
rc  python-ubuntu-sso-client                    13.10-0ubuntu6                          all          Ubuntu Single Sign-On client - Python library                                                        
ii  python-urllib3-whl                          1.7.1-1ubuntu3                          all          HTTP library with thread-safe connection pooling                                                     
ii  python2.7                                   2.7.6-8ubuntu0.2                        amd64        Interactive high-level object-oriented language (version 2.7)                                        
ii  python2.7-minimal                           2.7.6-8ubuntu0.2                        amd64        Minimal subset of the Python language (version 2.7)                                                  
ii  python3                                     3.4.0-0ubuntu2                          amd64        interactive high-level object-oriented language (default python3 version)                            
ii  python3-apport                              2.14.1-0ubuntu3.11                      all          Python 3 library for Apport crash report handling                                                    
ii  python3-apt                                 0.9.3.5ubuntu1                          amd64        Python 3 interface to libapt-pkg                                                                     
ii  python3-aptdaemon                           1.1.1-1ubuntu5.2                        all          Python 3 module for the server and client of aptdaemon                                               
ii  python3-chardet                             2.2.1-2~ubuntu1                         all          universal character encoding detector for Python3                                                    
ii  python3-colorama                            0.2.5-0.1ubuntu2                        all          Cross-platform colored terminal text in Python - Python 3.x                                          
ii  python3-commandnotfound                     0.3ubuntu12                             all          Python 3 bindings for command-not-found.                                                             
ii  python3-dbus                                1.2.0-2build2                           amd64        simple interprocess messaging system (Python 3 interface)                                            
ii  python3-dbus.mainloop.qt                    4.10.4+dfsg-1ubuntu1                    amd64        D-Bus Support for PyQt4 with Python 3
ii  python3-debian                              0.1.21+nmu2ubuntu2                      all          Python 3 modules to work with Debian-related data formats
ii  python3-defer                               1.0.6-2build1                           all          Small framework for asynchronous programming (Python 3)
ii  python3-dev                                 3.4.0-0ubuntu2                          amd64        header files and a static library for Python (default)
ii  python3-distlib                             0.1.8-1ubuntu1                          all          low-level components of python distutils2/packaging
ii  python3-distupgrade                         1:0.220.7                               all          manage release upgrades
ii  python3-gdbm:amd64                          3.4.0-0ubuntu1                          amd64        GNU dbm database support for Python 3.x
ii  python3-gi                                  3.12.0-1ubuntu1                         amd64        Python 3 bindings for gobject-introspection libraries
ii  python3-html5lib                            0.999-3~ubuntu1                         all          HTML parser/tokenizer based on the WHATWG HTML5 specification (Python 3)
ii  python3-minimal                             3.4.0-0ubuntu2                          amd64        minimal subset of the Python language (default python3 version)
ii  python3-pip                                 1.5.4-1ubuntu3                          all          alternative Python package installer - Python 3 version of the package
ii  python3-pkg-resources                       3.3-1ubuntu2                            all          Package Discovery and Resource Access using pkg_resources
ii  python3-problem-report                      2.14.1-0ubuntu3.11                      all          Python 3 library to handle problem reports
ii  python3-pycurl                              7.19.3-0ubuntu3                         amd64        Python 3 bindings to libcurl
ii  python3-pykde4                              4:4.13.3-0ubuntu0.1                     amd64        Python 3 bindings for the KDE Development Platform
ii  python3-pyqt4                               4.10.4+dfsg-1ubuntu1                    amd64        Python3 bindings for Qt4
ii  python3-requests                            2.2.1-1ubuntu0.3                        all          elegant and simple HTTP library for Python3, built for human beings
ii  python3-setuptools                          3.3-1ubuntu2                            all          Python3 Distutils Enhancements
ii  python3-sip                                 4.15.5-1build1                          amd64        Python 3/C++ bindings generator runtime library
ii  python3-six                                 1.5.2-1ubuntu1                          all          Python 2 and 3 compatibility library (Python 3 interface)
ii  python3-software-properties                 0.92.37.3                               all          manage the repositories that you install software from
ii  python3-uno                                 1:4.2.8-0ubuntu2                        amd64        Python-UNO bridge
ii  python3-update-manager                      1:0.196.13                              all          python 3.x module for update-manager
ii  python3-urllib3                             1.7.1-1ubuntu3                          all          HTTP library with thread-safe connection pooling for Python3
ii  python3-wheel                               0.24.0-1~ubuntu1                        all          built-package format for Python
ii  python3-xkit                                0.5.0ubuntu2                            all          library for the manipulation of xorg.conf files (Python 3)
ii  python3.4                                   3.4.0-2ubuntu1.1                        amd64        Interactive high-level object-oriented language (version 3.4)
ii  python3.4-dev                               3.4.0-2ubuntu1.1                        amd64        Header files and a static library for Python (v3.4)
ii  python3.4-minimal                           3.4.0-2ubuntu1.1                        amd64        Minimal subset of the Python language (version 3.4)

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.2 LTS
Release:        14.04
Codename:       trusty

$ grep -P '^[ \t]*[^#[ \t]+' /etc/apt/sources.list /etc/apt/sources.list.d/*.list
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ trusty main restricted
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ trusty main restricted
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ trusty universe
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ trusty universe
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ trusty-updates universe
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ trusty-updates universe
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ trusty multiverse
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ trusty multiverse
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu trusty-security main restricted
/etc/apt/sources.list:deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu trusty-security universe
/etc/apt/sources.list:deb-src http://security.ubuntu.com/ubuntu trusty-security universe
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu trusty-security multiverse
/etc/apt/sources.list:deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse
/etc/apt/sources.list:deb http://archive.canonical.com/ubuntu trusty partner
/etc/apt/sources.list:deb http://extras.ubuntu.com/ubuntu trusty main
/etc/apt/sources.list:deb http://cran.uni-muenster.de/bin/linux/ubuntu trusty/
/etc/apt/sources.list.d/fossfreedom-packagefixes-trusty.list:deb http://ppa.launchpad.net/fossfreedom/packagefixes/ubuntu trusty main
/etc/apt/sources.list.d/jitsi.list:deb http://download.jitsi.org/deb unstable/
/etc/apt/sources.list.d/leviatan1-ppa-trusty.list:deb http://ppa.launchpad.net/leviatan1/ppa/ubuntu trusty main

$ whereis python
python: /usr/bin/python /usr/bin/python3.4-config /usr/bin/python3.4 /usr/bin/python3.4m /usr/bin/python2.7 /usr/bin/python3.4m-config /etc/python /etc/python3.4 /etc/python2.7 /usr/lib/python3.4 /usr/lib/python2.7 /usr/bin/X11/python /usr/bin/X11/python3.4-config /usr/bin/X11/python3.4 /usr/bin/X11/python3.4m /usr/bin/X11/python2.7 /usr/bin/X11/python3.4m-config /usr/local/lib/python3.4 /usr/local/lib/python2.7 /usr/include/python3.4 /usr/include/python3.4m /usr/share/python /usr/share/man/man1/python.1.gz

$ whereis python2.7
python2: /usr/bin/python2.7 /usr/bin/python2 /etc/python2.7 /usr/lib/python2.7 /usr/bin/X11/python2.7 /usr/bin/X11/python2 /usr/local/lib/python2.7 /usr/share/man/man1/python2.1.gz

อะไรคือผลลัพธ์ของwhereis python2.7และwhereis python?
วิลฟ์

ครั้งต่อไปที่คุณต้องการคอมไพล์และติดตั้ง Python จากซอร์สอาจเป็นความคิดที่ดีที่จะติดตั้งไปยังตำแหน่งอื่น (ก่อน) Python มีอยู่ในระบบของคุณโดยเป็นส่วนหนึ่งของสแต็กซอฟต์แวร์ที่ใช้โดยแอปพลิเคชันอื่น มันค่อนข้างอันตรายที่จะติดตั้งผ่านการติดตั้ง Python ทั่วทั้งระบบโดยไม่ต้องทำการทดสอบ คุณสามารถตั้งค่าสถานที่ติดตั้งโดยการจัดหา--prefix=/path/to/folderกับ./configureคำสั่ง
Benjamin B.

@ Wilf ฉันเพิ่มข้อมูลลงในภาคผนวก
Make42

@BenjaminB คุณสามารถทำอย่างละเอียดโดยการให้คำสั่งเต็ม? คำสั่ง. / config อะไร (ฉันยังไม่ได้ตั้งโปรแกรม / ทำงานกับหลามได้)
Make42

หากคุณทำตามคำแนะนำของคำถามแลกเปลี่ยนสแต็กอื่นที่คุณโพสต์แสดงว่าคุณถึงขั้นตอนหนึ่ง./configure --prefix=/opt/pythonแล้ว หากคุณไม่ทำสิ่งนี้อาจเป็นสิ่งที่เกิดความผิดพลาดได้ --prefix=/opt/pythonคุณอาจเขียนทับการติดตั้งทั่วทั้งระบบโดยไม่ต้องจัดหาชิ้นส่วน คุณทำตามคำแนะนำเหล่านั้นหรือไม่
Benjamin B.

คำตอบ:


20

คุณได้ติดตั้งแพ็กเกจ Python ซึ่งล่าสุดกว่าที่จัดจำหน่ายของคุณ ตัวอย่างเช่นคุณpythonติดตั้งรุ่น 2.7.10-1 แต่การแจกจ่ายของคุณมีเฉพาะรุ่น 2.7.5-5ubuntu3

APT ไม่ได้ปรับลดรุ่นแพ็คเกจยกเว้นว่ามีการแจ้งให้ทราบอย่างชัดเจน ตัวอย่างเช่นหากคุณพยายามติดตั้งแพคเกจที่ขึ้นอยู่กับเวอร์ชันที่แน่นอนของ Python มันจะไม่ทำงานเนื่องจากpythonแพ็คเกจไม่สามารถลดระดับได้ แม้แต่apt-get --reinstall install pythonล้มเหลวเนื่องจาก APT จะไม่ลดระดับ Python เป็น 2.7.5

ในการซ่อมแซมระบบของคุณคุณต้องอนุญาตให้ APT ทำการดาวน์เกรด จะทำอย่างไรที่กำหนดตั้งค่า APT สร้างไฟล์/etc/apt/preferences.d/allow-downgradeที่มี

Package: *
Pin: release o=Ubuntu
Pin-Priority: 1001

ไฟล์ใน/etc/apt/preferences.d(บวก/etc/apt/preferences) มีการประกาศระดับความสำคัญที่แทนที่การเลือกเริ่มต้นเมื่อมีแพ็คเกจหลายเวอร์ชันพร้อมใช้งานซึ่งเป็น“ ชอบเวอร์ชันล่าสุดจากการกระจายเป้าหมาย” การให้ความสำคัญกับแพคเกจมากกว่า 1,000 ทำให้เป็นที่ต้องการแม้ว่ามันจะเป็นรุ่นที่เก่ากว่าซึ่งเป็นแพคเกจที่มีลำดับความสำคัญต่ำกว่า แพ็คเกจที่ติดตั้งมีลำดับความสำคัญ 500 ดังนั้นแพ็คเกจจาก Ubuntu จึงชนะ สำหรับข้อมูลเพิ่มเติมดู:

man apt_preferences

ฉันคิดว่าเมื่อคุณตั้งค่าลำดับความสำคัญเหล่านี้คุณสามารถเรียกใช้

apt-get update
apt-get upgrade

เพื่อดาวน์เกรดแพ็คเกจทั้งหมดของคุณเป็นเวอร์ชันใน Ubuntu (แพ็คเกจที่ไม่อยู่ใน Ubuntu จะไม่ถูกลบ) เรียกใช้apt-get -f installและอย่าพยายามติดตั้งซอฟต์แวร์อื่นจนกว่าจะเสร็จสมบูรณ์

เมื่อทุกอย่างถูกลดระดับแล้วให้ลบไฟล์การตั้งค่าและเรียกใช้apt-get updateอีกครั้ง


1
คุณรู้แหล่งข้อมูลที่ดีที่ฉันสามารถอ่านเพิ่มเติมเกี่ยวกับหัวข้อนี้ด้วยฉลาด ฯลฯ (หรือในคำอื่น ๆ : คุณจะรู้ได้อย่างไร)
Make42

1
@ user49283 Ummm, unix.stackexchange.com/tags/aptและ Debian wiki (ลิงก์คำตอบ)? ขออภัยนี่มาจากประสบการณ์
Gilles 'หยุดความชั่วร้าย'

man apt_preferences@ Make42
Faheem Mitha

0

มีเพียงวิธีเดียวที่ฉันค้นพบว่าใช้งานได้

  1. ขั้นตอนที่ 1: ดาวน์โหลดแพ็คเกจ python 2.7 deb จากที่นี่และติดตั้ง

    sudo dpkg -i <package-name>
  2. ใช้เครื่องมือ dbkg เพื่อแสดงรายการทุกอย่างที่เกี่ยวข้องกับหลาม

    sudo dpkg -l | grep python
  3. ลบทุกอย่างที่พบข้างต้น

    sudo dpkg --purge - บังคับให้ชื่อแพ็คเกจทั้งหมด

  4. ลองทำดู

    sudo apt upgrade

มันจะให้รายชื่อของแพคเกจในตอนท้ายที่เสียหาย ลบออกโดยใช้ขั้นตอนที่ 3

  1. ทำซ้ำขั้นตอนที่ 3-4 จนกระทั่งการอัพเกรด sudo apt ไม่มีข้อผิดพลาด

  2. คุณอาจต้องสร้าง symlink ไปยัง / usr / bin / python โดยใช้ตำแหน่งของ python 2.7 ที่คุณติดตั้งเป็นแพ็คเกจ deb ( locate bin/python) และln -s <path> /usr/bin/python

  3. ในขณะนี้หลามควรได้รับการแก้ไข แต่ทำอัพเกรด (อ่านคู่มือสำหรับวิธีการอัปเดตเป็น Ubuntu ล่าสุดไม่ใช่ LTS)

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.