我正在尝试安装一个应用程序,它需要linux头才能构建它。
问题是,当我尝试使用以下方法安装linux头时:
apt-get install linux-headers-$(uname -r)
我得到以下信息:
The following information may help to resolve the situation:
The following packages have unmet dependencies:
linux-headers-4.19.0-8-amd64 : Depends: linux-compiler-gcc-8-x86 but it is not goin
我想在我的机器上的不同端口上安装两个版本的mongodb我已经在我的机器上安装了4.0.5版本的mongodb,端口号为27018,但是现在我想在我的机器上安装mongodb3.6版,我是从这个link安装的。它显示了我已经安装了mongodb最新版本4.0.5的错误。错误:- mongodb-org is already the newest version (4.0.5).
The following packages were automatically installed and are no longer required:
linux-headers-4.15.0-39 linu
我是Linux的新手,所以这可能是个新手问题.
在Ubuntu18.04LTS的新安装上,我想安装NodeJS。我运行node --version来验证它是否没有安装:
Command 'node' not found, but can be installed with:
sudo apt install nodejs
因此,它没有安装,终端输出建议如何安装它。
其他一些在线消息来源建议使用wget或curl来安装它,如下所示:
# using wget
wget https://nodejs.org/dist/v12.13.1/node-v12.13.1-linux-x6
我需要在Linux中安装f2c。给出步骤;
下载安装脚本:下载install_f2c_linux.csh。
运行安装脚本# chmod +x install_f2c_linux.csh # ./install_f2c_linux.csh
我在根目录和用户目录中运行第二步。但是,上面写着
curl: Command not found.
tar: f2c.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
gunzip: No match.
f2c: No such file
我是linux的初学者,并试图为Linux安装gurobi。安装指南说要用以下命令移动下载的文件:
sudo mv ~/Downloads/gurobi9.5.2_linux64.tar.gz /opt/
当我运行这个程序时,我会得到这样的回应:
mv: cannot stat '/home/laukna/Downloads/gurobi9.5.2_linux64.tar.gz': No such file or directory
有办法解决这个问题吗?
我正试图在我的桌面上安装一个brostrend1200mbps wifi适配器,并在安装过程中一直遇到问题。我正在尝试安装驱动程序,但它们还没有在ubuntu上可用。在试图编译内核模块时,我会收到以下错误:
root@chris-pc:~# cd rtl8812AU_8821AU_linux
root@chris-pc:~/rtl8812AU_8821AU_linux# make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.13.0-119-generic/build M=/root/rtl8812AU_8821AU_linux m
我和ubuntu 14.04有个奇怪的问题。当我尝试更新我的系统或安装任何软件时,我有一个错误。
$ sudo apt-get install 4digits
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:
4di