top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How we can run 32 bit application on 64 bit Ubuntu 14.04 LTS version?

+3 votes
377 views
How we can run 32 bit application on 64 bit Ubuntu 14.04 LTS version?
posted Jan 30, 2017 by Amit Kumar Pandey

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Yesterday I face the same issue and installed the following necessary packages.

sudo apt-get update
sudo apt-get install wine
sudo apt-get install libc6:i386 libncurse libstdc++:i386
dpkg --add-architecture i386

After installation of above commands. I ran 32 bit binary successfully.

answer Jan 31, 2017 by Vimal Kumar Mishra
Similar Questions
+1 vote

Ubuntu 13.04 64 bit was not shown at boot time when installed with Window 7 64 bit but Ubuntu 13.04 32 bit has no problem. Is there any memory problem ?

+2 votes

I am trying to install Gvim via the Ubuntu software center, but I get
a fail message (below).

"Package dependencies cannot be resolved, This error could be caused by required additional software packages being missing or not-installable. Alternatively, there could be a conflict between software packages that are not allowed to be installed at the same time."

Any suggestions

+2 votes
in mycase of tomcat error on ubuntu 14.04 too many files open, 
even though limit is 8096, proc limit says 4096. why ? any body?          
ranjan@ubuntu:~$ cat /proc/22897/limits          
Limit                     Soft Limit           Hard Limit           Units     
Max cpu time              unlimited            unlimited            seconds     
Max file size             unlimited            unlimited            bytes     
Max data size             unlimited            unlimited            bytes     
Max stack size            8388608              unlimited            bytes     
Max core file size        0                    unlimited            bytes     
Max resident set          unlimited            unlimited            bytes     
Max processes             56045                56045                processes     
Max open files            4096                 4096                 files     
Max locked memory         65536                65536                bytes     
Max address space         unlimited            unlimited            bytes     
Max file locks            unlimited            unlimited            locks     
Max pending signals       56045                56045                signals     
Max msgqueue size         819200               819200               bytes     
Max nice priority         0                    0     
Max realtime priority     0                    0    
Max realtime timeout      unlimited            unlimited            us     
ranjan@ubuntu:~$ sysctl -a |grep file     
sysctl: permission denied on key 'fs.protected_hardlinks'     
sysctl: permission denied on key 'fs.protected_symlinks'     
fs.file-max = 1426057     fs.file-nr = 8096       0       1426057     
sysctl: permission denied on key 'kernel.cad_pid'     
fs.xfs.filestream_centisecs = 3000     
+1 vote

I use Unity and have a bluetooth button in my status bar. When I switch off bluetooth with this
button, my hardware LED still tells bluetooth is on!

Do you have any idea how I can get this bluetooth software switch working?

...