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?

Était-ce utile?

La solution

Try to write this command

sudo apt-get install ia32-libs

helper link

another link

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top