【问题标题】:Linux Dependency Errors (can't install Stella) [closed]Linux 依赖错误(无法安装 Stella)[关闭]
【发布时间】:2021-06-06 03:49:11
【问题描述】:

我正在尝试在 Ubuntu 20.04 上安装 Stella Atari 模拟器,以完成我正在学习的课程。

我收到以下错误:

sudo dpkg -i stella_6.5.3_amd64.deb 
Selecting previously unselected package stella.
(Reading database ... 202707 files and directories currently installed.)
Preparing to unpack stella_6.5.3_amd64.deb ...
Unpacking stella (6.5.3) ...
dpkg: dependency problems prevent configuration of stella:
 stella depends on libsdl2-2.0-0 (>= 2.0.14); however:
  Version of libsdl2-2.0-0:amd64 on system is 2.0.10+dfsg1-3.

dpkg: error processing package stella (--install):
 dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
 stella

我一直试图找出一种方法来安装此安装所需的特定版本的 libsdl2,但我不知道如何获得 2.0.14 版本。有什么建议吗?

我试过了

sudo apt-get install libsdl2-2.0-0=2.0.14

和类似的命令没有运气。

【问题讨论】:

    标签: linux ubuntu sdl apt-get dpkg


    【解决方案1】:

    您下载的stella 版本与您的Ubuntu 版本的官方libsdl2 数据包版本不兼容。如果您只想使用stella,可以通过apt 安装为兼容版本:

    apt install stella
    

    【讨论】:

    • 你让我很头疼。谢谢。
    猜你喜欢
    • 2017-12-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-06-25
    • 2015-10-14
    • 1970-01-01
    相关资源
    最近更新 更多