Ubuntu 18.04 stuck in login loop due to unmet dependencies

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I tried to upgrade from Ubuntu 16.04 to 18.04 using sudo do-release-upgrade -d
Everything was downloaded without any problem but ran into error while extracting and upgrading. I tried rebooting but now it is stuck in login loop.
I tried to correct dependencies but it didn't work.
enter image description here







share|improve this question




















  • you need sudo apt-get -f install (you didn't have sudo), plus try sudo apt-get dist-upgrade (it doesn't have the restrictions of upgrade). If you still get problems you need to check your sources.list file (packages.ubuntu.com/search?keywords=libc-bin & packages.ubuntu.com/search?keywords=libc6 as I agree with error messages)
    – guiverc
    May 4 at 10:09










  • I have used sudo apt-get -f install as well. Plus, sudo apt-get dist-upgrade is also giving same error
    – RD017
    May 4 at 10:23










  • I would look in your sources.list file (maybe grep bionic /etc/apt/sources.list) and expect to see something missing. eg. my own shows deb http://[redacted-mirror]/ bionic main multiverse universe restricted (you may not have all, but look for 'main' esp., likewise bionic-updates, bionic-security..)
    – guiverc
    May 4 at 10:26











  • I already have these. The problem is due to unmet dependencies which I am unable to get.
    – RD017
    May 4 at 10:39






  • 2




    lsb_release -a is showing that I have bionic installed, but login screen is of xenial. I think I messed up and ended between both. I will go with a fresh install now. Thanks for your efforts :)
    – RD017
    May 4 at 11:11














up vote
0
down vote

favorite












I tried to upgrade from Ubuntu 16.04 to 18.04 using sudo do-release-upgrade -d
Everything was downloaded without any problem but ran into error while extracting and upgrading. I tried rebooting but now it is stuck in login loop.
I tried to correct dependencies but it didn't work.
enter image description here







share|improve this question




















  • you need sudo apt-get -f install (you didn't have sudo), plus try sudo apt-get dist-upgrade (it doesn't have the restrictions of upgrade). If you still get problems you need to check your sources.list file (packages.ubuntu.com/search?keywords=libc-bin & packages.ubuntu.com/search?keywords=libc6 as I agree with error messages)
    – guiverc
    May 4 at 10:09










  • I have used sudo apt-get -f install as well. Plus, sudo apt-get dist-upgrade is also giving same error
    – RD017
    May 4 at 10:23










  • I would look in your sources.list file (maybe grep bionic /etc/apt/sources.list) and expect to see something missing. eg. my own shows deb http://[redacted-mirror]/ bionic main multiverse universe restricted (you may not have all, but look for 'main' esp., likewise bionic-updates, bionic-security..)
    – guiverc
    May 4 at 10:26











  • I already have these. The problem is due to unmet dependencies which I am unable to get.
    – RD017
    May 4 at 10:39






  • 2




    lsb_release -a is showing that I have bionic installed, but login screen is of xenial. I think I messed up and ended between both. I will go with a fresh install now. Thanks for your efforts :)
    – RD017
    May 4 at 11:11












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I tried to upgrade from Ubuntu 16.04 to 18.04 using sudo do-release-upgrade -d
Everything was downloaded without any problem but ran into error while extracting and upgrading. I tried rebooting but now it is stuck in login loop.
I tried to correct dependencies but it didn't work.
enter image description here







share|improve this question












I tried to upgrade from Ubuntu 16.04 to 18.04 using sudo do-release-upgrade -d
Everything was downloaded without any problem but ran into error while extracting and upgrading. I tried rebooting but now it is stuck in login loop.
I tried to correct dependencies but it didn't work.
enter image description here









share|improve this question











share|improve this question




share|improve this question










asked May 4 at 9:43









RD017

3961317




