I used aptitude install to install a package, Ubuntu 11.10 oneiric, that apparently I couldn\'t install because of dependencies. I removed a couple of more libraries while d
Uninstall previous R installation:
sudo R --no-save pkgList <- installed.packages(priority='NA') remove.packages(pkgList) q() sudo apt-get remove --purge r-cran* r-base*
Follow instructions (for R part) from: How to install R, JGR and Deducer in Ubuntu