Ubuntu 18.04 stuck in login loop due to unmet dependencies

Clash 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.
dependencies 18.04
 |Â
show 5 more comments
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.
dependencies 18.04
you needsudo apt-get -f install(you didn't have sudo), plus trysudo 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 usedsudo apt-get -f installas well. Plus,sudo apt-get dist-upgradeis also giving same error
â RD017
May 4 at 10:23
I would look in yoursources.listfile (maybegrep bionic /etc/apt/sources.list) and expect to see something missing. eg. my own showsdeb 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 -ais 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
 |Â
show 5 more comments
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.
dependencies 18.04
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.
dependencies 18.04
asked May 4 at 9:43
RD017
3961317
3961317
you needsudo apt-get -f install(you didn't have sudo), plus trysudo 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 usedsudo apt-get -f installas well. Plus,sudo apt-get dist-upgradeis also giving same error
â RD017
May 4 at 10:23
I would look in yoursources.listfile (maybegrep bionic /etc/apt/sources.list) and expect to see something missing. eg. my own showsdeb 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 -ais 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
 |Â
show 5 more comments
you needsudo apt-get -f install(you didn't have sudo), plus trysudo 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 usedsudo apt-get -f installas well. Plus,sudo apt-get dist-upgradeis also giving same error
â RD017
May 4 at 10:23
I would look in yoursources.listfile (maybegrep bionic /etc/apt/sources.list) and expect to see something missing. eg. my own showsdeb 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 -ais 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
 |Â
show 5 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
you need
sudo apt-get -f install(you didn't have sudo), plus trysudo 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 installas well. Plus,sudo apt-get dist-upgradeis also giving same errorâ RD017
May 4 at 10:23
I would look in your
sources.listfile (maybegrep bionic /etc/apt/sources.list) and expect to see something missing. eg. my own showsdeb 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 -ais 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