我在4.19.2-1-MANJARO和pacman一起安装了一个坏的virtualbox。
这是我最初的安装标准:
[gloom@tacos-pc etc]$ sudo pacman -S virtualbox
error: could not register 'multilib' database (database already registered)
resolving dependencies...
:: There are 11 providers available for VIRTUALBOX-HOST-MODULES:
:: Repository extra
我想设置一个带有apt-get的git服务器。情况如下:
# apt-get install git-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
linux-image-4.4.0-53-generic
Use 'apt autoremove' to remove i
我试图在我的Ubuntu20.04.5上安装一些软件包更新,但是所有的更新都失败了:
dpkg: unrecoverable fatal error, aborting:
files list file for package 'linux-image-5.4.0-42-generic' is missing final newline
我该怎么解决这个问题?
下面是我尝试过的例子:
> sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state
我的Kubuntu刚刚更新到5.4.0-29内核,我现在没有声音,没有wifi。用5.4.0-28内核引导-所有工作。笔记本电脑ASUS X75VD。
dpkg -l \
ii binutils-x86-64-linux-gnu 2.34-6ubuntu1 amd64 GNU binary utilities, for x86-64-linux-gnu target
ii console-setup-linux 1.194ub
由于这个错误,我的一堆应用程序不再启动(xchat、vmware等)。
xchat: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
我做了一些搜索,并尝试了一些找到的帖子(在这个网站和其他),但我似乎无法通过这个。我签入了/usr/lib/x86_64-linux_gnu --假设这是它想要找到文件的地方--而且肯定没有条目。我只是不知道怎么把它放在那里。
有人能帮忙吗?
我不能使用RVM和ruby2.3.0编译ruby扩展(2.2.1是相同的),带有消息: city.cc:1:0: error:您选择的CPU不支持x86-64指令集,我在64位CPU上使用x86_64 Debian、x86_64 ruby和gcc。尽管如此,似乎红宝石使用了-march=native来产生问题。我想不出怎么解决这个问题。
详情如下:
编译一个示例扩展:
gem install cityhash
Building native extensions. This could take a while...
ERROR: Error installing cityhash:
今年夏天我将在一堂课上学习C语言,我正在尝试让CodeBlocks在我的Linux Mint17机器上运行。所以我看了一些关于如何做的YouTube视频,他们所做的就是安装CodeBlocks,创建一个新的项目,放置控制台应用程序,点击程序提供的默认main.c程序,然后点击build and run,这就是我所做的,除了在我得到的build消息中:
fatal error: stdio.h: No such file or directory?
到底出了什么问题?
我在Nvidia's .deb package的Ubuntu16.04上安装了Nvidia的375驱动程序和CUDA8.0。我想建立图形处理器支持的TensorFlow。这是TensorFlow的configure脚本的输出: ./configure
You have bazel 0.4.5 installed.
Please specify the location of python. [Default is /usr/bin/p