我收到了这个错误
The following packages have unmet dependencies:
linux-image-oem-20.04b : Depends:
linux-image-5.10.0-1049-oem but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
我几乎什么都试过了,它不允许我安装、删除或更新任何东西,我也尝试过手动安装
最近,我的笔记本电脑断电了几次,现在,每当我尝试执行包操作时,我都会得到以下错误代码。我试着在论坛上寻找一个解决方案,但这些要么需要一个包操作,要么没有人回答。“'uname -r”告诉我,我的内核是3.11.0-17-泛型,但似乎我的内核标题是3.11.0-18-泛型。我尝试引导旧的内核版本来修复这个问题,但是我遇到了同样的错误。有人知道我能做什么吗?
sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Do
The following packages will be REMOVED:
linux-image-3.2.0-79-generic-pae
0 upgraded, 0 newly installed, 1 to remove and 144 not upgraded.
3 not fully installed or removed.
After this operation, 114 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 525879 files and
我尝试通过今天出现的更新通知从Ubuntu15.04升级到15.10,但是在运行dpkg --configure时它被卡住了。以下是最后一条消息:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.2.0-18-generic
Found initrd image: /boot/initr
Hi,我试图在CentOS 7计算机上安装Networkit,但是我遇到了几个错误。您能告诉我错误/遗漏了什么和/或键入正确的命令以修复错误吗?
当前,我在我的机器上安装了以下内容,这对于Networkit的安装是必要的:
[JohnRambo@Machine ~]$ g++ --version
g++ (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditio
我正在使用Ubuntu18.04并尝试使用apt卸载旧的内核映像。但是,我收到一个错误,它不能被卸载,因为标题丢失了。我如何卸载它们?下面是命令sudo apt autoremove的部分输出
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
linux-image-extra-3.13.0-39-generic linux-image-extra-3.13.0-40-gen
我想用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 remov
我正在试图通过终端升级(首选),但我仍然有这个错误,我还没有看到。我正在使用Ubuntu (Kubuntu16.04异种)。
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libgeoclue0 libxapian-1.3-5 python3-xapian1.3 vlc-plugin-notify vl
我正在我的笔记本电脑上测试新的amd-pstate驱动程序,我通过ppa:tuxinvader/lts-主线安装了最新的5.18内核,更改了一些引导选项,一切都完美无缺。
不幸的是,当我运行命令cpupower时,我得到:
WARNING: cpupower not found for kernel 5.18.5-051805
You may need to install the following packages for this specific kernel:
linux-tools-5.18.5-051805-generic
linux-cloud-tools
当尝试执行此命令时:
scrapyd-deploy test -p project=myProject
我得到以下错误:
Traceback (most recent call last):
File "/usr/bin/scrapyd-deploy", line 269, in <module>
main()
File "/usr/bin/scrapyd-deploy", line 95, in main
egg, tmpdir = _build_egg()
File "/
我正在我的Linux机器上安装mySql 5.6。
我试过了
>apt-get install mysql-server-5.6
但我得到了以下错误:
mysql-server-5.6 : Depends: mysql-common (>= 5.6.22-1~) but 5.5.50-0+deb8u1 is to be installed
Depends: mysql-server-core-5.6 (= 5.6.30-1~bpo8+1) but it is not going to be installed
E:
所以我不知道这是怎么发生的,但是每次我尝试安装什么或者做一个更新,它都不会完成并且失败。我使用的是Ubuntu 17.04。下面是我尝试运行sudo apt upgrade时所发生的事情:
into@poppistus:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
我目前正在尝试开发一个简单的linux内核模块。它应该记录一些东西,它的1:1是从互联网上复制的。
我有以下文件: lkm_example.c
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Robert W. Oliver II");
MODULE_DESCRIPTION("A simple example Linux module.
我试图使用命令sudo pip install scrapy安装scrapy,但是我收到了一条错误消息,其结尾如下:
build/temp.linux-x86_64-2.7/_openssl.c:429:30: fatal error: openssl/opensslv.h: No such file or directory
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
--------------------------
我是Kali Linux学习渗透测试的新用户。我在Vmware上使用Kali Linux (kali-Linux-2020.3-Vmware- am 64)。我正在尝试安装Aircrack(根据我的研究,它可能已经预装了Aircrack),并且遇到了一些错误。我试图通过安装所需的组件来解决与建议的相关问题(递归错误1)有关的'make‘问题,但没有解决这个问题。此外,我已经对'make2:** Makefile:2988: libaircrack-osdep.la错误1‘问题进行了研究,但没有效果,无法解决这个错误,例如更新我的系统和标题。此外,根据其他解决方案,我使用“whe
sudo apt-get install linux-headers-$(uname -r)
返回:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package linux-headers-4.10.0-42-generic is not available, but is referred to by another package.
This may mean that the package is missing, has been obs
dpkg: error processing linux-generic,在sudo apt-get install -f时遇到依赖错误
Setting up linux-image-generic (3.2.0.60.71) ...
dpkg: dependency problems prevent configuration of linux-generic:
linux-generic depends on linux-image-generic (= 3.2.0.58.69); however:
Version of linux-image-generic on system i
当我运行Update并尝试安装某件东西时,当它启动时,它会说:“准备包”而什么也不会发生。
有什么想法吗?
这种情况发生在我选择的任何包中。
ubuntu版本: 10.04
例如
sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
linux-header