Installing Minecraft.deb. Tries to install but, gives a redirect loop












0














Does anyone know why the official Minecraft.deb package is doing this to me?




smb@smb-Lenovo-H430:~$ sudo gdebi '/home/smb/Downloads/Minecraft.deb' Reading package lists... Done

Building dependency tree Reading state information... Done

Reading state information... Done Requires the installation of the

following packages: gconf-service gconf-service-backend gconf2-common

libgconf-2-4 libpango-1.0-0 libpango1.0-0 libpangocairo-1.0-0

libpangoft2-1.0-0 libpangox-1.0-0 libpangoxft-1.0-0



Official Minecraft Launcher Do you want to install the software package? [Y/N]:y

Err
http://172.83.31.249:80/data/03944c8ab24d9d8d/ca.archive.ubuntu.com/ubuntu

bionic/universe amd64 gconf2-common all 3.2.6-4ubuntu1 Redirection

loop encountered

Fetched 0 B in 0s (0 B/s) > Error

during install: 'Failed to fetch
http://172.83.31.249:80/data/03944c8ab24d9d8d/ca.archive.ubuntu.com/ubuntu /pool/universe/g/gconf/gconf2-common_3.2.6-4ubuntu1_all.deb
Redirection loop encountered




Is the address down or something? Come to think of it, I seem to get this a lot when trying to install on Ubuntu. What am I doing wrong?



-SAM










share|improve this question






















  • Did you try sudo dpkg -i command?
    – George Udosen
    Dec 9 at 21:25
















0














Does anyone know why the official Minecraft.deb package is doing this to me?




smb@smb-Lenovo-H430:~$ sudo gdebi '/home/smb/Downloads/Minecraft.deb' Reading package lists... Done

Building dependency tree Reading state information... Done

Reading state information... Done Requires the installation of the

following packages: gconf-service gconf-service-backend gconf2-common

libgconf-2-4 libpango-1.0-0 libpango1.0-0 libpangocairo-1.0-0

libpangoft2-1.0-0 libpangox-1.0-0 libpangoxft-1.0-0



Official Minecraft Launcher Do you want to install the software package? [Y/N]:y

Err
http://172.83.31.249:80/data/03944c8ab24d9d8d/ca.archive.ubuntu.com/ubuntu

bionic/universe amd64 gconf2-common all 3.2.6-4ubuntu1 Redirection

loop encountered

Fetched 0 B in 0s (0 B/s) > Error

during install: 'Failed to fetch
http://172.83.31.249:80/data/03944c8ab24d9d8d/ca.archive.ubuntu.com/ubuntu /pool/universe/g/gconf/gconf2-common_3.2.6-4ubuntu1_all.deb
Redirection loop encountered




Is the address down or something? Come to think of it, I seem to get this a lot when trying to install on Ubuntu. What am I doing wrong?



-SAM










share|improve this question






















  • Did you try sudo dpkg -i command?
    – George Udosen
    Dec 9 at 21:25














0












0








0







Does anyone know why the official Minecraft.deb package is doing this to me?




smb@smb-Lenovo-H430:~$ sudo gdebi '/home/smb/Downloads/Minecraft.deb' Reading package lists... Done

Building dependency tree Reading state information... Done

Reading state information... Done Requires the installation of the

following packages: gconf-service gconf-service-backend gconf2-common

libgconf-2-4 libpango-1.0-0 libpango1.0-0 libpangocairo-1.0-0

libpangoft2-1.0-0 libpangox-1.0-0 libpangoxft-1.0-0



Official Minecraft Launcher Do you want to install the software package? [Y/N]:y

Err
http://172.83.31.249:80/data/03944c8ab24d9d8d/ca.archive.ubuntu.com/ubuntu

bionic/universe amd64 gconf2-common all 3.2.6-4ubuntu1 Redirection

loop encountered

Fetched 0 B in 0s (0 B/s) > Error

during install: 'Failed to fetch
http://172.83.31.249:80/data/03944c8ab24d9d8d/ca.archive.ubuntu.com/ubuntu /pool/universe/g/gconf/gconf2-common_3.2.6-4ubuntu1_all.deb
Redirection loop encountered




