这似乎是个很愚蠢的问题,但我自己搞不懂。
我无法在Ubuntu18.04LTS (64位)上安装卡拉。他们提供了3种安装Carla的方法,而且还没有一种为我工作。
chmod +x Carla && chmod +x CarlaConfig:$ ./ Carla : loadlocale.c:130:_nl_intern_locale_data:断言‘`cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME0)’)失败后报告了一个错误。中止(核心倾弃)我也许应该坚持一个解决方案,但我现在真的很困惑该走哪条路。
编辑2:我刚刚做了一个新的清洁安装的kxstudio回购。这是我的输出(提取了相关部分)
sudo apt update
Hit:1 http://ppa.launchpad.net/kxstudio-debian/ubuntus/ubuntu bionic InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.然后尝试安装carla:
sudo apt install carla-git
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package carla-git发布于 2018-05-12 00:36:53
先试试:
sudo apt update然后
sudo apt install carla-git发布于 2018-08-19 15:45:22
我已经成功地在Ubuntu18.04上安装了Carla。以下是如何做到这一点:
如果您想让Windows文件在Ubuntu中工作,我发现这个视频很有用:https://www.youtube.com/watch?v=PiaWozQ69eE
https://askubuntu.com/questions/1035116
复制相似问题