Sim, é, mas não use o Ubuntu para fazer isso. No pseudo código eu faria algo como:
if result_of("dpkg --get-selections libswt-webkit-gtk-3-jni") != "install" then ask user "Should the necessary libraries be installed?" "This requires administrator privileges" if yes gksudo apt-get install libswt-webkit-gtk-3-jni -y if no tell user "Necessary libraries are missing" exit end if end if