I have ubuntu xenial 16.04 how to get new versions of packages?
772
For example the cmake in my repository appears as 3.5 but my professor's appears as 3.16 which I need to run doxygen. How can I get this new version in my old ubuntu?
Clean install 20.04 and restore your backup. This allows new decisions on eg installed applications and partitions etc.
Most recent packages now available
backup, backup, backup then CHECK backup works ! don't forget /etc as well as /home to keep your local settings for reference/restoration
sudo do-release-upgrade
(takes 16.04.x LTS > 18.04.x LTS)sudo do-release-upgrade
(takes 18.04.x LTS > 20.04.1 LTS)OR
Clean install 20.04 and restore your backup. This allows new decisions on eg installed applications and partitions etc. Most recent packages now available
I downloaded the binary and used it instead of the repository's. But it sure seems like I need to update my system to save some headaches.