Changes between Version 7 and Version 8 of Installing/Linux/Ubuntu


Ignore:
Timestamp:
01/28/2013 02:03:37 PM (11 years ago)
Author:
madhartigan
Comment:

fix for add-apt-repository did not work for Ubuntu 12.10.

Legend:

Unmodified
Added
Removed
Modified
  • Installing/Linux/Ubuntu

    v7 v8  
    6666sudo apt-get install python-software-properties 
    6767}}} 
     68 
     69for Ubuntu 12.10, to install add-apt-repository: 
     70{{{ 
     71sudo apt-get install software-properties-common 
     72}}}