-1

When upgrading from 20.10 to 22.04.3 LTS get message: Required Depends not installed the required dependency 'apt(>=2.1.10ubuntu0.3)'is not installed

PC:~$ sudo apt install apt 2.1.10ubuntu0.3
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package 2.1.10ubuntu0.3
E: Couldn't find any package by glob '2.1.10ubuntu0.3'
user535733
  • 62,253

1 Answers1

1

Another option would be to run the 'do-release-upgrade' script a couple times (20.10 -> 21.04 -> 21.10 -> 22.04). This would be pretty time consuming, backing up and installing the latest release might be the best option.

Is there a recommended way to upgrade from 20.10 to 22.04?