পাইথন সেটআপ মেরামত করা হচ্ছে


13

আমার কুবুন্টু ১৪.৪ (যেটি স্ট্যান্ডার্ড হিসাবে পাইথন ২.7..6 রয়েছে) আমার পাইথনটি নষ্ট হয়ে গেছে আমি ডেবিয়ানের সর্বশেষতম পাইথন সংস্করণটি আলাদাভাবে কীভাবে ইনস্টল করতে পারি তার সাহায্যে পাইথন.অর্গ থেকে উত্স থেকে বিল্ডিং করার পরে পাইথন ২.7.১০ স্থাপন করার পরে। আপগ্রেড করবেন? । আমি স্ট্যান্ডার্ড কমান্ডগুলি দিয়ে এটি মেরামত করতে সক্ষম নই আমার সন্দেহ হয় যে পাইপজান ইনস্টলেশন সম্পর্কিত আমার 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 ইনস্টল করার চেষ্টা কারণ আমি (পাইথন 2.7.6 এর SSL / OpenSSL সঙ্গে কোনো সমস্যার কারণে) অন্য প্রোগ্রামের জন্য এটি প্রয়োজন হয়, কিন্তু এখন আমি শুধু আমার সিস্টেম পেতে চান মেরামত - শুধু এটা পাইথন 2.7 হোক .6।


সম্পূর্ণ প্রযুক্তিগত

আমি উবুন্টু /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.

এবং খুঁজে পেয়েছে সমস্যাটি অন্যান্য প্রোগ্রামগুলির মতো is

$ 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
বেনিয়ামিন বি।

@ উইলফ আমি পরিশিষ্টে তথ্য যুক্ত করেছি।
Make42

@BenjaminB। আপনি সম্পূর্ণ কমান্ড সরবরাহ করে বিস্তারিত বলতে পারেন? কি ./ কনফিগার কমান্ড? (অজগর নিয়ে আমি এখনও প্রোগ্রামিং / কাজ করি নি)।
Make42

আপনি পোস্ট করেছেন এমন স্ট্যাক এক্সচেঞ্জ প্রশ্নের উত্তরগুলি যদি আপনি অনুসরণ করেন তবে আপনি কিছুটা সময় দৌড়ে গিয়েছিলেন ./configure --prefix=/opt/python। যদি আপনি না করেন তবে জিনিসগুলি যেখানে ভুল হয়েছে সেখানেই এটি হতে পারে। --prefix=/opt/pythonঅংশ সরবরাহ না করে , আপনি সিস্টেম-বিস্তৃত ইনস্টলেশন ওভাররাইট করতে পারেন। আপনি কি সেই নির্দেশাবলী অনুসরণ করেছিলেন?
বেনিয়ামিন বি।

উত্তর:


20

আপনি পাইথন প্যাকেজ ইনস্টল করেছেন যা আপনার বিতরণ সরবরাহের চেয়ে সাম্প্রতিক। উদাহরণস্বরূপ, আপনার কাছে python2.7.10-1 সংস্করণ ইনস্টল করা আছে তবে আপনার বিতরণে কেবলমাত্র 2.7.5-5ubuntu3 সংস্করণ রয়েছে।

এপিটি প্যাকেজগুলি ডাউনগ্রেড করে না যদি না তা পরিষ্কারভাবে না করতে বলা হয়। উদাহরণস্বরূপ, যদি আপনি পাইথনের সঠিক সংস্করণের উপর নির্ভর করে এমন কোনও প্যাকেজ ইনস্টল করার চেষ্টা করেন তবে এটি কাজ করবে না, কারণ pythonপ্যাকেজটি ডাউনগ্রেড করা যায় না। এমনকি apt-get --reinstall install pythonব্যর্থ হয় কারণ এপিটি পাইথনকে ২.7.৫ এ নামিয়ে আনবে না।

আপনার সিস্টেমটি মেরামত করার জন্য, আপনাকে এপিটি ডাউনগ্রেডগুলি করার অনুমতি দেওয়া দরকার। এটি করতে, এপিটি পছন্দগুলি সংজ্ঞায়িত করুন । একটি ফাইল তৈরি করুন /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
আপনি কি এমন কোনও ভাল উত্স জানেন যেখানে আমি অ্যাপ্লিকেশন ইত্যাদির সাথে এই বিষয়টি সম্পর্কে আরও পড়তে পারি? (বা অন্য কথায়: আপনি কীভাবে এটি জানেন?)
মেক 42

1
@ ইউজার 49283 উম্ম, ইউনিক্স.স্ট্যাকেক্সেঞ্জ / ডটাগস / অ্যাপ্ট এবং দেবিয়ান উইকি (উত্তরের লিঙ্ক)? দুঃখিত, এটি অভিজ্ঞতা থেকে।
গিলস 'এ-ও অশুভ হওয়া বন্ধ করুন'

@ Make42 man apt_preferences
ফাহিম মিঠা

0

আমি আবিষ্কার করেছি কেবল একটি উপায় যা কাজ করছিল।

  1. পদক্ষেপ 1: এখান থেকে পাইথন ২.7 ডিব প্যাকেজটি ডাউনলোড করুন এবং এটি ইনস্টল করুন

    sudo dpkg -i <package-name>
  2. পাইথন সম্পর্কিত সমস্ত কিছু তালিকাভুক্ত করতে dbkg সরঞ্জামটি ব্যবহার করুন

    sudo dpkg -l | grep python
  3. উপরের সব কিছু সরিয়ে ফেলুন

    sudo dpkg --purge --ফোর্স-সমস্ত প্যাকেজের নাম

  4. চেষ্টা কর

    sudo apt upgrade

এটি আপনাকে প্যাকেজগুলির একটি তালিকা দেবে যা দুর্নীতিগ্রস্থ। পদক্ষেপ 3 ব্যবহার করে সেগুলি সরান

  1. সুডো আপ্ট আপগ্রেড কোনও ত্রুটি না দেয় যতক্ষণ না 3-4 পদক্ষেপগুলি পুনরাবৃত্তি করুন

  2. আপনি ডাব প্যাকেজ হিসাবে ইনস্টল করেছেন পাইথন ২.7 এর অবস্থান ব্যবহার করে / usr / bin / python এ একটি সিমিলিংক তৈরি করতে পারে। ( locate bin/python) এবংln -s <path> /usr/bin/python

  3. এই মুহুর্তে অজগরটি ঠিক করা উচিত। তবে ডু-রিলিজ-আপগ্রেড (এটি কীভাবে সর্বশেষ উবুন্টুতে আপডেট করা যায় তার জন্য ম্যানুয়াল পড়ুন, এলটিএস নয়)

আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.