How to upgrade from PureOS 9 to 10

Brandon, same thing happened to me last week. try the following .
sudo apt-get clean
sudo apt-get -u dist-upgrade

this runs for awhile and requires a response or two.

then check version of your new OS.
cat /etc/os-release
and/or
lsb_release -a

Cheers

2 Likes