Thanx, that did it and I got emacs25 and various other packages installed! Anyone have any thoughts on the second aprt of my post (i.e.compiling IQNotes)
The instructions on the github site imply that it should be quite straightforward. Have you tried? You probably will need to
sudo apt install qt4-qmake git
then clone the repository
git clone https://github.com/kybu/iqnotes.git
and then follow the instructions in the iqnotes/iqnotes sub-directory.
Thank you very much for all the help, further along than before... However, errors out, perhaps some issue with the code (?)
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']WARNING: /home/gemini/iqnotes/iqnotes/iqnotes.pro:21 Variable INTERFACES is deprecated; use FORMS instead.
/usr/lib/aarch64-linux-gnu/qt4/bin/uic desktop/ui/aboutBase.ui -o ui_aboutBase.h
make: /usr/lib/aarch-linux-gnu/bin/uic: Command not found
Makefile: 342: recipe for target 'u_aboutBase.h' failed
make: *** [ui_aboutBase.h] Error 127[/div]