equal
deleted
inserted
replaced
17 ::::8<----- |
17 ::::8<----- |
18 // file: /etc/apt/sources.list.d/littlebird.list |
18 // file: /etc/apt/sources.list.d/littlebird.list |
19 deb http://apt.net.schlittermann.de/debian-ius squeeze main contrib non-free |
19 deb http://apt.net.schlittermann.de/debian-ius squeeze main contrib non-free |
20 deb http://repos.zend.com/zend-server/deb server non-free |
20 deb http://repos.zend.com/zend-server/deb server non-free |
21 ::::8<----- |
21 ::::8<----- |
|
22 |
|
23 You need to get the keys of the above repositories: |
|
24 |
|
25 wget http://repos.zend.com/zend.key -O- | apt-key add - |
|
26 wget https://ssl.schlittermann.de/apt.key -O- | apt-key add - |
22 |
27 |
23 Then update the package information: |
28 Then update the package information: |
24 |
29 |
25 # aptitude update |
30 # aptitude update |
26 |
31 |