From an older blog, I found some instructions:
Firstly, install the libjpeg62 library:
sudo apt-get install libjpeg62
(Edit: as I’m running 64-bit Ubuntu 14.04, I had to install the libjpeg62:i386 package instead ...)
Next, add the following into the ‘Other Sources’ in the Software Centre:
deb http://activsoftware.co.uk/linux/repos/ubuntu trusty oss non-oss
Now add the Promethean key:
wget http://www.activsoftware.co.uk/linux/repos/Promethean.asc && sudo apt-key add Promethean.asc
I found that I had to install ia32-libs, as ActivInspire requires it (even though it is a deprecated library ... sigh). I followed these instructions:
wget http://www.activsoftware.co.uk/linux/repos/Promethean.asc && sudo apt-key add Promethean.asc
I found that I had to install ia32-libs, as ActivInspire requires it (even though it is a deprecated library ... sigh). I followed these instructions:
sudo dpkg --add-architecture i386
cd /etc/apt/sources.list.d
sudo echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" > ia32-libs-raring.list
sudo apt-get update
sudo apt-get install ia32-libs
sudo rm ia32-libs-raring.list
... and now I can finally install ActivInpire!
... and now I can finally install ActivInpire!
Easy ...
Is it possible to install the activdriver on a raspberry pi running raspbian? Ubuntu Mate? If so, any help you could provide would be greatly appreciated.
ReplyDelete