Skip to content
midenok edited this page May 12, 2014 · 5 revisions

Ubuntu upgrade

  1. Update /etc/lsb-release:

    apt-get install base-files software-properties-common python3-apt python-apt-common
    
    • base-files contains /etc/lsb-release itself;
    • python-apt-common contains templates to read lsb-release;
    • software-properties-common contains add-apt-repository binary;
    • python3-apt contains library to use templates by add-apt-repository.

    Alas, no one depends on each other's version properly...

Clone this wiki locally