简体   繁体   English

GalliumOS未满足依赖性错误

[英]GalliumOS unmet dependency errors

I am trying to install Lasso server on Gallium OS using 我正在尝试使用以下方法在Gallium OS上安装套索服务器

sudo apt-get install lasso-instance-manager

and I am getting this error: 我收到此错误:

 The following packages have unmet dependencies: lasso-instance-manager : 
Depends: libicu52 but it is not installable 
Depends: libmysqlclient18 but it is not installable
Depends: libzip2 but it is not installable

Does anyone know how to fix this? 有谁知道如何解决这一问题? I have tried a lot of things from google searches about fixing these types of errors, however, none seem to work. 我已经尝试了很多有关修复这类错误的Google搜索工具,但是似乎都没有用。 Some of the things I've tried are 我尝试过的一些事情是

sudo apt-get upgrade
sudo apt-get update
sudo apt-get install -f

All of the update seem to work fine, however, I'm still getting the unmet errors. 所有更新似乎都可以正常工作,但是,我仍然遇到未满足的错误。

I was able to find a fix for this. 我能够找到解决办法。 What did it was just manually installing the dependencies. 它只是手动安装依赖项而已。 I was able to find the deb packages in Ubuntu's archives. 我能够在Ubuntu的档案中找到deb软件包。 I then downloaded and installed all the missing dependencies and was able to get lasso server up and running. 然后,我下载并安装了所有缺少的依赖项,并且能够启动并运行套索服务器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM