我删除了旧内核(使用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
无论我尝试做什么,无论是安装新软件,还是尝试sudo apt-获得升级。
有时我总是出错:(当我尝试sudo apt升级时)
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-image-generic-hwe
我正在尝试从网络安装佳能MF4450打印机到Ubuntu。我有一个从佳能的网站Linux_UFRII_PrinterDriver_V270_us_EN.tar.gz驱动文件。原始文件中包含两个*.deb文件。打印机安装程序要求我在选择驱动程序文件时选择PPD文件格式。我使用这个命令:
/folder$ sudo dpkg -i file_name.deb
...in是终端,它有一个依赖于libglde2-0- this package is not installed的问题.如何安装这个软件包?
当我尝试安装一些应用程序时,我会收到一条信息:
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
作为root,我按照指令这里安装了RabbitMQ。然后我做了:
cd /sbin
sudo service rabbitmq-server start
...and我有..。
Redirecting to /bin/systemctl start rabbitmq-server.service
Failed to start rabbitmq-server.service: Unit rabbitmq-server.service failed to load: No such file or directory.
Linux信息:
>cat /proc/version
Linux
我安装了带有所有依赖项的opencv。安装之后,我尝试导入matplotlib作为一个简单的示例。
然后,当我试图使用pip install matplotlib通过pip安装matplotlib时,我得到了以下错误
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.5/dist-packages/kiwisolver.cpython-35m-x86_64-linux-gnu.so'
Consider using
我最近从Ubuntu 21.10升级到了22.04,这个过程进行得很顺利,没有报告任何错误。
每当我尝试运行系统更新时,dpkg都会引发与旧linux-image相关的以下错误:
/etc/grub.d/bin/grubcfg_proxy: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
run-parts: /etc/kernel/postrm.d/zz-update-grub exited with return
我们有一个AWS电子病历集群。默认情况下,它是与
Amazon Linux version 2
R version 3.4.3 (2017-11-30) -- "Kite-Eating Tree"
我喜欢安装最新的R版本4。
尝试了以下几点:
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum -y install R
但它并没有将R版本升级到v4.0。它只提供将其升级到3.4.3-1.amzn2.0.1
Amazon 2-使用EPEL版本7,似乎没有
好吧,我正在尝试执行下面的命令。
yum remove libffi-3.0.9-1.el5.rf.i386
因为我需要这个文件(?),但是在rvm中安装ruby时会遇到问题,因为libffi-devel是rvm安装ruby的依赖文件。
然而,它给了我以下错误,当然它不会删除任何东西。
Error: Trying to remove "yum", which is protected
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --no
通过严格遵循这个帖子,我能够在Ubuntu14.04的新安装上安装gcc 3.4。但是,当我试图编译一个程序时,它会失败,并出现以下错误:
/usr/bin/ld: cannot find crt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
我看过这个回答并安装了build-essential,但这并没有解决问题。我还是会犯同
我在我的ubuntu16.04中安装了teamviewer_i386.deb,但是当我运行teamviewer时,它不能打开,但只能显示在标题栏but.When中,我检查系统监视器显示teamviewer正在运行Teamviewer.exe模式,我使用wget http://download.teamviewer.com/download/teamviewer_i386.deb this command.How安装了一个linux版本下载来解决这个问题。