Linux lite upgrade failing: Here's how you fix Linux Lite failing to get repositories during it's upgrade process: The repo information needs updating per the many posts on various threads. If you run the 2 commands in a terminal it will be fine. Code: [Select] sudo sed -i -e 's/deb http/deb [arch=amd64] http/' "/etc/apt/sources.list.d/google-chrome.list" sudo sed -i -e 's/deb http/deb [arch=amd64] http/' "/opt/google/chrome/cron/google-chrome" The 32bit Chrome issue was well publicised It appears however that Google changed the 64bit repo for some reason..?? I don't see this as a LL issue, but poor information from Google.