Quickbox fails to install in debian fresh install

So I did a minimal install of debian and cant isntall quickbox
my box : #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux

I did a check for dependencies and got these error message:

Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting ‘libxslt1-dev’ instead of 'libxslt-dev’
Package unrar is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libapache2-mod-fastcgi is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package rar is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package openjdk-8-jdk is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package ttf-mscorefonts-installer is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package ‘libapache2-mod-fastcgi’ has no installation candidate
E: Unable to locate package php-memcached
E: Package ‘rar’ has no installation candidate
E: Package ‘unrar’ has no installation candidate
E: Package ‘ttf-mscorefonts-installer’ has no installation candidate
E: Unable to locate package openjdk-8-jre-headless
E: Unable to locate package openjdk-8-jre
E: Package ‘openjdk-8-jdk’ has no installation candidate

how can I add these in a easy way?

apt update

yields:

Reading package lists… Done
Building dependency tree
Reading state information… Done
All packages are up to date.

service --status-all
[ + ] acpid
[ + ] atd
[ - ] bootlogs
[ - ] bootmisc.sh
[ - ] checkfs.sh
[ - ] checkroot-bootclean.sh
[ - ] checkroot.sh
[ + ] console-setup
[ + ] cron
[ + ] dbus
[ + ] exim4
[ + ] fail2ban
[ - ] hostname.sh
[ - ] hwclock.sh
[ + ] kbd
[ + ] keyboard-setup
[ - ] killprocs
[ + ] kmod
[ - ] motd
[ - ] mountall-bootclean.sh
[ - ] mountall.sh
[ - ] mountdevsubfs.sh
[ - ] mountkernfs.sh
[ - ] mountnfs-bootclean.sh
[ - ] mountnfs.sh
[ + ] networking
[ + ] nfs-common
[ + ] open-vm-tools
[ + ] procps
[ + ] quota
[ - ] quotarpc
[ + ] rc.local
[ - ] rmnologin
[ + ] rpcbind
[ - ] rsync
[ + ] rsyslog
[ - ] sendsigs
[ + ] shellinabox
[ + ] ssh
[ - ] sudo
[ + ] udev
[ + ] udev-finish
[ - ] umountfs
[ - ] umountnfs.sh
[ - ] umountroot
[ - ] unattended-upgrades
[ + ] urandom
[ + ] vsftpd

apt-get -f install

Reading package lists… Done
Building dependency tree
Reading state information… Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Somehow it managed to install now …