The following code used in the Makefile for MediaWiki OpenVZ Template doe not work anymore.
s
Any Workaround?
The manual means works:
Append the following to /etc/apt/sources.list
Then do the following:
Now we can install any backports package like:
Code:
dab install debian-backports-keyring
Any Workaround?
The manual means works:
Append the following to /etc/apt/sources.list
Code:
deb [URL]http://www.backports.org/debian[/URL] lenny-backports main contrib non-free
Then do the following:
Code:
wget -O - [URL]http://backports.org/debian/archive.key[/URL] | apt-key add -
apt-get update
Now we can install any backports package like:
Code:
apt-get -t lenny-backports install python-support
Last edited: