Hello, I am attempting to install Koha on Ubuntu 12.04 LTS as per the installation instructions on the wiki pages. On Friday this was working no problems. But today when installing it on a production machine it fails. alex@ubuntu:~$ echo deb http://debian.koha-community.org/koha squeeze main | sudo tee /etc/apt/sources.list.d/koha.list deb http://debian.koha-community.org/koha squeeze main alex@ubuntu:~$ sudo apt-get install koha-common Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package koha-common alex@ubuntu:~$ echo deb http://debian.koha-community.org/koha oldstable main | sudo tee /etc/apt/sources.list.d/koha.list deb http://debian.koha-community.org/koha oldstable main alex@ubuntu:~$ sudo apt-get install koha-common Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package koha-common The machine is a fresh install of 12.04 LTS 32-bit sudo apt-get upgrade was run before the attempt to install koha. Has the release of 3.10 broken something in installs? -- Alex Kowalenko mailto:alex.kowalenko@gmail.com