Ubuntu "No such file or directory" When it does exist + Solution
Jul 11, 2011 · 1 minute readCategory: ubuntu
This is post is now quite old and the the information it contains may be out of date or innacurate.
If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub
The problem is most likely that you are trying to run a 32bit package on a 64bit system.
The solution is easy enough, you need to set up your system to run 32bit packages.
apt-get install libc6-i386 lib32gcc1 lib32z1 lib32stdc++6 ia32-libs