我正在尝试安装 curl 库。它是RCurlR 中包的依赖项。所以我必须安装它才能使 R 正常工作。我试过:
$ sudo apt-get install libcurl4-opensll-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libcurl4-opensll-dev
Run Code Online (Sandbox Code Playgroud)
我在下面的三个链接中发现了类似的问题。但他们没有帮助解决我的困境。
我需要以下内容Rcurl才能工作:sudo apt-get install libcurl4-opensll-dev.
这是我第一天使用 Ubuntu 12.04。我使用 Ubuntu,因为它是唯一能够托管我使用统计软件包 R 创建的应用程序的操作系统。我正在尝试遵循以下站点给出的(到目前为止非常有用)命令:
http://withr.me/blog/2013/07/23/configure-shiny-server-under-ubuntu/
一切都运行良好,直到第 6 步 -“安装 Upstart 脚本”。
sudo wget\
https://raw.github.com/rstudio/shiny-server/master/config/upstart/shiny-server.conf\
-O /etc/init/shiny-server.conf
Run Code Online (Sandbox Code Playgroud)
command not found
任何关于为什么会出现此错误消息的帮助将不胜感激。对于新手问题感到抱歉。说真的,只使用了几个小时的Linux。