so for 2 days the packages ,,,
python3-distupgrade (1:18.04.25+p16.04+git20180906.1227)
and
ubuntu-release-upgrader-core (1:18.04.25+p16.04+git20180906.1227)
would not configure and apt-get was saying that their was a syntax error on line 744 of the /usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeViewKDE.py .
by comparing the one in the broken Neon-/dev/stable with the one in my Neon-LTS I find that the line (744) should read
not
changing it and rerunning
got them configured ,,,,
VINNY
python3-distupgrade (1:18.04.25+p16.04+git20180906.1227)
and
ubuntu-release-upgrader-core (1:18.04.25+p16.04+git20180906.1227)
would not configure and apt-get was saying that their was a syntax error on line 744 of the /usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeViewKDE.py .
by comparing the one in the broken Neon-/dev/stable with the one in my Neon-LTS I find that the line (744) should read
Code:
if not run_apport() or not apport_ran:
Code:
if not run_apport() || not apport_ran:
Code:
sudo apt-get update && sudo apt-get dist-upgrade
Code:
Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y Setting up python3-distupgrade (1:18.04.25+p16.04+git20180906.1227) ... Setting up ubuntu-release-upgrader-core (1:18.04.25+p16.04+git20180906.1227) ... vinny@vinny-Bonobo-Extreme:~$