Impossible to install with apt-get - python missing





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







2

















I just updated my Xubuntu to 18.04, and I have no bluetooth anymore.
I tried to install blueman and here is the error :



nicolas@nicolas-UX530UX:~$ sudo apt-get install python3
[sudo] password for nicolas:
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3 is already the newest version (3.6.5-3ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
nicolas@nicolas-UX530UX:~$ sudo apt-get install blueman
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:
blueman : Depends: libpython3.6 (>= 3.6.0~b2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
nicolas@nicolas-UX530UX:~$


As far as I understand it's asking a python > 3.6.0 and as you can see, I have it at 3.6.5.



I tried this also, but no improvement :



sudo apt-get install --reinstall python3


Does anyone have an idea?



UPDATE:
I am unable to install anything related to python, so it is not a bluetooth related issue :



nicolas@nicolas-UX530UX:~$ sudo apt-get install krita
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:
krita : Depends: libpython3.6 (>= 3.6.4~rc1) but it is not going to be installed
Recommends: libpython3-dev but it is not going to be installed
Recommends: python3-pyqt5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


UPDATE 2 :
I tried to install manually python3.6, and it fails at dependency of libpython3.6-stdlib :



nicolas@nicolas-UX530UX:~$ sudo apt install libpython3.6
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:
libpython3.6 : Depends: libpython3.6-stdlib (= 3.6.5-3) but 3.6.6-1+xenial1 is to be installed
E: Unable to correct problems, you have held broken packages.
nicolas@nicolas-UX530UX:~$ sudo apt install libpython3.6-stdlib
Reading package lists... Done
Building dependency tree
Reading state information... Done
libpython3.6-stdlib is already the newest version (3.6.6-1+xenial1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.


UPDATE 3
Here is my list of ppa, but I don't know if I shoudl remove some of them and which one to remove?



nicolas@nicolas-UX530UX:~$ sudo ls /etc/apt/sources.list.d
deadsnakes-ubuntu-ppa-xenial.list nilarimogard-ubuntu-webupd8-xenial.list.save
deadsnakes-ubuntu-ppa-xenial.list.distUpgrade ondrej-ubuntu-php-xenial.list
dropbox.list ondrej-ubuntu-php-xenial.list.distUpgrade
dropbox.list.distUpgrade ondrej-ubuntu-php-xenial.list.save
dropbox.list.save skype-stable.list
google-chrome.list skype-stable.list.distUpgrade
google-chrome.list.distUpgrade skype-stable.list.save
google-chrome.list.save teamviewer.list
nilarimogard-ubuntu-webupd8-xenial.list teamviewer.list.distUpgrade
nilarimogard-ubuntu-webupd8-xenial.list.distUpgrade teamviewer.list.save









share|improve this question




















  • 1





    did you try to install manually libpython3.6? That's the problem, python is sometimes stubborn, so you need to do this manually with sudo apt install libpython3.6 command line

    – damadam
    Aug 16 '18 at 12:36








  • 1





    I just edited my question with UPDATE 2, sadly I tried it and it is not updating anything

    – Nicolas D
    Aug 16 '18 at 12:39






  • 2





    It looks like you have some left-over xenial (16.04) packages - possibly from a PPA that was not disabled before the update?

    – steeldriver
    Aug 16 '18 at 12:51











  • I updated with my list of PPA, and yes I see some ppa relative to Xenial such as deadsnakes , ondrej php, nilarimogard

    – Nicolas D
    Aug 16 '18 at 13:03






  • 1





    What is the output of apt-cache policy libpython3.6 libpython3.6-stdlib?

    – Florian Diesch
    Aug 16 '18 at 13:29


















2

















I just updated my Xubuntu to 18.04, and I have no bluetooth anymore.
I tried to install blueman and here is the error :



nicolas@nicolas-UX530UX:~$ sudo apt-get install python3
[sudo] password for nicolas:
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3 is already the newest version (3.6.5-3ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
nicolas@nicolas-UX530UX:~$ sudo apt-get install blueman
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:
blueman : Depends: libpython3.6 (>= 3.6.0~b2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
nicolas@nicolas-UX530UX:~$


As far as I understand it's asking a python > 3.6.0 and as you can see, I have it at 3.6.5.



I tried this also, but no improvement :



sudo apt-get install --reinstall python3


Does anyone have an idea?



UPDATE:
I am unable to install anything related to python, so it is not a bluetooth related issue :



nicolas@nicolas-UX530UX:~$ sudo apt-get install krita
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:
krita : Depends: libpython3.6 (>= 3.6.4~rc1) but it is not going to be installed
Recommends: libpython3-dev but it is not going to be installed
Recommends: python3-pyqt5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


UPDATE 2 :
I tried to install manually python3.6, and it fails at dependency of libpython3.6-stdlib :



nicolas@nicolas-UX530UX:~$ sudo apt install libpython3.6
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:
libpython3.6 : Depends: libpython3.6-stdlib (= 3.6.5-3) but 3.6.6-1+xenial1 is to be installed
E: Unable to correct problems, you have held broken packages.
nicolas@nicolas-UX530UX:~$ sudo apt install libpython3.6-stdlib
Reading package lists... Done
Building dependency tree
Reading state information... Done
libpython3.6-stdlib is already the newest version (3.6.6-1+xenial1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.


UPDATE 3
Here is my list of ppa, but I don't know if I shoudl remove some of them and which one to remove?



nicolas@nicolas-UX530UX:~$ sudo ls /etc/apt/sources.list.d
deadsnakes-ubuntu-ppa-xenial.list nilarimogard-ubuntu-webupd8-xenial.list.save
deadsnakes-ubuntu-ppa-xenial.list.distUpgrade ondrej-ubuntu-php-xenial.list
dropbox.list ondrej-ubuntu-php-xenial.list.distUpgrade
dropbox.list.distUpgrade ondrej-ubuntu-php-xenial.list.save
dropbox.list.save skype-stable.list
google-chrome.list skype-stable.list.distUpgrade
google-chrome.list.distUpgrade skype-stable.list.save
google-chrome.list.save teamviewer.list
nilarimogard-ubuntu-webupd8-xenial.list teamviewer.list.distUpgrade
nilarimogard-ubuntu-webupd8-xenial.list.distUpgrade teamviewer.list.save









share|improve this question




















  • 1





    did you try to install manually libpython3.6? That's the problem, python is sometimes stubborn, so you need to do this manually with sudo apt install libpython3.6 command line

    – damadam
    Aug 16 '18 at 12:36








  • 1





    I just edited my question with UPDATE 2, sadly I tried it and it is not updating anything

    – Nicolas D
    Aug 16 '18 at 12:39






  • 2





    It looks like you have some left-over xenial (16.04) packages - possibly from a PPA that was not disabled before the update?

    – steeldriver
    Aug 16 '18 at 12:51











  • I updated with my list of PPA, and yes I see some ppa relative to Xenial such as deadsnakes , ondrej php, nilarimogard

    – Nicolas D
    Aug 16 '18 at 13:03






  • 1





    What is the output of apt-cache policy libpython3.6 libpython3.6-stdlib?

    – Florian Diesch
    Aug 16 '18 at 13:29














2












2








2


2








I just updated my Xubuntu to 18.04, and I have no bluetooth anymore.
I tried to install blueman and here is the error :



nicolas@nicolas-UX530UX:~$ sudo apt-get install python3
[sudo] password for nicolas:
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3 is already the newest version (3.6.5-3ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
nicolas@nicolas-UX530UX:~$ sudo apt-get install blueman
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:
blueman : Depends: libpython3.6 (>= 3.6.0~b2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
nicolas@nicolas-UX530UX:~$


As far as I understand it's asking a python > 3.6.0 and as you can see, I have it at 3.6.5.



I tried this also, but no improvement :



sudo apt-get install --reinstall python3


Does anyone have an idea?



UPDATE:
I am unable to install anything related to python, so it is not a bluetooth related issue :



nicolas@nicolas-UX530UX:~$ sudo apt-get install krita
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:
krita : Depends: libpython3.6 (>= 3.6.4~rc1) but it is not going to be installed
Recommends: libpython3-dev but it is not going to be installed
Recommends: python3-pyqt5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


UPDATE 2 :
I tried to install manually python3.6, and it fails at dependency of libpython3.6-stdlib :



nicolas@nicolas-UX530UX:~$ sudo apt install libpython3.6
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:
libpython3.6 : Depends: libpython3.6-stdlib (= 3.6.5-3) but 3.6.6-1+xenial1 is to be installed
E: Unable to correct problems, you have held broken packages.
nicolas@nicolas-UX530UX:~$ sudo apt install libpython3.6-stdlib
Reading package lists... Done
Building dependency tree
Reading state information... Done
libpython3.6-stdlib is already the newest version (3.6.6-1+xenial1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.


UPDATE 3
Here is my list of ppa, but I don't know if I shoudl remove some of them and which one to remove?



nicolas@nicolas-UX530UX:~$ sudo ls /etc/apt/sources.list.d
deadsnakes-ubuntu-ppa-xenial.list nilarimogard-ubuntu-webupd8-xenial.list.save
deadsnakes-ubuntu-ppa-xenial.list.distUpgrade ondrej-ubuntu-php-xenial.list
dropbox.list ondrej-ubuntu-php-xenial.list.distUpgrade
dropbox.list.distUpgrade ondrej-ubuntu-php-xenial.list.save
dropbox.list.save skype-stable.list
google-chrome.list skype-stable.list.distUpgrade
google-chrome.list.distUpgrade skype-stable.list.save
google-chrome.list.save teamviewer.list
nilarimogard-ubuntu-webupd8-xenial.list teamviewer.list.distUpgrade
nilarimogard-ubuntu-webupd8-xenial.list.distUpgrade teamviewer.list.save









share|improve this question


















I just updated my Xubuntu to 18.04, and I have no bluetooth anymore.
I tried to install blueman and here is the error :



nicolas@nicolas-UX530UX:~$ sudo apt-get install python3
[sudo] password for nicolas:
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3 is already the newest version (3.6.5-3ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
nicolas@nicolas-UX530UX:~$ sudo apt-get install blueman
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:
blueman : Depends: libpython3.6 (>= 3.6.0~b2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
nicolas@nicolas-UX530UX:~$


As far as I understand it's asking a python > 3.6.0 and as you can see, I have it at 3.6.5.



I tried this also, but no improvement :



sudo apt-get install --reinstall python3


Does anyone have an idea?



UPDATE:
I am unable to install anything related to python, so it is not a bluetooth related issue :



nicolas@nicolas-UX530UX:~$ sudo apt-get install krita
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:
krita : Depends: libpython3.6 (>= 3.6.4~rc1) but it is not going to be installed
Recommends: libpython3-dev but it is not going to be installed
Recommends: python3-pyqt5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


UPDATE 2 :
I tried to install manually python3.6, and it fails at dependency of libpython3.6-stdlib :



nicolas@nicolas-UX530UX:~$ sudo apt install libpython3.6
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:
libpython3.6 : Depends: libpython3.6-stdlib (= 3.6.5-3) but 3.6.6-1+xenial1 is to be installed
E: Unable to correct problems, you have held broken packages.
nicolas@nicolas-UX530UX:~$ sudo apt install libpython3.6-stdlib
Reading package lists... Done
Building dependency tree
Reading state information... Done
libpython3.6-stdlib is already the newest version (3.6.6-1+xenial1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.


UPDATE 3
Here is my list of ppa, but I don't know if I shoudl remove some of them and which one to remove?



nicolas@nicolas-UX530UX:~$ sudo ls /etc/apt/sources.list.d
deadsnakes-ubuntu-ppa-xenial.list nilarimogard-ubuntu-webupd8-xenial.list.save
deadsnakes-ubuntu-ppa-xenial.list.distUpgrade ondrej-ubuntu-php-xenial.list
dropbox.list ondrej-ubuntu-php-xenial.list.distUpgrade
dropbox.list.distUpgrade ondrej-ubuntu-php-xenial.list.save
dropbox.list.save skype-stable.list
google-chrome.list skype-stable.list.distUpgrade
google-chrome.list.distUpgrade skype-stable.list.save
google-chrome.list.save teamviewer.list
nilarimogard-ubuntu-webupd8-xenial.list teamviewer.list.distUpgrade
nilarimogard-ubuntu-webupd8-xenial.list.distUpgrade teamviewer.list.save






18.04 xubuntu python bluetooth






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 26 '18 at 21:52









wjandrea

9,51342765




9,51342765










asked Aug 16 '18 at 12:30









Nicolas DNicolas D

165112




165112








  • 1





    did you try to install manually libpython3.6? That's the problem, python is sometimes stubborn, so you need to do this manually with sudo apt install libpython3.6 command line

    – damadam
    Aug 16 '18 at 12:36








  • 1





    I just edited my question with UPDATE 2, sadly I tried it and it is not updating anything

    – Nicolas D
    Aug 16 '18 at 12:39






  • 2





    It looks like you have some left-over xenial (16.04) packages - possibly from a PPA that was not disabled before the update?

    – steeldriver
    Aug 16 '18 at 12:51











  • I updated with my list of PPA, and yes I see some ppa relative to Xenial such as deadsnakes , ondrej php, nilarimogard

    – Nicolas D
    Aug 16 '18 at 13:03






  • 1





    What is the output of apt-cache policy libpython3.6 libpython3.6-stdlib?

    – Florian Diesch
    Aug 16 '18 at 13:29














  • 1





    did you try to install manually libpython3.6? That's the problem, python is sometimes stubborn, so you need to do this manually with sudo apt install libpython3.6 command line

    – damadam
    Aug 16 '18 at 12:36








  • 1





    I just edited my question with UPDATE 2, sadly I tried it and it is not updating anything

    – Nicolas D
    Aug 16 '18 at 12:39






  • 2





    It looks like you have some left-over xenial (16.04) packages - possibly from a PPA that was not disabled before the update?

    – steeldriver
    Aug 16 '18 at 12:51











  • I updated with my list of PPA, and yes I see some ppa relative to Xenial such as deadsnakes , ondrej php, nilarimogard

    – Nicolas D
    Aug 16 '18 at 13:03






  • 1





    What is the output of apt-cache policy libpython3.6 libpython3.6-stdlib?

    – Florian Diesch
    Aug 16 '18 at 13:29








1




1





did you try to install manually libpython3.6? That's the problem, python is sometimes stubborn, so you need to do this manually with sudo apt install libpython3.6 command line

– damadam
Aug 16 '18 at 12:36







did you try to install manually libpython3.6? That's the problem, python is sometimes stubborn, so you need to do this manually with sudo apt install libpython3.6 command line

– damadam
Aug 16 '18 at 12:36






1




1





I just edited my question with UPDATE 2, sadly I tried it and it is not updating anything

– Nicolas D
Aug 16 '18 at 12:39





I just edited my question with UPDATE 2, sadly I tried it and it is not updating anything

– Nicolas D
Aug 16 '18 at 12:39




2




2





It looks like you have some left-over xenial (16.04) packages - possibly from a PPA that was not disabled before the update?

– steeldriver
Aug 16 '18 at 12:51





It looks like you have some left-over xenial (16.04) packages - possibly from a PPA that was not disabled before the update?

– steeldriver
Aug 16 '18 at 12:51













I updated with my list of PPA, and yes I see some ppa relative to Xenial such as deadsnakes , ondrej php, nilarimogard

– Nicolas D
Aug 16 '18 at 13:03





I updated with my list of PPA, and yes I see some ppa relative to Xenial such as deadsnakes , ondrej php, nilarimogard

– Nicolas D
Aug 16 '18 at 13:03




1




1





What is the output of apt-cache policy libpython3.6 libpython3.6-stdlib?

– Florian Diesch
Aug 16 '18 at 13:29





What is the output of apt-cache policy libpython3.6 libpython3.6-stdlib?

– Florian Diesch
Aug 16 '18 at 13:29










1 Answer
1






active

oldest

votes


















2














Updated

for The following packages have unmet dependencies:



blueman : Depends: libpython3.6 (>= 3.6.0~b2) but it is not going to be installed


you just need installed python3.6 instead python3

try following this commands :



sudo apt-get purge python3.6
sudo apt-get autoremove && sudo apt-get autoclean
sudo apt-get install python3.6*


or you have other version with 3.5 / 3.7, you can run sudo apt-get install libpython3.6=3.6.0~b2



and then reinstall your blueman, with sudo apt-get install --reinstall blueman






share|improve this answer


























  • This solved a similar problem I had when trying to install python3-dev.

    – LaundroMat
    Aug 19 '18 at 7:38













  • sadly i am not able to test it anymore, I made a complete reinstall of my system, but thanks for reply

    – Nicolas D
    Aug 20 '18 at 8:12











  • I had to sudo apt purge libpython3* too

    – Ice-Blaze
    Sep 24 '18 at 7:35








  • 3





    To be honest and blunt, sudo apt-get purge python3* is a very bad advice since it even uninstalls other packages needed for the system not only python itself.

    – Videonauth
    Oct 4 '18 at 9:41













  • @Videonauth cause the OP just install python3 first time, so i advice reinstall it completely, if he get the latest of python package with other version, so i advice for run sudo apt-get install libpython3.6=3.6.0~b2

    – abu-ahmed al-khatiri
    Oct 4 '18 at 10:03












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/3.0/"u003ecc by-sa 3.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%2f1065888%2fimpossible-to-install-with-apt-get-python-missing%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














Updated

for The following packages have unmet dependencies:



blueman : Depends: libpython3.6 (>= 3.6.0~b2) but it is not going to be installed


you just need installed python3.6 instead python3

try following this commands :



sudo apt-get purge python3.6
sudo apt-get autoremove && sudo apt-get autoclean
sudo apt-get install python3.6*


or you have other version with 3.5 / 3.7, you can run sudo apt-get install libpython3.6=3.6.0~b2



and then reinstall your blueman, with sudo apt-get install --reinstall blueman






share|improve this answer


























  • This solved a similar problem I had when trying to install python3-dev.

    – LaundroMat
    Aug 19 '18 at 7:38













  • sadly i am not able to test it anymore, I made a complete reinstall of my system, but thanks for reply

    – Nicolas D
    Aug 20 '18 at 8:12











  • I had to sudo apt purge libpython3* too

    – Ice-Blaze
    Sep 24 '18 at 7:35








  • 3





    To be honest and blunt, sudo apt-get purge python3* is a very bad advice since it even uninstalls other packages needed for the system not only python itself.

    – Videonauth
    Oct 4 '18 at 9:41













  • @Videonauth cause the OP just install python3 first time, so i advice reinstall it completely, if he get the latest of python package with other version, so i advice for run sudo apt-get install libpython3.6=3.6.0~b2

    – abu-ahmed al-khatiri
    Oct 4 '18 at 10:03
















2














Updated

for The following packages have unmet dependencies:



blueman : Depends: libpython3.6 (>= 3.6.0~b2) but it is not going to be installed


you just need installed python3.6 instead python3

try following this commands :



sudo apt-get purge python3.6
sudo apt-get autoremove && sudo apt-get autoclean
sudo apt-get install python3.6*


or you have other version with 3.5 / 3.7, you can run sudo apt-get install libpython3.6=3.6.0~b2



and then reinstall your blueman, with sudo apt-get install --reinstall blueman






share|improve this answer


























  • This solved a similar problem I had when trying to install python3-dev.

    – LaundroMat
    Aug 19 '18 at 7:38













  • sadly i am not able to test it anymore, I made a complete reinstall of my system, but thanks for reply

    – Nicolas D
    Aug 20 '18 at 8:12











  • I had to sudo apt purge libpython3* too

    – Ice-Blaze
    Sep 24 '18 at 7:35








  • 3





    To be honest and blunt, sudo apt-get purge python3* is a very bad advice since it even uninstalls other packages needed for the system not only python itself.

    – Videonauth
    Oct 4 '18 at 9:41













  • @Videonauth cause the OP just install python3 first time, so i advice reinstall it completely, if he get the latest of python package with other version, so i advice for run sudo apt-get install libpython3.6=3.6.0~b2

    – abu-ahmed al-khatiri
    Oct 4 '18 at 10:03














2












2








2







Updated

for The following packages have unmet dependencies:



blueman : Depends: libpython3.6 (>= 3.6.0~b2) but it is not going to be installed


you just need installed python3.6 instead python3

try following this commands :



sudo apt-get purge python3.6
sudo apt-get autoremove && sudo apt-get autoclean
sudo apt-get install python3.6*


or you have other version with 3.5 / 3.7, you can run sudo apt-get install libpython3.6=3.6.0~b2



and then reinstall your blueman, with sudo apt-get install --reinstall blueman






share|improve this answer















Updated

for The following packages have unmet dependencies:



blueman : Depends: libpython3.6 (>= 3.6.0~b2) but it is not going to be installed


you just need installed python3.6 instead python3

try following this commands :



sudo apt-get purge python3.6
sudo apt-get autoremove && sudo apt-get autoclean
sudo apt-get install python3.6*


or you have other version with 3.5 / 3.7, you can run sudo apt-get install libpython3.6=3.6.0~b2



and then reinstall your blueman, with sudo apt-get install --reinstall blueman







share|improve this answer














share|improve this answer



share|improve this answer








edited Oct 4 '18 at 10:19

























answered Aug 18 '18 at 14:31









abu-ahmed al-khatiriabu-ahmed al-khatiri

1,041116




1,041116













  • This solved a similar problem I had when trying to install python3-dev.

    – LaundroMat
    Aug 19 '18 at 7:38













  • sadly i am not able to test it anymore, I made a complete reinstall of my system, but thanks for reply

    – Nicolas D
    Aug 20 '18 at 8:12











  • I had to sudo apt purge libpython3* too

    – Ice-Blaze
    Sep 24 '18 at 7:35








  • 3





    To be honest and blunt, sudo apt-get purge python3* is a very bad advice since it even uninstalls other packages needed for the system not only python itself.

    – Videonauth
    Oct 4 '18 at 9:41













  • @Videonauth cause the OP just install python3 first time, so i advice reinstall it completely, if he get the latest of python package with other version, so i advice for run sudo apt-get install libpython3.6=3.6.0~b2

    – abu-ahmed al-khatiri
    Oct 4 '18 at 10:03



















  • This solved a similar problem I had when trying to install python3-dev.

    – LaundroMat
    Aug 19 '18 at 7:38













  • sadly i am not able to test it anymore, I made a complete reinstall of my system, but thanks for reply

    – Nicolas D
    Aug 20 '18 at 8:12











  • I had to sudo apt purge libpython3* too

    – Ice-Blaze
    Sep 24 '18 at 7:35








  • 3





    To be honest and blunt, sudo apt-get purge python3* is a very bad advice since it even uninstalls other packages needed for the system not only python itself.

    – Videonauth
    Oct 4 '18 at 9:41













  • @Videonauth cause the OP just install python3 first time, so i advice reinstall it completely, if he get the latest of python package with other version, so i advice for run sudo apt-get install libpython3.6=3.6.0~b2

    – abu-ahmed al-khatiri
    Oct 4 '18 at 10:03

















This solved a similar problem I had when trying to install python3-dev.

– LaundroMat
Aug 19 '18 at 7:38







This solved a similar problem I had when trying to install python3-dev.

– LaundroMat
Aug 19 '18 at 7:38















sadly i am not able to test it anymore, I made a complete reinstall of my system, but thanks for reply

– Nicolas D
Aug 20 '18 at 8:12





sadly i am not able to test it anymore, I made a complete reinstall of my system, but thanks for reply

– Nicolas D
Aug 20 '18 at 8:12













I had to sudo apt purge libpython3* too

– Ice-Blaze
Sep 24 '18 at 7:35







I had to sudo apt purge libpython3* too

– Ice-Blaze
Sep 24 '18 at 7:35






3




3





To be honest and blunt, sudo apt-get purge python3* is a very bad advice since it even uninstalls other packages needed for the system not only python itself.

– Videonauth
Oct 4 '18 at 9:41







To be honest and blunt, sudo apt-get purge python3* is a very bad advice since it even uninstalls other packages needed for the system not only python itself.

– Videonauth
Oct 4 '18 at 9:41















@Videonauth cause the OP just install python3 first time, so i advice reinstall it completely, if he get the latest of python package with other version, so i advice for run sudo apt-get install libpython3.6=3.6.0~b2

– abu-ahmed al-khatiri
Oct 4 '18 at 10:03





@Videonauth cause the OP just install python3 first time, so i advice reinstall it completely, if he get the latest of python package with other version, so i advice for run sudo apt-get install libpython3.6=3.6.0~b2

– abu-ahmed al-khatiri
Oct 4 '18 at 10:03


















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%2f1065888%2fimpossible-to-install-with-apt-get-python-missing%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

Human spaceflight

Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

File:DeusFollowingSea.jpg