首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >尝试在ubuntu中安装lean

尝试在ubuntu中安装lean
EN

Stack Overflow用户
提问于 2019-11-13 21:53:49
回答 1查看 230关注 0票数 0

我得到了以下错误,我不知道如何解决这个问题。

代码语言:javascript
复制
m0nst3r@m0nst3r-G3:~/logical_verification_2019$ leanpkg configure
leanpkg: command not found
m0nst3r@m0nst3r-G3:~/logical_verification_2019$ 

请帮个忙。我试着从Github库中提取我的主题,并遵循了git中的以下说明。

The instructions for Linux is at the bottom when you scroll down

EN

回答 1

Stack Overflow用户

发布于 2019-11-13 21:58:58

如果您使用的是ubuntu,请使用PPA安装Lean:

代码语言:javascript
复制
sudo apt-get install python-software-properties # for add-apt-repository 
sudo add-apt-repository ppa:leanprover/lean
sudo apt-get update
sudo apt-get install lean
票数 -1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/58838673

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档