apt-cache search libvala | grep '\-dev' | sort -n -r | grep -v valadoc | head -n1 | awk ' { print "sudo apt-get install " $1 }' | sh