Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
803 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs

  comment istaller fichier .sh

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

comment istaller fichier .sh

n°524818
RAMBO le P​RO
Posté le 21-07-2004 à 12:12:23  profilanswer
 

Alors je suis un gros debutant sous linux et j'esssaye d'installer winetools
je le telecharge, il est en .tgz donc je le decompresse
puis la il y a diferents fichier dont un install.sh
alors la maintenant je sais pas trop ce qu'il faut faire, j'ai lu qu'il fallait le rendre executable en tapant chmod +x install.sh dans une commande mais la il me dit ça : chmod: échec d'obtention des attributs de `install.sh': Aucun fichier ou répertoire de ce type
donc je ne sais pas quoi faire.
vous pourriez aider un gros débutants sous linux svp.
 
EDIT : à oui aussi ma distrib c'est un koppix installer sur le dd


Message édité par RAMBO le PRO le 21-07-2004 à 12:13:38
mood
Publicité
Posté le 21-07-2004 à 12:12:23  profilanswer
 

n°524819
leto
Posté le 21-07-2004 à 12:14:53  profilanswer
 

Tu devrais essayer d'installer winetools a l'aide du gestionnaire de paquets de ta distribution .  
Dans le cas de knoppix, ca doit etre apt-get

n°524820
RAMBO le P​RO
Posté le 21-07-2004 à 12:16:34  profilanswer
 

merci de ta reponse mais c'est ou ca apt-gets?

n°524821
RAMBO le P​RO
Posté le 21-07-2004 à 12:17:30  profilanswer
 

j'ai un gestionnaire de paquets SYnaptic c'est ca?

n°524834
RAMBO le P​RO
Posté le 21-07-2004 à 12:41:23  profilanswer
 

j'ai utilisé la fonction rechercher de synaptic mais il a rien trouvé sur winetools

n°524863
RAMBO le P​RO
Posté le 21-07-2004 à 13:22:58  profilanswer
 

Il y a plus personne?

n°524869
dam1330
...
Posté le 21-07-2004 à 13:34:50  profilanswer
 

copie le resultat de
/etc/apt/sources.list
ici

n°524881
RAMBO le P​RO
Posté le 21-07-2004 à 13:46:49  profilanswer
 

ca me met permission non accordé
 
Thor@monpc:~$ /etc/apt/sources.list
bash: /etc/apt/sources.list: Permission non accordée
Thor@monpc:~$


Message édité par RAMBO le PRO le 21-07-2004 à 13:47:25
n°524883
treolar
Posté le 21-07-2004 à 13:50:32  profilanswer
 

faut etre root pour le lire ce fichier peut etre ?
tape:
$ su
entre le mot de passe root
# cat /etc/apt/source.list
 


Message édité par treolar le 21-07-2004 à 13:51:55
n°524885
RAMBO le P​RO
Posté le 21-07-2004 à 13:55:23  profilanswer
 

ca ma rien mit du tout
Thor@monpc:~$ su
Password:
root@monpc:/home/Thor# # cat /etc/apt/source.list
root@monpc:/home/Thor#
 
EDIT : bon normalement ce nest  pas un smiley mais : / sans l'espace


Message édité par RAMBO le PRO le 21-07-2004 à 13:56:37
mood
Publicité
Posté le 21-07-2004 à 13:55:23  profilanswer
 

n°524889
treolar
Posté le 21-07-2004 à 13:59:58  profilanswer
 

ne tape pas le "#" en debut de commande !
C'etait juste pour signaler qu'a partir de la tu es root!

n°524901
glacote
Posté le 21-07-2004 à 14:12:46  profilanswer
 
n°524938
dabear
Tux is my god
Posté le 21-07-2004 à 15:03:28  profilanswer
 

sh install.sh devrait suffir en etant sous root
donc  

Code :
  1. su
  2. ton mdp root
  3. root@.....:# sh install.sh

n°524976
bobuse
Posté le 21-07-2004 à 15:53:02  profilanswer
 

RAMBO le PRO a écrit :

ca me met permission non accordé
 
Thor@monpc:~$ /etc/apt/sources.list
bash: /etc/apt/sources.list: Permission non accordée
Thor@monpc:~$


 
t'as oublié le cat ;)

n°525047
RAMBO le P​RO
Posté le 21-07-2004 à 17:55:38  profilanswer
 

bon je suit revenu alors
la commande sh install.sh ne fonctionne pas elle me met aucun fichier de ce type
vu que la commande cat /etc/apt/source.list  ne fonctioone pas je suis allé ouvrir le ficher et il me met tout ca
 
 
# /etc/apt/sources.list for Knoppix
# If you want to do a "full upgrade", you should first
# upgrade the Packages from Debian/unstable (KDE & Co.)
# before doing a (dist-)upgrade for Debian/testing.
#
# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.
 
# Security updates for "stable"
deb http://security.debian.org stable/updates main contrib non-free
deb http://security.debian.org testing/updates main contrib non-free
 
# Stable
deb http://ftp.de.debian.org/pub/debian stable main contrib non-free
deb http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib non-free
 
# Stable Sources
deb-src http://ftp.de.debian.org/pub/debian stable main contrib non-free
deb-src http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib non-free
 
# Testing
deb http://ftp.de.debian.org/pub/debian testing main contrib non-free
deb http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free
 
# Testing Sources
deb-src http://ftp.de.debian.org/pub/debian testing main contrib non-free
deb-src http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free
 
# Unstable
deb http://ftp.de.debian.org/debian unstable main contrib non-free
deb http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free
 
# Unstable Sources
deb-src http://ftp.de.debian.org/debian unstable main contrib non-free
deb-src http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free
 
# Experimental
deb http://ftp.de.debian.org/debian ../project/experimental main contrib non-free
 
# Experimental Sources
deb-src http://ftp.de.debian.org/debian ../project/experimental main contrib non-free
 
# Java
deb ftp://ftp.gwdg.de/pub/languages/java/linux/debian woody main non-free
deb-src ftp://ftp.gwdg.de/pub/languages/java/linux/debian woody main non-free
deb ftp://ftp.gwdg.de/pub/languages/java/linux/debian unstable main non-free
deb-src ftp://ftp.gwdg.de/pub/languages/java/linux/debian unstable main non-free
 
# More wireless stuff
deb     http://debian.isg.ee.ethz.ch/public woody madwifi
deb-src http://debian.isg.ee.ethz.ch/public woody madwifi
deb     http://debian.isg.ee.ethz.ch/public woody airo-mpi
deb-src http://debian.isg.ee.ethz.ch/public woody airo-mpi
# deb ftp://ftp.tcweb.org/pub/debian unstable main
# deb-src ftp://ftp.tcweb.org/pub/debian unstable main
 
# Blades Repository (pppoeconf & co)
# deb http://people.debian.org/~blade/testing ./
# deb-src http://people.debian.org/~blade/testing ./
 
# deb cdrom:[Debian GNU/Linux 2.2 r3 _Potato_ - Official i386 Binary-1 (20010427)]/ unstable contrib main non-US/contrib non-US/main
 
# Paquets de Christian Marillat
deb ftp://ftp.nerim.net/debian-marillat/ testing main
 
# Pour codecs win32
deb http://okki666.nerim.net/debian ./

n°525049
RAMBO le P​RO
Posté le 21-07-2004 à 17:57:03  profilanswer
 

es ce qu'il faut que je mette mon fichier que j'ai telecharger quelquepart pour que ca fonctionne?

n°525065
RAMBO le P​RO
Posté le 21-07-2004 à 18:15:34  profilanswer
 

apparament j'ai reussi a l'installer en démarrant en root et en tapant ./install.sh vu que les fichiers sont installé dans /opt/winetools mais il ne ma rien indiqué et je ne sais pas comment le demarrer?

n°525076
dabear
Tux is my god
Posté le 21-07-2004 à 18:33:34  profilanswer
 

essaye winetools

n°525077
dam1330
...
Posté le 21-07-2004 à 18:35:29  profilanswer
 

nan mais ya pas besoin, installe avec apt-get, c'est bien plus propre, et de toute facon je peux parier que ta compil va planter

n°525078
dam1330
...
Posté le 21-07-2004 à 18:35:57  profilanswer
 

fais apt-cache search wine

n°525079
RAMBO le P​RO
Posté le 21-07-2004 à 18:36:08  profilanswer
 

non il me dit comande non valide
et quand je  met winetools-2.1.0 il me met hote winetools inconnu

n°525086
RAMBO le P​RO
Posté le 21-07-2004 à 18:51:54  profilanswer
 

ok merci
apt-cache ne trouve rien sur winetools

mood
Publicité
Posté le   profilanswer
 


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs

  comment istaller fichier .sh

 

Sujets relatifs
Partage de fichier sur internetextraire fichier d'une archive bzip2
Jouer un fichier sonore dans un script phpComment editer un fichier a partir du terminal ?
Affecter une application à un type de fichier[script] Manipulation de fichier, besoin d optimisation
pb téléchargement fichier rar avec mozillafichier ineffacable
ouvrir des fichier LyxFTP : transfert automatisé d'un fichier
Plus de sujets relatifs à : comment istaller fichier .sh


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR