سؤال

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?

هل كانت مفيدة؟

المحلول

Try to write this command

sudo apt-get install ia32-libs

helper link

another link

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top