We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double-clicking on the bin/mvmf6 file yields:
$ file $(which mvmf6) /home/charlton/.local/bin/mvmf6: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=71091a90f225c1c069b3fd6a936ec7b301e651db, for GNU/Linux 3.2.0, not stripped
$ file $(which mvmf6)
$ file ~/Downloads/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64/bin/paraview /home/charlton/Downloads/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64/bin/paraview: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=b844b2a20d07dffa776c8f572fa823924e196369, not stripped
$ file ~/Downloads/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64/bin/paraview
$ file $(which mvmf6) /usr/bin/gedit: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e5c515893d1e8fea8d50218bf7ce0bb3f20ca144, for GNU/Linux 3.2.0, stripped
The text was updated successfully, but these errors were encountered:
This doesn't happen on ubuntu-22.04.01-desktop-amd64
does occur on ubuntu-20.04.05-desktop-amd64 and ubuntu-21.04-desktop-amd64
Sorry, something went wrong.
No branches or pull requests
Double-clicking on the bin/mvmf6 file yields:
$ file $(which mvmf6)
/home/charlton/.local/bin/mvmf6: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=71091a90f225c1c069b3fd6a936ec7b301e651db, for GNU/Linux 3.2.0, not stripped
$ file ~/Downloads/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64/bin/paraview
/home/charlton/Downloads/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64/bin/paraview: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=b844b2a20d07dffa776c8f572fa823924e196369, not stripped
$ file $(which mvmf6)
/usr/bin/gedit: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e5c515893d1e8fea8d50218bf7ce0bb3f20ca144, for GNU/Linux 3.2.0, stripped
The text was updated successfully, but these errors were encountered: