echo "Removing package ${1}"
sudo apt update > /dev/null 2>&1
sudo apt remove $1 -y > /dev/null 2>&1
