我正在关注当前的Crystal安装文档,我的安装在第一刻停止并给出错误消息:
sudo rm /etc/apt/sources.list.d/crystal.list
我已经安装了dirmngr。
答案 0 :(得分:2)
首先,您需要从sources目录中删除crystal.list才能从头开始手动安装。
curl -s "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x09617FD37CC06B54" | sudo apt-key add -
echo "deb https://dist.crystal-lang.org/apt crystal main" > /etc/apt/sources.list.d/crystal.list
sudo apt-get update
sudo apt-get install crystal
然后:
fetchMessages()