diff options
Diffstat (limited to 'software')
-rw-r--r-- | software/debian.page | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/software/debian.page b/software/debian.page index 4e64ae4..a1e1d51 100644 --- a/software/debian.page +++ b/software/debian.page @@ -73,7 +73,17 @@ data.tar.gz: ar vx somepackage.deb tar xvf data.tar.gz -Debian Packaging -------------------- +Add a Launchpad PPA +---------------------- -sudo aptitude install gcc-4.4-arm-linux-gnueabi +First, deps: + + sudo apt-get install software-properties-common python-software-properties + +Then: + + sudo add-apt-repository ppa:some/ppa + +If it's an Ubuntu-only PPA, you'll need to edit the +`/etc/apt/sources.list.d/blah.list` and substitute the best Debian alternative. +Eg, for wheezy, 'trusty' is probably the closest. |