Saturday, April 20, 2024
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 12473  / 2 Years ago, wed, march 9, 2022, 2:24:58

How do I check if installed VLC is 64 bit or 32 bit, if I installed using:



sudo apt-get install vlc

More From » architecture

 Answers
2

Using the file command from terminal:



file $(which vlc)


In my case the vlc version is 64-bit:



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

[#23144] Friday, March 11, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fieldcheon

Total Points: 24
Total Questions: 105
Total Answers: 109

Location: Western Sahara
Member since Tue, Feb 16, 2021
3 Years ago
fieldcheon questions
Fri, Apr 1, 22, 05:58, 2 Years ago
Wed, Feb 2, 22, 03:31, 2 Years ago
Sat, Aug 14, 21, 01:24, 3 Years ago
;