bash: file not found error occured even file is exists
solution:
32-bit executable file is not execute in linux 64-bit systems
so you have to install i386 32-bit architecture
try this :
1. open terminal ( ctrl + alt+ T)
2. sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386
sudo apt-get install libncurses5:i386
sudo apt-get install libstdc++6:i386
solution:
32-bit executable file is not execute in linux 64-bit systems
so you have to install i386 32-bit architecture
try this :
1. open terminal ( ctrl + alt+ T)
2. sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386
sudo apt-get install libncurses5:i386
sudo apt-get install libstdc++6:i386
No comments:
Post a Comment