When I run
sudo apt-get install libcurl4-openssl-dev:i386
It removes libcurl4-openssl-dev
package and vice-versa.
How can I install both versions, for building both 32-bit and 64-bit version, of my program on one machine?
When I run
sudo apt-get install libcurl4-openssl-dev:i386
It removes libcurl4-openssl-dev
package and vice-versa.
How can I install both versions, for building both 32-bit and 64-bit version, of my program on one machine?