How can I install a R package on a offline Debian machine?

后端 未结 4 1858
逝去的感伤
逝去的感伤 2021-01-28 10:53

I have an Debian VM which is not connected to internet. Yet, I can still scp any file from my local machine which does have internet connection. To provide a little bit context,

4条回答
  •  死守一世寂寞
    2021-01-28 11:40

    sudo apt-get update

    sudo apt-get install r-cran-digest


    I can`t belive that it was so easy. I spent a long time searching and got only bad answers. This commands just solve everything. I used it on trisquel

提交回复
热议问题