我需要在没有Internet和sudo特权的Linux服务器上安装nvm,但是我可以将任何文件传输到这个脱机服务器上。我尝试使用来自的包,但当我尝试使用sh install.sh时,它报告了unable to access https://github.com/nvm-sh/nvm.git/。是否有一种在Linux上不使用Internet安装nvm的方法?
我是Linux的新手,我正在使用Linux (最新版本)。我试图通过从互联网上学习一个教程来安装懒惰的脚本。每当我试图安装脚本时,都会出现此问题。
There was an error creating the child process for this terminal. Failed to execute child process “bash /root/lscript/install.sh” (No such file or directory)
我已经打开了终端声明为空的目录,但是有一个包含必要文件的目录。
以下是安装脚本的代码:
cd lscript
apt-get updat
我想知道,一个bash文件怎么会包含负责netbeans IDE安装的Java代码呢?众所周知,netbeans IDE是基于Java的程序。这就是netbeans的情况:
$ file netbeans-6.8-ml-java-linux.sh
netbeans-6.8-ml-java-linux.sh: POSIX shell script text executable
$ more netbeans-6.8-ml-java-linux.sh
#!/bin/sh
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
我正在尝试从cuda_9.0.176_384.81_linux.run文件安装数据自动化系统。我在Ubuntu16.04中运行了这个命令。
sudo sh cuda_9.0.176_384.81_linux.run
当我运行上面的命令时,我得到了以下错误消息。
sh: 0: Can't open cuda_9.0.176_384.81_linux.run
我在试着安装网络。6.3在我的chromebook上使用Linux,但当我试图执行
./dotnet-install.sh -c Current
在Linux终端中,总是会出现以下错误:
-bash: ./dotnet-install.sh: No such file or directory
有什么办法可以绕过它/解决它吗?
我已经完成了sudo -i,所以我获得了完全的许可,并且我已经将我要执行的文件放在很多文件夹中,包括我的Linux文件夹。
任何帮助都是非常感谢的!