On 05.04.2016 21:01, tcrass wrote: > Rolf, > > > It would actually be very helpful if you installed the packages from >> http://oss.leggewie.org/bdo798471/ and report back if they work for you. > > I downloaded the roger-router_1.8.9-2jessie1_i386.deb package from the > mentioned URL, but when running > > sudo dpkg -i roger-router_1.8.9-2jessie1_i386.deb > > I just get a bunch of unpleasent messages:
roger-router needs roger-router-cli and libroutermanager0 Try "cd tmp;for file in wget libroutermanager0_1.8.9-2jessie1_i386.deb roger-router-cli_1.8.9-2jessie1_i386.deb roger-router_1.8.9-2jessie1_i386.deb ; do wget http://oss.leggewie.org/bdo798471/$file;sudo dpkg -i $file;done" Then fix the other dependencies by installing them from the repositories.

