Instale o pacote scratchbox2 no Ubuntu 17.04 / 16.04

1

Eu quero instalar o pacote scratchbox2 no meu Ubuntu Ubuntu PC de 64 bits.

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

Alguma ajuda?

    
por Titus 28.07.2017 / 17:17

1 resposta

0

De scratchbox2 :

  • Git clonar o repositório:

    git clone http://git.gitorious.org/scratchbox2/scratchbox2.git
    
  • Então,

    cd scratchbox2
    
  • Em seguida,

    dpkg-buildpackage -rfakeroot
    
  • Finalmente,

    cd .. && sudo dpkg -i libsb2*deb scratchbox2*deb
    
  • Dependências:

    dh-make
    
por Raphael 28.07.2017 / 19:51