我对Linux完全陌生,因为我需要的一些生物信息学研究程序要么只在linux上工作,要么很容易在linux上操作。
目前正在尝试安装一个名为Mothur的程序。下面是用于linux/unix https://www.mothur.org/wiki/Installation的安装管道:
( 1)下载程序2)通过以下步骤:
mkdir mothur
cd mothur
unzip ../Mothur.source.zip
make
我所犯的错误是:
make: *** No targets specified and no makefile found. Stop.
我不知道这意味着什么。
在本
我从adobe网站下载了install_flash_player_11_linux.x86_64.tar.gz。
已尝试
tar -zxvf install_flash_player_11_linux.x86_64.tar.gz
出现了这个错误。
tar (child): install-flash-player-11-linux.x86-64.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
我在虚拟盒上运行Ubuntu12.04.2LTS,遇到了一个小问题。每当我试图进行升级时,我就会得到:
apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
linux-headers-virtual :
我用的是Ubuntu12.04。最近我不能再安装任何东西了。我总是收到以下错误消息:
Setting up linux-image-3.2.0-34-generic (3.2.0-34.53) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Use of chdir('') or chdir(undef) as chdir() is deprecated at /var/lib/dpkg/inf/linux-image-3.2.0-34-generic.post
我刚刚将我的Yocto Poky从“黛西”升级到了"Jethro“,现在有些菜谱在"do_install”任务上运行得很好,有类似的错误消息:
ERROR: oe_runmake failed
ERROR: Function failed: do_install (log file is located at /build/tmp/work/cortexa9hf/qpdf/6.0.0-r0/temp/log.do_install.31232)
ERROR: Logfile of failure stored in: /build/tmp/work/cortexa9hf/qpdf
我输入了"make“输出
[chuck build]: please use one of the following configurations:
make linux-alsa, make linux-jack, make linux-pulse,
make osx, make osx-ub, make cygwin, or make win32
第一,如何在其中作出选择?
我试过了,这是错误
使linux-alsa
g++ -I. -Ilo -O3 -D__LINUX_ALSA__ -D__PLATFORM_LINUX__ -O3 -fno-strict-alias
我使用以下命令下载了Ubuntu的perf程序:
sudo apt-get install linux-tools-common linux-tools-generic
不过,当我试着顶的时候,它给了我这个
WARNING: perf not found for kernel 4.9.78-xxxx
You may need to install the following packages for this specific kernel:
linux-tools-4.9.78-xxxx-std-ipv6-64
linux-cloud-tools-4.9.78-xxxx-std-ipv
我正在尝试将tslib嵌入到一个ARM系统上;我交叉编译了这个库,除非是测试脚本,否则看起来没问题。实际上,它们在我的arm平台上根本不起作用,因为它们试图将库与编译平台上的路径链接起来。
以下是我的示例:我从/home/jdl/tslib编译;arm系统上的bug:
/home/ts_calibrate: cd: line 1: can't cd to /home/jdl/tslib-1.0/tests
/home/ts_calibrate: eval: line 1: /usr/local/lib/star81xx-lsdk/tools/usr/bin/arm-linux-ucli
所以有些背景,我在一个主机服务器上安装Node,但是它是一个网格服务器,而不是一个只用于我的网站的服务器。
网格服务器没有根用户/管理权限。因此,为了安装节点,我找到了以下解决办法:。这是一个Linux服务器,我从未使用过Linux,所以如果有人能向我解释这些命令的含义,特别是:./configure --prefix=~/opt/
最后,我遵循了这些步骤,但是当我试图在服务器上运行node命令时,它说的是node:command not found --这就是为什么我试图理解这些步骤。谢谢