Announcement

Collapse
No announcement yet.

broken package Neon-/dev/stable

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    broken package Neon-/dev/stable

    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
    Code:
    if not run_apport() or not apport_ran:
    not

    Code:
    if not run_apport() || not apport_ran:
    changing it and rerunning

    Code:
    sudo apt-get update && sudo apt-get  dist-upgrade
    got them configured ,,,,

    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:~$
    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores
Working...
X