Set locale locale # check for UTF-8 sudo apt update && sudo apt install locales sudo locale-gen en_US en_US.UTF-8 sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 export LANG=en_US.UTF-8 locale # verify settings Setup Sources sudo apt install software-properties-common sudo add-apt-repository universe# sudo apt update && sudo apt install curl -y sudo curl -sSL https://raw.githubusercontent..