在 ubuntu 17.04/16.04 中安装 scratchbox2 包

在 ubuntu 17.04/16.04 中安装 scratchbox2 包

我想在我的 64 位 Ubuntu 17.04 PC 上安装 scratchbox2 包。

root@user-HP-EliteBook-8470p:/home/user # sudo apt-get install scratchbox2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package scratchbox2

有什么帮助吗?

答案1

暂存盒2

  • Git 克隆仓库:

    git clone http://git.gitorious.org/scratchbox2/scratchbox2.git
    
  • 然后,

    cd scratchbox2
    
  • 下一个,

    dpkg-buildpackage -rfakeroot
    
  • 最后,

    cd .. && sudo dpkg -i libsb2*deb scratchbox2*deb
    
  • 依赖项:

    dh-make
    

相关内容