Need libSDL-1.2.so.0
by ionmich from LinuxQuestions.org on (#56T4R)
When I run...
> ./imgtool getall coco_jvc_rsdos os9.dsk
./imgtool: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No such file or directory
I know from past experience I need to install the following...
> sudo apt install libSDL-1.2-0-32bit
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libSDL-1.2-0-32bit
E: Couldn't find any package by glob 'libSDL-1.2-0-32bit'
E: Couldn't find any package by regex 'libSDL-1.2-0-32bit'
Any suggestions will be appreciated.


> ./imgtool getall coco_jvc_rsdos os9.dsk
./imgtool: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No such file or directory
I know from past experience I need to install the following...
> sudo apt install libSDL-1.2-0-32bit
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libSDL-1.2-0-32bit
E: Couldn't find any package by glob 'libSDL-1.2-0-32bit'
E: Couldn't find any package by regex 'libSDL-1.2-0-32bit'
Any suggestions will be appreciated.