diff --git a/contrib/scripts/install_prereq b/contrib/scripts/install_prereq
index 80345ed4e29a008b465d7a3cb7e050d7c06a90b7..ca02b75dc5a77e1a622cecd60bafd4006433d368 100755
--- a/contrib/scripts/install_prereq
+++ b/contrib/scripts/install_prereq
@@ -71,7 +71,8 @@ check_installed_debs() {
 		tocheck="${tocheck} ^${pack}$"
 	done
 	aptitude -F '%c %p' search ${tocheck} 2>/dev/null \
- 	| awk '/^p/{print $2}'
+		| awk '/^p/{print $2}' \
+		| grep -v ':i386$'
 }
 
 # parsing the output of yum is close to impossible.