I've just noticed that our Ubuntu 12.04 LTS servers are giving warnings on apt-get update: W: Duplicate sources.list entry http://debian.koha-community.org/koha/ squeeze/main amd64 Packages (/var/lib/apt/lists/debian.koha-community.org_koha_dists_squeeze_main_binary-amd64_Packages) W: Duplicate sources.list entry http://debian.koha-community.org/koha/ squeeze/main i386 Packages (/var/lib/apt/lists/debian.koha-community.org_koha_dists_squeeze_main_binary-i386_Packages) Are there any Koha dependencies required that do *not* exist in amd64 format? I'm only cautious as I seem to remember having to clean out i386 packages (perhaps not even Koha) at some previous point. Thanks and best for 2014 all around. Paul P.S. I'm still struggling to find time to absorb the intricacies of git with a view to assisting with "long-term 3.8.x".
Paul A schreef op za 04-01-2014 om 16:56 [-0500]:
I've just noticed that our Ubuntu 12.04 LTS servers are giving warnings on apt-get update:
You only need one line: deb http://debian.koha-community.org/koha squeeze main You probably have duplicate entries (in fact, you do, across two files.) You don't need to specify i386 or amd64, a) your system works it out for you, and b) all packages are cross platform ones. The correct instructions for setting up sources entries are here: http://wiki.koha-community.org/wiki/Debian -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
participants (2)
-
Paul A -
Robin Sheat