Question

I configured a server with Ubuntu 64-bit and 64-bit R.

After doing all the configuration, one of my libraries to that needed to be loaded into the application R is 32 bits. Now I need to install the 32-bit version of R so that my application to work.

How do I install the 32-bit R without interfirir configuration of all packages already installed and Ubuntu server version?

Was it helpful?

Solution

Try to write this command

sudo apt-get install ia32-libs

helper link

another link

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top