我有一个nvidia显卡,并能够安装库达在过去。最近,我重新安装了linux (ubuntu12.04),并一直试图使用debian软件包安装cuda。我按照Youtube()上的Nvidia频道的指示安装了cuda工具包。
从我的sudo-apt-get install cuda开始后,我会得到以下错误:
Setting up nvidia-current (319.37-0ubuntu1) ...
update-alternatives: error: alternative link /usr/bin/nvidia-cuda-mps-server is already managed b
我删除了旧内核(使用dpkg -P),现在我尝试安装的许多包都抱怨丢失了旧的(删除的)内核作为依赖项。
如果我按建议做一个"apt-get安装-f“,我的旧内核就会重新安装.
sudo apt-get install synaptic
Reading package lists... Done
Building dependency tree
Reading state information... Done
synaptic is already the newest version (0.83).
You might want to run 'apt-get
试着使用perf分析器。我已经安装了linux通用工具,但没有运气。以下是我得到的信息:
r@r-K55A:~$ perf
WARNING: perf not found for kernel 3.16.0-45
You may need to install the following packages for this specific kernel:
linux-tools-3.16.0-45-generic
linux-cloud-tools-3.16.0-45-generic
You may also want to install one of the
在我擦除驱动器并重新安装了Lubuntu之后,我注意到我无法安装新的软件。当我选择要安装的程序时,我收到一条消息:“您没有安装的权限”。
我怎么才能得到许可?(在以前的Lubuntu版本中,我可以安装我想安装的任何东西。)
FYI,下面是对我的Linux系统的描述:
-Version-
Kernel : Linux 4.13.0-39-generic (i686)
Version : #44-Ubuntu SMP Thu Apr 5 14:21:12 UTC 2018
C Library : GNU C Library / (Ubuntu GLIBC 2.26-0
当我尝试安装一些应用程序时,我会收到一条信息:
linux-headers-generic-lts-quantal : Depend: linux-headers-3.5.0-32-generic but it is not installable
不名-a
Linux ubuntus 3.5.0-27-generic #46~precise1-Ubuntu SMP Tue Mar 26 19:33:56 UTC 2013 i686 i686 i386 GNU/Linux
dpkg -l \ grep linux-映像
ii linux-image-3.5.0-23-generic
ankur@ahkyp:~$ sudo apt update && sudo apt upgrade
Hit:1 http://ppa.launchpad.net/linrunner/tlp/ubuntu bionic InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Reading package lists...
最近,我一直在阅读如何在Linux上安装Speedify (Ubuntu和Raspberry Pi OS)。我发现现在Synaptic库中存在着"speedify“和"speedifyui”,当我做dpkg测试时,这两个包都已经安装好了。不幸的是,这两个包都没有活动的命令,也没有任何一个包的手册页。
告诉我如何在Linux上安装Speedify的网页从安装和帐户配置开始。Speedify已经安装在Ubuntu上,但是在我的RPi4板上,当我尝试按照手动安装步骤安装时,我也不能在那里安装Speedify。
我正在运行Ubuntu16.04,当我试图解压linux时-4.4.0-66-泛型apt挂起。我终止了apt进程,删除了陈旧的锁文件,然后运行:
sudo apt-get clean
sudo dpkg --configure -a
结果是:
dpkg: dependency problems prevent configuration of linux-generic:
linux-generic depends on linux-headers-generic (= 4.4.0.66.70);
however:
Version of linux-headers-generic on sys
amazon-linux-extras enable和amazon-linux-extras install有什么区别?我之所以问这个问题,是因为我们的build.sh最近的一个变化破坏了我们的AWS构建-- amazon-linux-extras enable ansible2变成了amazon-linux-extras install ansible2。
在此之后,构建开始失败,因为:
Installation failed. Check that you have permissions to install.
我添加了一个版本check - ansible --version || e
我对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.
我不知道这意味着什么。
在本