Installer novo builder

Résolu
razergamer Messages postés 34 Date d'inscription   Statut Membre Dernière intervention   -  
razergamer Messages postés 34 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour, j'aimerais installer novo builder mais je ne comprends pas comment installr par le terminal , mon archive est en tar.gz .

pourriez vous m'aider ? merci d'avance



A voir également:

1 réponse

zipe31 Messages postés 36402 Date d'inscription   Statut Contributeur Dernière intervention   6 430
 
Salut,

Sur quelle distrib tournes-tu ?
0
zipe31 Messages postés 36402 Date d'inscription   Statut Contributeur Dernière intervention   6 430
 
Sinon...

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

2) 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).

Mais bon ce n'est qu'un script qui va te configurer tes dépôts et lancer l'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



* Sous réserve d'être sous Debian ou Ubuntu
0
razergamer Messages postés 34 Date d'inscription   Statut Membre Dernière intervention   1
 
je suis sous ubuntu 10.10
0