comment istaller fichier .sh

comment istaller fichier .sh - Linux et OS Alternatifs

Marsh Posté le 21-07-2004 à 12:12:23    

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
Reply

Marsh Posté le 21-07-2004 à 12:12:23   

Reply

Marsh Posté le 21-07-2004 à 12:14:53    

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

Reply

Marsh Posté le 21-07-2004 à 12:16:34    

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

Reply

Marsh Posté le 21-07-2004 à 12:17:30    

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

Reply

Marsh Posté le 21-07-2004 à 12:41:23    

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

Reply

Marsh Posté le 21-07-2004 à 13:22:58    

Il y a plus personne?

Reply

Marsh Posté le 21-07-2004 à 13:34:50    

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

Reply

Marsh Posté le 21-07-2004 à 13:46:49    

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
Reply

Marsh Posté le 21-07-2004 à 13:50:32    

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
Reply

Marsh Posté le 21-07-2004 à 13:55:23    

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
Reply

Marsh Posté le 21-07-2004 à 13:55:23   

Reply

Marsh Posté le 21-07-2004 à 13:59:58    

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

Reply

Marsh Posté le 21-07-2004 à 14:12:46    

Reply

Marsh Posté le 21-07-2004 à 15:03:28    

sh install.sh devrait suffir en etant sous root
donc  

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

Reply

Marsh Posté le 21-07-2004 à 15:53:02    

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 ;)

Reply

Marsh Posté le 21-07-2004 à 17:55:38    

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 ./

Reply

Marsh Posté le 21-07-2004 à 17:57:03    

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

Reply

Marsh Posté le 21-07-2004 à 18:15:34    

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?

Reply

Marsh Posté le 21-07-2004 à 18:33:34    

essaye winetools

Reply

Marsh Posté le 21-07-2004 à 18:35:29    

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

Reply

Marsh Posté le 21-07-2004 à 18:35:57    

fais apt-cache search wine

Reply

Marsh Posté le 21-07-2004 à 18:36:08    

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

Reply

Marsh Posté le 21-07-2004 à 18:51:54    

ok merci
apt-cache ne trouve rien sur winetools

Reply

Marsh Posté le    

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed