re- installing R linux ubuntu: unmet dependencies R

后端 未结 5 2268
悲&欢浪女
悲&欢浪女 2020-12-16 21:30

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

5条回答
  •  一整个雨季
    2020-12-16 21:38

    Try this

    If you have added a line from new ubuntu repository to /etc/apt/sources.list, erase the line. Then, run the commands

    sudo add-apt-repository ppa:marutter/rrutter 
    sudo apt-get update 
    sudo apt-get upgrade 
    

    It worked for me, the answer comes from here http://r.789695.n4.nabble.com/Upgrading-on-Ubuntu-from-2-11-1-to-2-15-1-td4636965.html

提交回复
热议问题