[Solved - sort-of] Pre-install probelm for sw4stm32 ide
Hi,
I am trying to install the 64-bit sw4stm32 ide on Debian Bookworm. According to this website, (see https://www.openstm32.org/Downloading%2Bthe%2BSystem%2BWorkbench%2Bfor%2BSTM32%2Binstaller) I need to ensure that both libc6:i386 and lib32ncurses5 re installed, due to the compiler and other tools being 32-bits.
I tried to do this using “sudo apt-get install libc6:i386 lib32ncurses5”, as shown on the website. The system responded with :
~$ sudo apt-get install libc6:i386 lib32ncurses5
sudo password for stuart:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libc6:i386
E: Unable to locate package lib32ncurses5
Can someone please suggest how these packages can be installed ?
Stuart