summaryrefslogtreecommitdiffstats
path: root/software
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@twinleaf.com>2014-11-05 23:19:33 -0800
committerbryan newbold <bnewbold@twinleaf.com>2014-11-05 23:24:29 -0800
commit157d5709841e44ed5a626e3d94466e391fa7dd6f (patch)
tree8baa456b955b9baef294f2f90e3b36662728f290 /software
parentffe0d2e024e8edc86da5047d718c3f59d99236ba (diff)
downloadknowledge-157d5709841e44ed5a626e3d94466e391fa7dd6f.tar.gz
knowledge-157d5709841e44ed5a626e3d94466e391fa7dd6f.zip
debian: PPAs with debian wheezy
Diffstat (limited to 'software')
-rw-r--r--software/debian.page16
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.