Page 1 of 1

Debian jessie 64-bit support for 32-bit programs

PostPosted: 2017 Mar 27, 16:16
by serveroffer
Debian Jessie 64-bit basic support for 32-bit programs can be added using these commands:
Code: Select all
dpkg --add-architecture i386
apt-get update
apt-get upgrade
apt-get install build-essential gcc-multilib rpm libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386


If 32-bit program still doesn't work, probably you need to install additional i386 (32-bit) libraries, but before that, you need to know which libraries program uses

Re: Debian jessie 64-bit support for 32-bit programs

PostPosted: 2018 Mar 12, 04:57
by thetopsale
Thank you :ugeek: i dont understand i only install free let's encrypt on Debian :(

Re: Debian jessie 64-bit support for 32-bit programs

PostPosted: 2018 Mar 22, 11:13
by serveroffer
You can use Acme.sh, a bash based application, it's one of the simplest ways to install Let's encrypt.

thetopsale wrote:Thank you :ugeek: i dont understand i only install free let's encrypt on Debian :(