Tuesday, April 23, 2024
 Popular · Latest · Hot · Upcoming
51
rated 0 times [  51] [ 0]  / answers: 1 / hits: 39790  / 1 Year ago, sat, january 21, 2023, 11:59:04

I want to check if my software is 64 bit or 32 bit (not the OS). This software is an executable file, and when I check it, no information is given if it is 64-bit or 32-bit.



How do I check if my software is 64-bit or 32-bit?


More From » 64-bit

 Answers
1

You can use the file command to check out what format has that executable. For example:



file /usr/bin/gedit
/usr/bin/gedit: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=0x5a388215eb6f60b420fc3b6d68ec52d563071f84, stripped

[#26393] Monday, January 23, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
edgehogight

Total Points: 272
Total Questions: 113
Total Answers: 99

Location: Northern Mariana Islands
Member since Sun, Jul 19, 2020
4 Years ago
;