Rebol 2 stopped working on Ubuntu after upgrading to 15.10. I am getting error-
./rebol
./rebol: error while loading shared libraries: libXaw.so.7: cannot open shared object file: No such file or directory
Tried to install libXaw-
sudo apt-get install libXaw:i686
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libXaw
Fresh install from deb package by Massimiliano gives unresolved dependency error.
Any suggestions to get it working?