Is the address down or something? Come to think of it, I seem to get this a lot when trying to install on Ubuntu. What am I doing wrong?



-SAM










share|improve this question













Does anyone know why the official Minecraft.deb package is doing this to me?




smb@smb-Lenovo-H430:~$ sudo gdebi '/home/smb/Downloads/Minecraft.deb' Reading package lists... Done

Building dependency tree Reading state information... Done

Reading state information... Done Requires the installation of the

following packages: gconf-service gconf-service-backend gconf2-common

libgconf-2-4 libpango-1.0-0 libpango1.0-0 libpangocairo-1.0-0

libpangoft2-1.0-0 libpangox-1.0-0 libpangoxft-1.0-0



Official Minecraft Launcher Do you want to install the software package? [Y/N]:y

Err
http://172.83.31.249:80/data/03944c8ab24d9d8d/ca.archive.ubuntu.com/ubuntu

bionic/universe amd64 gconf2-common all 3.2.6-4ubuntu1 Redirection

loop encountered

Fetched 0 B in 0s (0 B/s) > Error

during install: 'Failed to fetch
http://172.83.31.249:80/data/03944c8ab24d9d8d/ca.archive.ubuntu.com/ubuntu /pool/universe/g/gconf/gconf2-common_3.2.6-4ubuntu1_all.deb
Redirection loop encountered




Is the address down or something? Come to think of it, I seem to get this a lot when trying to install on Ubuntu. What am I doing wrong?



-SAM







apt package-management deb minecraft






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 9 at 20:11









S. M. Blight

11




11












  • Did you try sudo dpkg -i command?
    – George Udosen
    Dec 9 at 21:25


















  • Did you try sudo dpkg -i command?
    – George Udosen
    Dec 9 at 21:25
















Did you try sudo dpkg -i command?
– George Udosen
Dec 9 at 21:25




Did you try sudo dpkg -i command?
– George Udosen
Dec 9 at 21:25










1 Answer
1






active

oldest

votes


















0














A redirection loop has nothing to do with Ubuntu. It means one of the following (previous related question):




  • The mirror you have chosen is misconfigured

  • Your ISP is hijacking traffic to that domain for it's own reasons


The solution is usually to select a different mirror and try again.



