【问题标题】:E: Unable to locate package python3-fpylllE: 无法定位包 python3-fpylll
【发布时间】:2021-11-10 15:01:41
【问题描述】:

尝试按照文档在 Ubuntu 上安装 Fpylll 软件包:

LINK

Update the package index:

# sudo apt-get update

Install python3-fpylll deb package:

# sudo apt-get install python3-fpylll

我收到通知:

Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package python3-fpylll

【问题讨论】:

    标签: python-3.x ubuntu package apt deb


    【解决方案1】:

    您需要启用 Universe 存储库:

    sudo add-apt-repository universe
    sudo apt update
    sudo apt install python3-fpylll
    

    【讨论】:

      猜你喜欢
      • 2020-11-11
      • 1970-01-01
      • 2022-12-05
      • 2023-03-08
      • 2013-10-12
      • 1970-01-01
      • 1970-01-01
      • 2022-10-19
      • 1970-01-01
      相关资源
      最近更新 更多