I had yesterday problem to install a package called ckan, and then I had some buggs. In fact, it was solved because odf the following : The doc http://docs.ckan.org/en/ckan-1.7.1/install-from-package.html indicated to run the command : echo "deb http://apt.ckan.org/ckan-1.MAJOR_VERSION lucid universe" | sudo tee /etc/apt/sources.list.d/ckan.list
But the doc doesn't precise that it is dedicated to Ubuntu 10.4,. So for Ubuntu 12.4, the right doc is http://docs.ckan.org/en/ckan-1.7.1/install-from-source.html
So now, I have another issue : when I run the command to install the package solr-jetty, I am told 'You don't have enough free spacve in /var/cache/apt/archives/'
Here's the result of the df -H command :
Knowing I have installed Ubuntu with VirtualBox on my Mac, how can I fix that problem ?
Best


