Install Power ISO in Ubuntu

wolly

Member
Joined
Feb 14, 2023
Messages
41
Reaction score
3
Credits
303
Hi I want to install Power ISO in Ubuntu and I don't know how to start.Can someone help me?I need this to download an iso file game.
 


I changed the file properties of poweriso.sh
export LD_LIBRARY_PATH=1.
export QT_QPA_PLATFORM_PLUGIN_PATH=1.
./poweriso
unset LD_LIBRARY_PATH

I added

export QT_DEBUG_PLUGINS=1

and I get this error:


./poweriso: ./libc.so.6: version `GLIBC_2.38' not found (required by /lib/x86_64-linux-gnu/libGLX.so.0)
./poweriso: ./libc.so.6: version `GLIBC_2.34' not found (required by /lib/x86_64-linux-gnu/libGLX.so.0)
./poweriso: ./libc.so.6: version `GLIBC_2.38' not found (required by /lib/x86_64-linux-gnu/libGLdispatch.so.0)
./poweriso: ./libc.so.6: version `GLIBC_2.34' not found (required by /lib/x86_64-linux-gnu/libGLdispatch.so.0)
./poweriso: ./libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libX11.so.6)
./poweriso: ./libc.so.6: version `GLIBC_2.34' not found (required by /lib/x86_64-linux-gnu/libX11.so.6)
./poweriso: ./libc.so.6: version `GLIBC_2.38' not found (required by /lib/x86_64-linux-gnu/libX11.so.6)
./poweriso: ./libc.so.6: version `GLIBC_2.38' not found (required by /lib/x86_64-linux-gnu/libxcb.so.1)
./poweriso: ./libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libXau.so.6)
./poweriso: ./libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libbsd.so.0)
./poweriso: ./libc.so.6: version `GLIBC_2.38' not found (required by /lib/x86_64-linux-gnu/libbsd.so.0)
./poweriso: ./libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libmd.so.0)

Do i need to install something?
 


Top