3961317











  • you need sudo apt-get -f install (you didn't have sudo), plus try sudo apt-get dist-upgrade (it doesn't have the restrictions of upgrade). If you still get problems you need to check your sources.list file (packages.ubuntu.com/search?keywords=libc-bin & packages.ubuntu.com/search?keywords=libc6 as I agree with error messages)
    – guiverc
    May 4 at 10:09










  • I have used sudo apt-get -f install as well. Plus, sudo apt-get dist-upgrade is also giving same error
    – RD017
    May 4 at 10:23










  • I would look in your sources.list file (maybe grep bionic /etc/apt/sources.list) and expect to see something missing. eg. my own shows deb http://[redacted-mirror]/ bionic main multiverse universe restricted (you may not have all, but look for 'main' esp., likewise bionic-updates, bionic-security..)
    – guiverc
    May 4 at 10:26











  • I already have these. The problem is due to unmet dependencies which I am unable to get.
    – RD017
    May 4 at 10:39






  • 2




    lsb_release -a is showing that I have bionic installed, but login screen is of xenial. I think I messed up and ended between both. I will go with a fresh install now. Thanks for your efforts :)
    – RD017
    May 4 at 11:11
















  • you need sudo apt-get -f install (you didn't have sudo), plus try sudo apt-get dist-upgrade (it doesn't have the restrictions of upgrade). If you still get problems you need to check your sources.list file (packages.ubuntu.com/search?keywords=libc-bin & packages.ubuntu.com/search?keywords=libc6 as I agree with error messages)
    – guiverc
    May 4 at 10:09










  • I have used sudo apt-get -f install as well. Plus, sudo apt-get dist-upgrade is also giving same error
    – RD017
    May 4 at 10:23










  • I would look in your sources.list file (maybe grep bionic /etc/apt/sources.list) and expect to see something missing. eg. my own shows deb http://[redacted-mirror]/ bionic main multiverse universe restricted (you may not have all, but look for 'main' esp., likewise bionic-updates, bionic-security..)
    – guiverc
    May 4 at 10:26











  • I already have these. The problem is due to unmet dependencies which I am unable to get.
    – RD017
    May 4 at 10:39






  • 2




    lsb_release -a is showing that I have bionic installed, but login screen is of xenial. I think I messed up and ended between both. I will go with a fresh install now. Thanks for your efforts :)
    – RD017
    May 4 at 11:11















you need sudo apt-get -f install (you didn't have sudo), plus try sudo apt-get dist-upgrade (it doesn't have the restrictions of upgrade). If you still get problems you need to check your sources.list file (packages.ubuntu.com/search?keywords=libc-bin & packages.ubuntu.com/search?keywords=libc6 as I agree with error messages)
– guiverc
May 4 at 10:09




you need sudo apt-get -f install (you didn't have sudo), plus try sudo apt-get dist-upgrade (it doesn't have the restrictions of upgrade). If you still get problems you need to check your sources.list file (packages.ubuntu.com/search?keywords=libc-bin & packages.ubuntu.com/search?keywords=libc6 as I agree with error messages)
– guiverc
May 4 at 10:09












I have used sudo apt-get -f install as well. Plus, sudo apt-get dist-upgrade is also giving same error
– RD017
May 4 at 10:23




I have used sudo apt-get -f install as well. Plus, sudo apt-get dist-upgrade is also giving same error
– RD017
May 4 at 10:23












I would look in your sources.list file (maybe grep bionic /etc/apt/sources.list) and expect to see something missing. eg. my own shows deb http://[redacted-mirror]/ bionic main multiverse universe restricted (you may not have all, but look for 'main' esp., likewise bionic-updates, bionic-security..)
– guiverc
May 4 at 10:26





I would look in your sources.list file (maybe grep bionic /etc/apt/sources.list) and expect to see something missing. eg. my own shows deb http://[redacted-mirror]/ bionic main multiverse universe restricted (you may not have all, but look for 'main' esp., likewise bionic-updates, bionic-security..)
– guiverc
May 4 at 10:26













I already have these. The problem is due to unmet dependencies which I am unable to get.
– RD017
May 4 at 10:39




I already have these. The problem is due to unmet dependencies which I am unable to get.
– RD017
May 4 at 10:39




2




2




lsb_release -a is showing that I have bionic installed, but login screen is of xenial. I think I messed up and ended between both. I will go with a fresh install now. Thanks for your efforts :)
– RD017
May 4 at 11:11




lsb_release -a is showing that I have bionic installed, but login screen is of xenial. I think I messed up and ended between both. I will go with a fresh install now. Thanks for your efforts :)
– RD017
May 4 at 11:11















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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
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%2f1031906%2fubuntu-18-04-stuck-in-login-loop-due-to-unmet-dependencies%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1031906%2fubuntu-18-04-stuck-in-login-loop-due-to-unmet-dependencies%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

Running the scala interactive shell from the command line

Unable to execute new pre-installation script (/var/lib/dpkg/tmp.ci/preinst)

What makes Checkinstall packages not suitable for distribution?