diff --git a/src/freedombone-addremove b/src/freedombone-addremove
index 3dfc0e249bca9ea9d6b4ae0264cc317df908b014..6ed99fa380503d2cba7ba1961de40067ee7f8b8f 100755
--- a/src/freedombone-addremove
+++ b/src/freedombone-addremove
@@ -122,6 +122,8 @@ function remove_apps_interactive {
         255) return;;
     esac
 
+    clear
+
     # remove the apps
     read_configuration
     remove_apps
@@ -163,6 +165,8 @@ function install_apps_interactive {
         255) return;;
     esac
 
+    clear
+
     # install the apps
     read_configuration
     install_apps interactive