开发者社区 问答 正文

python geany怎么安装

python geany怎么安装

展开
收起
云计算小粉 2018-05-10 20:10:37 2645 分享 版权
1 条回答
写回答
取消 提交回答
  • Ubuntu

    Geany is available through the official Ubuntu archives (Universe section).

    apt-get install geany

    if it doesn't work , then follow below steps :

    Adding this PPA to your system

    You can update your system with unsupported packages from this untrusted PPA by adding ppa:geany-dev/ppa to your system's Software Sources. (Read about installing)

    sudo add-apt-repository ppa:geany-dev/ppa
    sudo apt-get update
    apt-get install geany

    2019-07-17 22:21:24
    赞同 展开评论
问答分类:
问答地址: