7 Dec
2012
7 Dec
'12
9:14 a.m.
Greetings,
How do I add /etc/apt/sources.list/*koha.list*
echo deb http://debian.koha-community.org/koha squeeze main | sudo tee /etc/apt/sources.list.d/koha.list You should read http://wiki.koha-community.org/wiki/Debian for further explanations.
Do I have to install koha before I attempt anything?
Attempt what? Adding the repository as shown above? No. In fact, adding the repository is one of the first steps to take. And when people are referring to the koha packages, they are generally referring to what is installed by: sudo apt-get install koha-common If you installed both koha and koha-common, that would be really messy and ugly. Installing koha-common is the recommended package to use. GPML, Mark Tompsett