If you still have a RevPi with the wheezy image and want to keep it, Kunbus also provides package sources for it!
Installation is done quickly:
Just update the “old” package sources and install the package for the new sources:
# Update old package sources pi@revpi ~ $ sudo apt-get update # Install package for new Kunbus package sources pi@revpidev ~ $ sudo apt-get install revpi-repo # WARNING is displayed and must be confirmed with y WARNING: The following packages cannot be authenticated! revpi-repo Install these packages without verification [y/N]? # And update the new content from the package sources pi@revpi ~ $ sudo apt-get updat
From now on the new package sources are active in the system and can be used – for example to install RevPiModIO and automatically get the latest version with sudo apt-get update
and sudo apt-get dist-upgrade
:
# Install RevPiModIO pi@RevPi ~/ $ sudo apt-get install python3-revpimodio # Install RevPiPyLoad pi@RevPi ~/ $ sudo apt-get install revpipyload