start xwin screensaver is awesome now! and seek package is very handy.
if debian_like; then
apt -qq list "$1" 2>/dev/null | grep -q '[installed]'
-ret=$?
-echo ret from seeking actual is $ret
-exit $ret
-
exit $?
fi
exit $?
fi
-# yum should never be available if rpm was not!
-#yum_available="$(whichable yum)"
-#if [ ! -z "$yum_available" ]; then
-# yum list | eval $SEEK_PIECE
-# exit $?
-#fi
-
echo "Could not deduce what type of OS this is; missing package listing commands."
exit 1
function check_installed()
{
bash $FEISTY_MEOW_SCRIPTS/system/seek_package.sh "$1" &>/dev/null
-out=$?
-echo out is $out on the seek
-return $out
-
return $?
}