अजगर सेटअप की मरम्मत


13

मेरे कुबंटु 14.4 पर (जिसमें मानक के रूप में अजगर 2.7.6 है) मेरा अजगर तब टूटा हुआ है जब मैंने python.org को स्रोत से इमारत के निर्माण के बाद 2.7.10 स्थापित करने की कोशिश की। python.org से अलग से डेबियन पर नवीनतम लेथॉन संस्करण स्थापित करने की मदद से उन्नयन? । मैं इसे मानक आदेशों के साथ ठीक करने में सक्षम नहीं हूं मुझे संदेह है कि मेरी dpkg अजगर स्थापना के संबंध में किसी तरह भ्रमित / टूटी हुई है। मैं इस पहलू में dpkg को ठीक करना चाहूंगा। मुझे लगता है इस फाइल के साथ क्या करना है कि कुछ /var/lib/dpkg/statusऔर /var/lib/dpkg/availableऔर /var/lib/dpkg/info/*विशेष रूप से पहले। मुझे लगता है कि मुझे 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.2 को स्थापित करने की कोशिश की , क्योंकि मुझे एक और कार्यक्रम के लिए इसकी आवश्यकता थी (अजगर 2.7.6 के ssl / खुलने के साथ समस्याओं के कारण), लेकिन अब मैं सिर्फ अपने सिस्टम को दुरुस्त करवाना चाहता हूं - बस इसे अजगर 2.7 बता दें। .6।


पूर्ण तकनीकी

मैंने ubuntu /ubuntu/648424/muon-is-gone-after-change-of-python-issues-after-python-2-7-10-installation- पर पूछकर इसे हल करने की कोशिश शुरू की पर मुझे वहाँ कोई जवाब नहीं मिला। शायद यह गलत भीड़ थी। मैंने तब से काफी कोशिश की है और मुझे पता है कि समस्या क्या है, लेकिन इसे पूरा करने के चरणों को नहीं जानते हैं।

यह मेरे साथ शुरू करने में सक्षम नहीं होने के साथ शुरू हुआ 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

अजगर को फिर से स्थापित करने की कोशिश करना काम नहीं करता है

$ 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?
विल्फ़

अगली बार जब आप स्रोत से पायथन को संकलित और स्थापित करना चाहते हैं, तो इसे एक वैकल्पिक स्थान (पहले) पर स्थापित करना एक अच्छा विचार हो सकता है। पायथन आपके सिस्टम पर सॉफ्टवेयर स्टैक के भाग के रूप में मौजूद है जो अन्य अनुप्रयोगों द्वारा उपयोग किया जाता है। यह परीक्षण किए बिना सिस्टम-वाइड पायथन इंस्टॉलेशन पर स्थापित करना थोड़ा खतरनाक है। आप कमांड --prefix=/path/to/folderको सप्लाई करके इंस्टॉल लोकेशन सेट कर सकते हैं ./configure
बेंजामिन बी।

@Wilf मैंने परिशिष्ट में जानकारी जोड़ी।
1942 में Make42

@BenjaminB। क्या आप पूरी आज्ञा प्रदान करके विस्तृत कर सकते हैं? क्या ./configure कमांड? (मैंने अभी तक अजगर के साथ प्रोग्राम / काम नहीं किया है)।
1942 में Make42

यदि आपने अन्य स्टैक एक्सचेंज प्रश्न के निर्देशों का पालन किया है जो आपने पोस्ट किया था, तो आप किसी बिंदु पर चले गए ./configure --prefix=/opt/python। यदि आप ऐसा नहीं करते हैं, तो हो सकता है कि चीजें गलत हुई हों। --prefix=/opt/pythonभाग की आपूर्ति के बिना , आप सिस्टम-वाइड इंस्टॉलेशन को अधिलेखित कर सकते हैं। क्या आपने उन निर्देशों का पालन किया है?
बेंजामिन बी।

जवाबों:


20

आपने पायथन पैकेज स्थापित किए हैं जो आपके वितरण से अधिक हाल के हैं। उदाहरण के लिए, आपके पास pythonसंस्करण 2.7.10-1 स्थापित है लेकिन आपके वितरण में केवल संस्करण 2.7.5-5ubuntu3 है।

जब तक स्पष्ट रूप से ऐसा करने के लिए नहीं कहा जाता है तब तक APT पैकेजों को डाउनग्रेड नहीं करता है। उदाहरण के लिए यदि आप एक पैकेज को स्थापित करने का प्रयास करते हैं जो कि पायथन के सटीक संस्करण पर निर्भर करता है, तो यह काम नहीं करेगा, क्योंकि pythonपैकेज को नवीनीकृत नहीं किया जा सकता है। यहां तक ​​कि apt-get --reinstall install pythonविफल रहता है क्योंकि APT पायथन को 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) फाइलों में प्राथमिकता की घोषणाएं होती हैं जो एक पैकेज के कई संस्करणों के उपलब्ध होने पर डिफ़ॉल्ट चयन को ओवरराइड करती हैं, जो "लक्ष्य वितरण से नवीनतम संस्करण को पसंद करते हैं"। 1000 से अधिक के पैकेज को प्राथमिकता देने का कारण यह पसंद किया जाना है भले ही यह एक पुराना संस्करण हो जो कम प्राथमिकता वाला पैकेज हो। स्थापित पैकेजों में प्राथमिकता 500 है ताकि उबंटू जीतता है। अधिक जानकारी के लिए देखें:

man apt_preferences

मुझे लगता है कि एक बार जब आप इन प्राथमिकताओं को सेट कर लेते हैं, तो आप चला सकते हैं

apt-get update
apt-get upgrade

अपने सभी पैकेज को उबंटू में संस्करण में डाउनग्रेड करने के लिए (उबंटू में पैकेज नहीं हटाए जाएंगे)। यह भी चलाएं apt-get -f installऔर जब तक यह सफलतापूर्वक पूरा नहीं हो जाता है तब तक किसी अन्य सॉफ़्टवेयर को स्थापित करने का प्रयास न करें।

एक बार जब सब कुछ डाउनग्रेड हो जाता है, तो प्राथमिकताएं फ़ाइल को हटा दें और apt-get updateफिर से चलाएं ।


1
क्या आप एक अच्छे संसाधन को जानते हैं जहाँ मैं इस विषय के बारे में अधिक जानकारी के साथ पढ़ सकता हूँ आदि? (या दूसरे शब्दों में: आप इसे कैसे जानते हैं?)
Make42

1
@ user49283 उम्म, unix.stackexchange.com/tags/apt और डेबियन विकी (उत्तर में लिंक)? क्षमा करें, यह अनुभव से है।
गिल्स एसओ- बुराई को रोकें '

@ मेक42 man apt_preferences
फहीम मीठा

0

केवल एक ही तरीका है जो मुझे पता चला कि काम कर रहा था।

  1. चरण 1: अजगर 2.7 डिब पैकेज को यहां से डाउनलोड करें और इसे इंस्टॉल करें

    sudo dpkg -i <package-name>
  2. अजगर से संबंधित हर चीज को सूचीबद्ध करने के लिए dbkg टूल का उपयोग करें

    sudo dpkg -l | grep python
  3. ऊपर पाया सब कुछ हटा दें

    sudo dpkg --purge --force-all पैकेज नाम

  4. करने की कोशिश करो

    sudo apt upgrade

यह आपको भ्रष्ट होने वाले अंत में संकुल की एक सूची देगा। चरण 3 का उपयोग करके उन्हें निकालें

  1. चरण 3-4 दोहराएँ जब तक sudo apt उन्नयन कोई त्रुटि नहीं देता है

  2. आपके द्वारा डेब्यू पैकेज के रूप में स्थापित किए गए अजगर 2.7 के स्थान का उपयोग करके आपको / usr / bin / python को एक सिमलिंक बनाने की आवश्यकता हो सकती है। ( locate bin/python) औरln -s <path> /usr/bin/python

  3. इस समय अजगर को ठीक किया जाना चाहिए। लेकिन डू-रिलीज़-अपग्रेड (नवीनतम उबंटू को अपडेट करने के लिए मैनुअल पढ़ें, एलटीएस नहीं)

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