LXLE 12.04.4 sources list issue
  • vaikus84vaikus84
    PMPosts: 65
    Possible solutions? :

    http://ubuntuforums.org/showthread.php?t=2109324

    sudo apt-get update && sudo apt-get dist-upgrade -y
    sudo apt-get install python-software-properties=0.82.7

  • vaikus84vaikus84
    PMPosts: 65
    Success adding PPA's right after this downgrade!

    image
  • vaikus84vaikus84
    PMPosts: 65
    Going to try now:

    sudo apt-get update && sudo apt-get dist-upgrade -y

    and test if it will mess up anything!
  • vaikus84vaikus84
    PMPosts: 65
    It will do the following:
    -------------

    Fetched 295 kB in 9s (31.1 kB/s)                                              
    Reading package lists... Done
    Reading package lists... Done
    Building dependency tree      
    Reading state information... Done
    Calculating upgrade... Done
    The following packages will be upgraded:
      python-software-properties
    1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Need to get 23.5 kB of archives.
    After this operation, 12.3 kB of additional disk space will be used.
    Get:1 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-software-properties all 0.82.7.7 [23.5 kB]
    Fetched 23.5 kB in 0s (119 kB/s)               
    (Reading database ... 118706 files and directories currently installed.)
    Preparing to replace python-software-properties 0.82.7 (using .../python-software-properties_0.82.7.7_all.deb) ...
    Unpacking replacement python-software-properties ...
    Processing triggers for man-db ...
    Setting up python-software-properties (0.82.7.7) ...
  • Looks like you'll need to 'keep back' or 'pin' that 0.82.7 version of the 'python-software-properties' package...
    Thanked by 1Zaka
  • vaikus84vaikus84
    PMPosts: 65
    I already was suspicious and here it is.

    After doing dist-upgrade. The problem comes back!
    image

  • That's because the upgrade you did replaced the 0.82.7 version with the one that fails version 0.82.7.7...

    as I said you'll need to hold that 0.82.7 version as pinned/held back so it will not get changed.
  • vaikus84vaikus84
    PMPosts: 65
    Will try updating to python 2.7 to prove this issue begins after version 0.82.7 e.g. 0.82.7.7 will brake adding ppa's again.

    sudo apt-get update && sudo apt-get dist-upgrade -y
    sudo apt-get install python-software-properties=2.7

  • vaikus84vaikus84
    PMPosts: 65
    alar@GA-7VASMFS:~$ sudo apt-get install python-software-properties=2.7
    [sudo] password for alar:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    E: Version '2.7' for 'python-software-properties' was not found
  • I found using Synaptic Package Manager that 0.82.7.7 was the latest available to LXLE...