(Aside: You don't need gdebi to install a deb anymore. Apt will happily do it: sudo apt install ./file_name.deb)






share|improve this answer





















  • Thank you for the reply. If I'm using a .deb package that came from the official Minecraft.net website, how do I choose a different domain when trying to install it?
    – S. M. Blight
    Dec 12 at 3:20












  • I do not understand the comment: There are no 'domains' when installing anything in Ubuntu. If you are asking how to select a different mirror, then use the Search box at the top of every AskUbuntu page - it's been asked and answered many times..
    – user535733
    Dec 12 at 4:44










  • Okay sorry. And thanks.
    – S. M. Blight
    Dec 12 at 6:01











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%2f1099638%2finstalling-minecraft-deb-tries-to-install-but-gives-a-redirect-loop%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









0














A redirection loop has nothing to do with Ubuntu. It means one of the following (previous related question):




  • The mirror you have chosen is misconfigured

  • Your ISP is hijacking traffic to that domain for it's own reasons


The solution is usually to select a different mirror and try again.



(Aside: You don't need gdebi to install a deb anymore. Apt will happily do it: sudo apt install ./file_name.deb)






share|improve this answer





















  • Thank you for the reply. If I'm using a .deb package that came from the official Minecraft.net website, how do I choose a different domain when trying to install it?
    – S. M. Blight
    Dec 12 at 3:20












  • I do not understand the comment: There are no 'domains' when installing anything in Ubuntu. If you are asking how to select a different mirror, then use the Search box at the top of every AskUbuntu page - it's been asked and answered many times..
    – user535733
    Dec 12 at 4:44










  • Okay sorry. And thanks.
    – S. M. Blight
    Dec 12 at 6:01
















0














A redirection loop has nothing to do with Ubuntu. It means one of the following (previous related question):




  • The mirror you have chosen is misconfigured

  • Your ISP is hijacking traffic to that domain for it's own reasons


The solution is usually to select a different mirror and try again.



(Aside: You don't need gdebi to install a deb anymore. Apt will happily do it: sudo apt install ./file_name.deb)






share|improve this answer





















  • Thank you for the reply. If I'm using a .deb package that came from the official Minecraft.net website, how do I choose a different domain when trying to install it?
    – S. M. Blight
    Dec 12 at 3:20












  • I do not understand the comment: There are no 'domains' when installing anything in Ubuntu. If you are asking how to select a different mirror, then use the Search box at the top of every AskUbuntu page - it's been asked and answered many times..
    – user535733
    Dec 12 at 4:44










  • Okay sorry. And thanks.
    – S. M. Blight
    Dec 12 at 6:01














0












0








0






A redirection loop has nothing to do with Ubuntu. It means one of the following (previous related question):




  • The mirror you have chosen is misconfigured

  • Your ISP is hijacking traffic to that domain for it's own reasons


The solution is usually to select a different mirror and try again.



(Aside: You don't need gdebi to install a deb anymore. Apt will happily do it: sudo apt install ./file_name.deb)






share|improve this answer












A redirection loop has nothing to do with Ubuntu. It means one of the following (previous related question):




  • The mirror you have chosen is misconfigured

  • Your ISP is hijacking traffic to that domain for it's own reasons


The solution is usually to select a different mirror and try again.



(Aside: You don't need gdebi to install a deb anymore. Apt will happily do it: sudo apt install ./file_name.deb)







share|improve this answer












share|improve this answer



share|improve this answer










answered Dec 9 at 21:48









user535733

7,62722942




7,62722942












  • Thank you for the reply. If I'm using a .deb package that came from the official Minecraft.net website, how do I choose a different domain when trying to install it?
    – S. M. Blight
    Dec 12 at 3:20












  • I do not understand the comment: There are no 'domains' when installing anything in Ubuntu. If you are asking how to select a different mirror, then use the Search box at the top of every AskUbuntu page - it's been asked and answered many times..
    – user535733
    Dec 12 at 4:44










  • Okay sorry. And thanks.
    – S. M. Blight
    Dec 12 at 6:01


















  • Thank you for the reply. If I'm using a .deb package that came from the official Minecraft.net website, how do I choose a different domain when trying to install it?
    – S. M. Blight
    Dec 12 at 3:20












  • I do not understand the comment: There are no 'domains' when installing anything in Ubuntu. If you are asking how to select a different mirror, then use the Search box at the top of every AskUbuntu page - it's been asked and answered many times..
    – user535733
    Dec 12 at 4:44










  • Okay sorry. And thanks.
    – S. M. Blight
    Dec 12 at 6:01
















Thank you for the reply. If I'm using a .deb package that came from the official Minecraft.net website, how do I choose a different domain when trying to install it?
– S. M. Blight
Dec 12 at 3:20






Thank you for the reply. If I'm using a .deb package that came from the official Minecraft.net website, how do I choose a different domain when trying to install it?
– S. M. Blight
Dec 12 at 3:20














I do not understand the comment: There are no 'domains' when installing anything in Ubuntu. If you are asking how to select a different mirror, then use the Search box at the top of every AskUbuntu page - it's been asked and answered many times..
– user535733
Dec 12 at 4:44




I do not understand the comment: There are no 'domains' when installing anything in Ubuntu. If you are asking how to select a different mirror, then use the Search box at the top of every AskUbuntu page - it's been asked and answered many times..
– user535733
Dec 12 at 4:44












Okay sorry. And thanks.
– S. M. Blight
Dec 12 at 6:01




Okay sorry. And thanks.
– S. M. Blight
Dec 12 at 6:01


















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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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%2f1099638%2finstalling-minecraft-deb-tries-to-install-but-gives-a-redirect-loop%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

Quarter-circle Tiles

build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

Mont Emei