Here's the article posted without warranty of any kind. Don't attempt this without doing a full backup first from which you can do a bare metal restore:
https://dbaxps.blogspot.com/2020/04/...-2004-lts.html
Basically, you're editing your /etc/apt/sources.list replacing each instance of bionic with focal which is pretty much the Debian way of doing things. It worked for me but not without a few bumps in the road, several:
and several reboots. This is definitely not recommended for beginners.
https://dbaxps.blogspot.com/2020/04/...-2004-lts.html
Basically, you're editing your /etc/apt/sources.list replacing each instance of bionic with focal which is pretty much the Debian way of doing things. It worked for me but not without a few bumps in the road, several:
Code:
$sudo apt --fix-broken install
Comment