So confused about 32-bit vs 64-bit, please help64-Bit installation only gives my a 32-bit OSInstalling 32-bit libbz2.so.1 in 64-bit UbuntuI installed Lubuntu 32 bit on 64 bit system. How should I go about upgrading to 64 bit?Ubuntu 16.10 Desktop (32-bit) file pleasekernel reporting incorrect CPU count
Word for 'most late'
What fantasy book has twins (except one's blue) and a cloaked ice bear on the cover?
Rent a car for a day and leave it in another city in Italy
Is the tap water in France safe to drink?
My company wants to hide the fact that I'm leaving by announcing I'm on a sick leave
In the twin paradox does the returning twin also come back permanently length contracted flatter than the twin on Earth?
Did Terry Pratchett ever explain the inspiration behind the Luggage?
Is it allowed to let the engine of an aircraft idle without a pilot in the plane. (For both helicopters and aeroplanes)
How long does it take to sail to Evermeet from the Neverwinter harbor?
Why is Trump releasing (or not) his tax returns such a big deal?
Is it poor workplace etiquette to display signs of relative "wealth" at work when others are struggling financially?
When was the famous "sudo warning" introduced? Under what background? By whom?
Did I Traumatize My Puppy?
Where does the upgrade to macOS Catalina move root "/" directory files?
Sum of all digits in a string
Is there any research on the development of attacks against artificial intelligence systems?
I'm half of a hundred
Did it take 3 minutes to reload a musket when the second amendment to the US constitution was ratified?
Is it really better for the environment if I take the stairs as opposed to a lift?
First author doesn't want a co-author to read the whole paper
What is this "very, very powerful article" that Trump is referring to vis à vis the Kurds?
Why did my relationship with my wife go down by two hearts?
Who inspired the character Geordi La Forge?
If I did not sign promotion bonus document, my career would be over. Is this duress?
So confused about 32-bit vs 64-bit, please help
64-Bit installation only gives my a 32-bit OSInstalling 32-bit libbz2.so.1 in 64-bit UbuntuI installed Lubuntu 32 bit on 64 bit system. How should I go about upgrading to 64 bit?Ubuntu 16.10 Desktop (32-bit) file pleasekernel reporting incorrect CPU count
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I am running (Ubuntu 18.04.2 LTS) on a laptop with an Intel Corei7 processor:
$ lscpu
Architecture: i686
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 2
Core(s) per socket: 4
Socket(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 60
Model name: Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz
I am trying to run the following:
$ file electrum-ltc-3.3.5.1-x86_64.AppImage
electrum-ltc-3.3.5.1-x86_64.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 2.6.18, stripped
But I keep getting:
$ ./electrum-ltc-3.3.5.1-x86_64.AppImage
bash: ./electrum-ltc-3.3.5.1-x86_64.AppImage: cannot execute binary file: Exec format error
I am so confused about i686 vs x86_64, but from what I've read, my pea brain suspects that the "Architecture: i686" is clashing with "ELF 64-bit LSB executable, x86-64". Can someone please give me some guidance here. I just want to run the stupid electrum-ltc app. Thanks in advance.
18.04 64-bit 32-bit
add a comment
|
I am running (Ubuntu 18.04.2 LTS) on a laptop with an Intel Corei7 processor:
$ lscpu
Architecture: i686
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 2
Core(s) per socket: 4
Socket(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 60
Model name: Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz
I am trying to run the following:
$ file electrum-ltc-3.3.5.1-x86_64.AppImage
electrum-ltc-3.3.5.1-x86_64.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 2.6.18, stripped
But I keep getting:
$ ./electrum-ltc-3.3.5.1-x86_64.AppImage
bash: ./electrum-ltc-3.3.5.1-x86_64.AppImage: cannot execute binary file: Exec format error
I am so confused about i686 vs x86_64, but from what I've read, my pea brain suspects that the "Architecture: i686" is clashing with "ELF 64-bit LSB executable, x86-64". Can someone please give me some guidance here. I just want to run the stupid electrum-ltc app. Thanks in advance.
18.04 64-bit 32-bit
3
You have a 32-bit Ubuntu running. Please see unix.stackexchange.com/questions/77718/…
– FedonKadifeli
May 19 at 16:48
2
Thank you for such a quick response. I'll reinstall using the amd64 version.
– Tony
May 19 at 16:54
add a comment
|
I am running (Ubuntu 18.04.2 LTS) on a laptop with an Intel Corei7 processor:
$ lscpu
Architecture: i686
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 2
Core(s) per socket: 4
Socket(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 60
Model name: Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz
I am trying to run the following:
$ file electrum-ltc-3.3.5.1-x86_64.AppImage
electrum-ltc-3.3.5.1-x86_64.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 2.6.18, stripped
But I keep getting:
$ ./electrum-ltc-3.3.5.1-x86_64.AppImage
bash: ./electrum-ltc-3.3.5.1-x86_64.AppImage: cannot execute binary file: Exec format error
I am so confused about i686 vs x86_64, but from what I've read, my pea brain suspects that the "Architecture: i686" is clashing with "ELF 64-bit LSB executable, x86-64". Can someone please give me some guidance here. I just want to run the stupid electrum-ltc app. Thanks in advance.
18.04 64-bit 32-bit
I am running (Ubuntu 18.04.2 LTS) on a laptop with an Intel Corei7 processor:
$ lscpu
Architecture: i686
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 2
Core(s) per socket: 4
Socket(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 60
Model name: Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz
I am trying to run the following:
$ file electrum-ltc-3.3.5.1-x86_64.AppImage
electrum-ltc-3.3.5.1-x86_64.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 2.6.18, stripped
But I keep getting:
$ ./electrum-ltc-3.3.5.1-x86_64.AppImage
bash: ./electrum-ltc-3.3.5.1-x86_64.AppImage: cannot execute binary file: Exec format error
I am so confused about i686 vs x86_64, but from what I've read, my pea brain suspects that the "Architecture: i686" is clashing with "ELF 64-bit LSB executable, x86-64". Can someone please give me some guidance here. I just want to run the stupid electrum-ltc app. Thanks in advance.
18.04 64-bit 32-bit
18.04 64-bit 32-bit
asked May 19 at 16:44
TonyTony
1
1
3
You have a 32-bit Ubuntu running. Please see unix.stackexchange.com/questions/77718/…
– FedonKadifeli
May 19 at 16:48
2
Thank you for such a quick response. I'll reinstall using the amd64 version.
– Tony
May 19 at 16:54
add a comment
|
3
You have a 32-bit Ubuntu running. Please see unix.stackexchange.com/questions/77718/…
– FedonKadifeli
May 19 at 16:48
2
Thank you for such a quick response. I'll reinstall using the amd64 version.
– Tony
May 19 at 16:54
3
3
You have a 32-bit Ubuntu running. Please see unix.stackexchange.com/questions/77718/…
– FedonKadifeli
May 19 at 16:48
You have a 32-bit Ubuntu running. Please see unix.stackexchange.com/questions/77718/…
– FedonKadifeli
May 19 at 16:48
2
2
Thank you for such a quick response. I'll reinstall using the amd64 version.
– Tony
May 19 at 16:54
Thank you for such a quick response. I'll reinstall using the amd64 version.
– Tony
May 19 at 16:54
add a comment
|
1 Answer
1
active
oldest
votes
64 bit computers can run 32 bit executables, but 32 bit computers cannot run 64 bit executables. Even if your computer is 64 bit capable, if you're running a 32 bit operating system, you'll be unable to run 64 bit executables.
add a comment
|
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1144547%2fso-confused-about-32-bit-vs-64-bit-please-help%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
64 bit computers can run 32 bit executables, but 32 bit computers cannot run 64 bit executables. Even if your computer is 64 bit capable, if you're running a 32 bit operating system, you'll be unable to run 64 bit executables.
add a comment
|
64 bit computers can run 32 bit executables, but 32 bit computers cannot run 64 bit executables. Even if your computer is 64 bit capable, if you're running a 32 bit operating system, you'll be unable to run 64 bit executables.
add a comment
|
64 bit computers can run 32 bit executables, but 32 bit computers cannot run 64 bit executables. Even if your computer is 64 bit capable, if you're running a 32 bit operating system, you'll be unable to run 64 bit executables.
64 bit computers can run 32 bit executables, but 32 bit computers cannot run 64 bit executables. Even if your computer is 64 bit capable, if you're running a 32 bit operating system, you'll be unable to run 64 bit executables.
answered May 19 at 17:05
GerowenGerowen
1,2377 silver badges16 bronze badges
1,2377 silver badges16 bronze badges
add a comment
|
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1144547%2fso-confused-about-32-bit-vs-64-bit-please-help%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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
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
3
You have a 32-bit Ubuntu running. Please see unix.stackexchange.com/questions/77718/…
– FedonKadifeli
May 19 at 16:48
2
Thank you for such a quick response. I'll reinstall using the amd64 version.
– Tony
May 19 at 16:54