how i can install python 2.6 in ubuntu 18.04Unable to correct problems, you have held broken packagesHow do I restore the default repositories?How to build PyQt for Deadsnakes Python 2.7 on Ubuntu 10.04?Using “make” command not workingModuleNotFoundError: No module named 'kivy' . How do I fix this error?In ubuntu IDE doest load tkinter library for python3 or python2How to remove requests from python and install in pipcant run “make” commandpython installed in another directory

Citywide Abandonment of Law Enforcement at World's End?

Why is oil used as the lubricant in power generators, while water is the most available, cheapest and accessible lubricant?

Why is there potato in meatballs?

Are we experiencing lower level of gravity now compared to past?

C - wrapping globals in a struct?

What are these color strips for?

Is CCing the manager in first e-mail regarding urgent matter considered escalation?

My PhD defense is next week and I am having negative thoughts about my work and knowledge. Any advice on how to tackle this?

How can I convince my child to write?

Triangular domino tiling of an almost regular hexagon

This Riley Riddle is a Mess

How do the different seasons work for Eladrin?

Is a geodesic in the 4d spacetime still a geodesic after projection onto the 3d space?

Designing Borders with QGIS

Is there a way to determine what kind of data is sitting in the Redo Queue for an AlwaysOn AG Secondary Replica?

Were there ever 12-, 24-, 48-, etc bit processors?

Mistakenly agreed with a scammer’s term of use

Balancing empathy and deferring to the syllabus in teaching responsibilities

Manager asked me to reconsider my resignation and he sounded quite convincing, should I listen to him?

Are silicone socks safe?

Which cohomology classes are detected by tori?

Sent technical test that was impossible, other candidates completed it

70's and probably older story sentient bears on Earth and "ape-like" refugees

How can I find out where to buy uncommon (for the location) items while traveling?



how i can install python 2.6 in ubuntu 18.04


Unable to correct problems, you have held broken packagesHow do I restore the default repositories?How to build PyQt for Deadsnakes Python 2.7 on Ubuntu 10.04?Using “make” command not workingModuleNotFoundError: No module named 'kivy' . How do I fix this error?In ubuntu IDE doest load tkinter library for python3 or python2How to remove requests from python and install in pipcant run “make” commandpython installed in another directory






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0


















I wanna install Python 2.6 in Ubuntu 18.04, because when i install Chrome Remote Desktop, i got this error :



sudo dpkg -i chrome-remote-desktop_current_amd64.deb


The result is :



(Reading database ... 264805 files and directories currently installed.)
Preparing to unpack chrome-remote-desktop_current_amd64_.deb ...
Unpacking chrome-remote-desktop (77.0.3865.32) over (77.0.3865.32) ...
dpkg: dependency problems prevent configuration of chrome-remote-desktop:
chrome-remote-desktop depends on xvfb-randr | xvfb; however:
Package xvfb-randr is not installed.
Package xvfb is not installed.
chrome-remote-desktop depends on xbase-clients; however:
Package xbase-clients is not installed.
chrome-remote-desktop depends on python (>= 2.6); however:
Package python is not installed.
chrome-remote-desktop depends on python-psutil; however:
Package python-psutil is not installed.

dpkg: error processing package chrome-remote-desktop (--install):
dependency problems - leaving unconfigured
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for systemd (237-3ubuntu10.25) ...
Errors were encountered while processing:
chrome-remote-desktop


after suggestion by @Kulfy, sudo apt install -f, and i install again, the result is :



 chrome-remote-desktop : Depends: python (>= 2.6) but it is not going to be installed
Depends: python-psutil but it is not going to be installed
Recommends: xvfb-randr but it is not installable
E: Unable to correct problems, you have held broken packages.


But when i install python or python2 :



 python : PreDepends: python-minimal (= 2.7.15~rc1-1) but it is not going to be installed
