4
rated 0 times
[
4]
[
0]
/ answers: 1 / hits: 12412
/ 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
How do I check if installed VLC is 64 bit or 32 bit, if I installed using:
sudo apt-get install vlc
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