Install Novo Builder

Solved
razergamer Posted messages 37 Status Member -  
razergamer Posted messages 37 Status Member -
Hello, I would like to install Novo Builder but I don’t understand how to install it via the terminal, my archive is tar.gz.

could you help me? thanks in advance

Configuration: Linux / Safari 534.7

1 answer

  1. zipe31 Posted messages 34620 Registration date   Status Contributor Last intervention   6 501
     
    Hello,

    Which distro are you running?

    --
    Zen my nuggets ;-)
    0
    1. zipe31 Posted messages 34620 Registration date   Status Contributor Last intervention   6 501
       
      Otherwise...

      https://www.yuzuni.com/fwd/adf8.html

      The other way to install this is by downloading Novo Builder Installer Extract the script and run it (You will be asked for a super user password).

      But well this is just a script that will configure your repositories and start the installation* :

      #!/bin/bash if [ "$UID" -ne "0" ] then gksudo -k -u root bash $0 fi if [ "$UID" -ne "0" ] then exit fi wget -O - http://www.cyvoc.net/novo-repo/Cyvoc.key | apt-key add - echo deb http://www.cyvoc.net/novo-repo stable main non-free > /etc/apt/sources.list.d/cyvoc.list apt-get update apt-get install novo-builder novo-preset-lastos



      * Assuming Debian or Ubuntu
      0
    2. razergamer Posted messages 37 Status Member 1
       
      I am on Ubuntu 10.10.
      0