Depends: python2.7 (>= 2.7.15~rc1-1~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


My python version :



Python 3.7.3


My Python Location :



python: /usr/bin/python3.6m /usr/bin/python3.6 /usr/lib/python3.6 /usr/lib/python3.7 /usr/lib/python2.7 /etc/python3.6 /etc/python2.7 /usr/local/lib/python3.6 /usr/include/python3.6m /usr/share/python /home/reigin/anaconda3/bin/python3.7m-config /home/reigin/anaconda3/bin/python /home/reigin/anaconda3/bin/python3.7 /home/reigin/anaconda3/bin/python3.7m /home/reigin/anaconda3/bin/python3.7-config


Thanks for help..










share|improve this question






















  • 2





    It depends on python>= 2.6. That mean 2.7 should also satisfy the dependency. You can install Python 2.7 by simply running sudo apt install python or you can install all left dependencies using sudo apt install -f

    – Kulfy
    Sep 9 at 7:59












  • The following packages have unmet dependencies: python : PreDepends: python-minimal (= 2.7.15~rc1-1) but it is not going to be installed Depends: python2.7 (>= 2.7.15~rc1-1~) but it is not going to be installed E: Unable to correct problems, you have held broken packages.

    – Budi Mulyo
    Sep 9 at 8:07











  • What is the output of apt-cache policy python-minimal?

    – Kulfy
    Sep 9 at 8:09











  • python-minimal: Installed: (none) Candidate: 2.7.15~rc1-1 Version table: 2.7.15~rc1-1 500 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages

    – Budi Mulyo
    Sep 9 at 8:13






  • 1





    Possible duplicate of How do I restore the default repositories?

    – N0rbert
    Sep 9 at 16:58

















0


















I wanna install Python 2.6 in Ubuntu 18.04, because when i install Chrome Remote Desktop, i got this error :



sudo dpkg -i chrome-remote-desktop_current_amd64.deb


The result is :



(Reading database ... 264805 files and directories currently installed.)
Preparing to unpack chrome-remote-desktop_current_amd64_.deb ...
Unpacking chrome-remote-desktop (77.0.3865.32) over (77.0.3865.32) ...
dpkg: dependency problems prevent configuration of chrome-remote-desktop:
chrome-remote-desktop depends on xvfb-randr | xvfb; however:
Package xvfb-randr is not installed.
Package xvfb is not installed.
chrome-remote-desktop depends on xbase-clients; however:
Package xbase-clients is not installed.
chrome-remote-desktop depends on python (>= 2.6); however:
Package python is not installed.
chrome-remote-desktop depends on python-psutil; however:
Package python-psutil is not installed.

dpkg: error processing package chrome-remote-desktop (--install):
dependency problems - leaving unconfigured
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for systemd (237-3ubuntu10.25) ...
Errors were encountered while processing:
chrome-remote-desktop


after suggestion by @Kulfy, sudo apt install -f, and i install again, the result is :



 chrome-remote-desktop : Depends: python (>= 2.6) but it is not going to be installed
Depends: python-psutil but it is not going to be installed
Recommends: xvfb-randr but it is not installable
E: Unable to correct problems, you have held broken packages.


But when i install python or python2 :



 python : PreDepends: python-minimal (= 2.7.15~rc1-1) but it is not going to be installed
Depends: python2.7 (>= 2.7.15~rc1-1~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


My python version :



Python 3.7.3


My Python Location :



python: /usr/bin/python3.6m /usr/bin/python3.6 /usr/lib/python3.6 /usr/lib/python3.7 /usr/lib/python2.7 /etc/python3.6 /etc/python2.7 /usr/local/lib/python3.6 /usr/include/python3.6m /usr/share/python /home/reigin/anaconda3/bin/python3.7m-config /home/reigin/anaconda3/bin/python /home/reigin/anaconda3/bin/python3.7 /home/reigin/anaconda3/bin/python3.7m /home/reigin/anaconda3/bin/python3.7-config


Thanks for help..










share|improve this question






















  • 2





    It depends on python>= 2.6. That mean 2.7 should also satisfy the dependency. You can install Python 2.7 by simply running sudo apt install python or you can install all left dependencies using sudo apt install -f

    – Kulfy
    Sep 9 at 7:59












  • The following packages have unmet dependencies: python : PreDepends: python-minimal (= 2.7.15~rc1-1) but it is not going to be installed Depends: python2.7 (>= 2.7.15~rc1-1~) but it is not going to be installed E: Unable to correct problems, you have held broken packages.

    – Budi Mulyo
    Sep 9 at 8:07











  • What is the output of apt-cache policy python-minimal?

    – Kulfy
    Sep 9 at 8:09











  • python-minimal: Installed: (none) Candidate: 2.7.15~rc1-1 Version table: 2.7.15~rc1-1 500 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages

    – Budi Mulyo
    Sep 9 at 8:13






  • 1





    Possible duplicate of How do I restore the default repositories?

    – N0rbert
    Sep 9 at 16:58













0













0









0








I wanna install Python 2.6 in Ubuntu 18.04, because when i install Chrome Remote Desktop, i got this error :



sudo dpkg -i chrome-remote-desktop_current_amd64.deb


The result is :



(Reading database ... 264805 files and directories currently installed.)
Preparing to unpack chrome-remote-desktop_current_amd64_.deb ...
Unpacking chrome-remote-desktop (77.0.3865.32) over (77.0.3865.32) ...
dpkg: dependency problems prevent configuration of chrome-remote-desktop:
chrome-remote-desktop depends on xvfb-randr | xvfb; however:
Package xvfb-randr is not installed.
Package xvfb is not installed.
chrome-remote-desktop depends on xbase-clients; however:
Package xbase-clients is not installed.
chrome-remote-desktop depends on python (>= 2.6); however:
Package python is not installed.
chrome-remote-desktop depends on python-psutil; however:
Package python-psutil is not installed.

dpkg: error processing package chrome-remote-desktop (--install):
dependency problems - leaving unconfigured
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for systemd (237-3ubuntu10.25) ...
Errors were encountered while processing:
chrome-remote-desktop


after suggestion by @Kulfy, sudo apt install -f, and i install again, the result is :



 chrome-remote-desktop : Depends: python (>= 2.6) but it is not going to be installed
Depends: python-psutil but it is not going to be installed
Recommends: xvfb-randr but it is not installable
E: Unable to correct problems, you have held broken packages.


But when i install python or python2 :



 python : PreDepends: python-minimal (= 2.7.15~rc1-1) but it is not going to be installed
Depends: python2.7 (>= 2.7.15~rc1-1~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


My python version :



Python 3.7.3


My Python Location :



python: /usr/bin/python3.6m /usr/bin/python3.6 /usr/lib/python3.6 /usr/lib/python3.7 /usr/lib/python2.7 /etc/python3.6 /etc/python2.7 /usr/local/lib/python3.6 /usr/include/python3.6m /usr/share/python /home/reigin/anaconda3/bin/python3.7m-config /home/reigin/anaconda3/bin/python /home/reigin/anaconda3/bin/python3.7 /home/reigin/anaconda3/bin/python3.7m /home/reigin/anaconda3/bin/python3.7-config


Thanks for help..










share|improve this question
















I wanna install Python 2.6 in Ubuntu 18.04, because when i install Chrome Remote Desktop, i got this error :



sudo dpkg -i chrome-remote-desktop_current_amd64.deb


The result is :



(Reading database ... 264805 files and directories currently installed.)
Preparing to unpack chrome-remote-desktop_current_amd64_.deb ...
Unpacking chrome-remote-desktop (77.0.3865.32) over (77.0.3865.32) ...
dpkg: dependency problems prevent configuration of chrome-remote-desktop:
chrome-remote-desktop depends on xvfb-randr | xvfb; however:
Package xvfb-randr is not installed.
Package xvfb is not installed.
chrome-remote-desktop depends on xbase-clients; however:
Package xbase-clients is not installed.
chrome-remote-desktop depends on python (>= 2.6); however:
Package python is not installed.
chrome-remote-desktop depends on python-psutil; however:
Package python-psutil is not installed.

dpkg: error processing package chrome-remote-desktop (--install):
dependency problems - leaving unconfigured
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for systemd (237-3ubuntu10.25) ...
Errors were encountered while processing:
chrome-remote-desktop


after suggestion by @Kulfy, sudo apt install -f, and i install again, the result is :



 chrome-remote-desktop : Depends: python (>= 2.6) but it is not going to be installed
Depends: python-psutil but it is not going to be installed
Recommends: xvfb-randr but it is not installable
E: Unable to correct problems, you have held broken packages.


But when i install python or python2 :



 python : PreDepends: python-minimal (= 2.7.15~rc1-1) but it is not going to be installed
Depends: python2.7 (>= 2.7.15~rc1-1~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


My python version :



Python 3.7.3


My Python Location :



python: /usr/bin/python3.6m /usr/bin/python3.6 /usr/lib/python3.6 /usr/lib/python3.7 /usr/lib/python2.7 /etc/python3.6 /etc/python2.7 /usr/local/lib/python3.6 /usr/include/python3.6m /usr/share/python /home/reigin/anaconda3/bin/python3.7m-config /home/reigin/anaconda3/bin/python /home/reigin/anaconda3/bin/python3.7 /home/reigin/anaconda3/bin/python3.7m /home/reigin/anaconda3/bin/python3.7-config


Thanks for help..







python






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 12 at 7:27







Budi Mulyo

















asked Sep 9 at 7:55









Budi MulyoBudi Mulyo

1037 bronze badges




1037 bronze badges










  • 2





    It depends on python>= 2.6. That mean 2.7 should also satisfy the dependency. You can install Python 2.7 by simply running sudo apt install python or you can install all left dependencies using sudo apt install -f

    – Kulfy
    Sep 9 at 7:59












  • The following packages have unmet dependencies: python : PreDepends: python-minimal (= 2.7.15~rc1-1) but it is not going to be installed Depends: python2.7 (>= 2.7.15~rc1-1~) but it is not going to be installed E: Unable to correct problems, you have held broken packages.

    – Budi Mulyo
    Sep 9 at 8:07











  • What is the output of apt-cache policy python-minimal?

    – Kulfy
    Sep 9 at 8:09











  • python-minimal: Installed: (none) Candidate: 2.7.15~rc1-1 Version table: 2.7.15~rc1-1 500 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages

    – Budi Mulyo
    Sep 9 at 8:13






  • 1





    Possible duplicate of How do I restore the default repositories?

    – N0rbert
    Sep 9 at 16:58












  • 2





    It depends on python>= 2.6. That mean 2.7 should also satisfy the dependency. You can install Python 2.7 by simply running sudo apt install python or you can install all left dependencies using sudo apt install -f

    – Kulfy
    Sep 9 at 7:59












  • The following packages have unmet dependencies: python : PreDepends: python-minimal (= 2.7.15~rc1-1) but it is not going to be installed Depends: python2.7 (>= 2.7.15~rc1-1~) but it is not going to be installed E: Unable to correct problems, you have held broken packages.

    – Budi Mulyo
    Sep 9 at 8:07











  • What is the output of apt-cache policy python-minimal?

    – Kulfy
    Sep 9 at 8:09











  • python-minimal: Installed: (none) Candidate: 2.7.15~rc1-1 Version table: 2.7.15~rc1-1 500 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages

    – Budi Mulyo
    Sep 9 at 8:13






  • 1





    Possible duplicate of How do I restore the default repositories?

    – N0rbert
    Sep 9 at 16:58







2




2





It depends on python>= 2.6. That mean 2.7 should also satisfy the dependency. You can install Python 2.7 by simply running sudo apt install python or you can install all left dependencies using sudo apt install -f

– Kulfy
Sep 9 at 7:59






It depends on python>= 2.6. That mean 2.7 should also satisfy the dependency. You can install Python 2.7 by simply running sudo apt install python or you can install all left dependencies using sudo apt install -f

– Kulfy
Sep 9 at 7:59














The following packages have unmet dependencies: python : PreDepends: python-minimal (= 2.7.15~rc1-1) but it is not going to be installed Depends: python2.7 (>= 2.7.15~rc1-1~) but it is not going to be installed E: Unable to correct problems, you have held broken packages.

– Budi Mulyo
Sep 9 at 8:07





The following packages have unmet dependencies: python : PreDepends: python-minimal (= 2.7.15~rc1-1) but it is not going to be installed Depends: python2.7 (>= 2.7.15~rc1-1~) but it is not going to be installed E: Unable to correct problems, you have held broken packages.

– Budi Mulyo
Sep 9 at 8:07













What is the output of apt-cache policy python-minimal?

– Kulfy
Sep 9 at 8:09





What is the output of apt-cache policy python-minimal?

– Kulfy
Sep 9 at 8:09













python-minimal: Installed: (none) Candidate: 2.7.15~rc1-1 Version table: 2.7.15~rc1-1 500 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages

– Budi Mulyo
Sep 9 at 8:13





python-minimal: Installed: (none) Candidate: 2.7.15~rc1-1 Version table: 2.7.15~rc1-1 500 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages

– Budi Mulyo
Sep 9 at 8:13




1




1





Possible duplicate of How do I restore the default repositories?

– N0rbert
Sep 9 at 16:58





Possible duplicate of How do I restore the default repositories?

– N0rbert
Sep 9 at 16:58










0






active

oldest

votes













Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);














draft saved

draft discarded
















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1171895%2fhow-i-can-install-python-2-6-in-ubuntu-18-04%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown


























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1171895%2fhow-i-can-install-python-2-6-in-ubuntu-18-04%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown









Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?