perondi
perondi

Reputation: 165

How to install 32-bit R on Ubuntu 64-bit?

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?

Upvotes: 1

Views: 565

Answers (1)

Mohamed Yakout
Mohamed Yakout

Reputation: 3036

Try to write this command

sudo apt-get install ia32-libs

helper link

another link

Upvotes: 1

Related Questions