Installer wine
Résolu
Utilisateur anonyme
-
Utilisateur anonyme -
Utilisateur anonyme -
salut a vous linuxiens je viens d'installer wine en suivant cette page et dessus il disent que la version de wine qui est dans les depôts n'est pas mis a jour régulierement faut t'il que j'installe une autre version ou que je garde celle-ci quelque temps, suffisament pour faire ce que j'ai a faire avec et m'en débarasser? est-ce que la version que j'ai prit dans les dépôts est la bonne ?
car je voudrais installer des jeux fichier exe.!
est-ce que ça ne craint pas pour ma bécane ?d'installer du windaube sur ubuntu?
merci pour vos réponse
cordialement...
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
car je voudrais installer des jeux fichier exe.!
est-ce que ça ne craint pas pour ma bécane ?d'installer du windaube sur ubuntu?
merci pour vos réponse
cordialement...
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
A voir également:
- Installer wine
- Installer clavier arabe - Télécharger - Divers Web & Internet
- Installer windows 10 sans compte microsoft - Guide
- Installer chromecast sur tv - Guide
- Installer wine sur chromebook - Télécharger - Émulation & Virtualisation
- Installer windows 10 gratuitement - Accueil - Mise à jour
11 réponses
La version dépot est à préférer quand on débute, elle permet de gérer le paquet facilement. Après, tout dépend de ce que tu veux exactement faire avec wine.
Pour wintruc, tu peux l'installer. Attention toutefois, le bootloader de winchiotte va écraser Grub, il faudra donc réinstaller grub après l'install.
Cordialement.
Pour wintruc, tu peux l'installer. Attention toutefois, le bootloader de winchiotte va écraser Grub, il faudra donc réinstaller grub après l'install.
Cordialement.
Celle dans les dépôts mais si tu rencontre un problème avec un programme .exe n'hésite pas à la mettre à jour. Sinon connais-tu PlayOnLinux qui est un programme pour simplifier les réglages des jeux Windows ?
Salut,
est-ce que ça ne craint pas pour ma bécane ?d'installer du windaube sur ubuntu?
Ben, il faut prendre des précautions puisque ton Grub sera effacé
Affiche ici le résultat des commandes
la 2ème c'est juste pour avoir une trace de ton menu.lst original, au cas où
Il y a aussi le boot manager GAG que tu peux tenter de l'installer si jamais tu fera la manips avec Windows
est-ce que ça ne craint pas pour ma bécane ?d'installer du windaube sur ubuntu?
Ben, il faut prendre des précautions puisque ton Grub sera effacé
Affiche ici le résultat des commandes
sudo fdisk -l cat /etc/menu.lst
la 2ème c'est juste pour avoir une trace de ton menu.lst original, au cas où
Il y a aussi le boot manager GAG que tu peux tenter de l'installer si jamais tu fera la manips avec Windows
C'est pas mal, ca m'a permis de jouer à Dawn of War, CS:S et pas mal d'autres jeu. https://www.playonlinux.com/fr/
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
salut lamy20j merci :
forminux@forminux-inux:~$ sudo fdisk -l
[sudo] password for forminux:
Disque /dev/sda: 120.0 Go, 120034123776 octets
255 heads, 63 sectors/track, 14593 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0x3410db18
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 * 1 14026 112663813+ 83 Linux
/dev/sda2 14027 14593 4554427+ 5 Extended
/dev/sda5 14027 14593 4554396 82 Linux swap / Solaris
forminux@forminux-inux:~$
2 ème commande:
forminux@forminux-inux:~$ cat /etc/menu.lst
cat: /etc/menu.lst: Aucun fichier ou dossier de ce type
forminux@forminux-inux:~$
voila lamy20j
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
forminux@forminux-inux:~$ sudo fdisk -l
[sudo] password for forminux:
Disque /dev/sda: 120.0 Go, 120034123776 octets
255 heads, 63 sectors/track, 14593 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0x3410db18
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 * 1 14026 112663813+ 83 Linux
/dev/sda2 14027 14593 4554427+ 5 Extended
/dev/sda5 14027 14593 4554396 82 Linux swap / Solaris
forminux@forminux-inux:~$
2 ème commande:
forminux@forminux-inux:~$ cat /etc/menu.lst
cat: /etc/menu.lst: Aucun fichier ou dossier de ce type
forminux@forminux-inux:~$
voila lamy20j
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
merci kal0mpee j'irai voir après ce que c'est et on l'installera ensemble merci l'ami c'est cool on ce fera quelque partie!!
attention a toi lol ;-)
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
attention a toi lol ;-)
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
forminux@forminux-inux:~$ cat /boot/grub/menu.lst
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 3
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=0f86aae5-44fa-4a2b-a27c-8491cbfac6b1 ro
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 8.04.1, kernel 2.6.24-19-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=0f86aae5-44fa-4a2b-a27c-8491cbfac6b1 ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
quiet
title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=0f86aae5-44fa-4a2b-a27c-8491cbfac6b1 ro single
initrd /boot/initrd.img-2.6.24-19-generic
title Ubuntu 8.04.1, kernel 2.6.24-16-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=0f86aae5-44fa-4a2b-a27c-8491cbfac6b1 ro quiet splash
initrd /boot/initrd.img-2.6.24-16-generic
quiet
title Ubuntu 8.04.1, kernel 2.6.24-16-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=0f86aae5-44fa-4a2b-a27c-8491cbfac6b1 ro single
initrd /boot/initrd.img-2.6.24-16-generic
title Ubuntu 8.04.1, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
forminux@forminux-inux:~$
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 3
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=0f86aae5-44fa-4a2b-a27c-8491cbfac6b1 ro
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 8.04.1, kernel 2.6.24-19-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=0f86aae5-44fa-4a2b-a27c-8491cbfac6b1 ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
quiet
title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=0f86aae5-44fa-4a2b-a27c-8491cbfac6b1 ro single
initrd /boot/initrd.img-2.6.24-19-generic
title Ubuntu 8.04.1, kernel 2.6.24-16-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=0f86aae5-44fa-4a2b-a27c-8491cbfac6b1 ro quiet splash
initrd /boot/initrd.img-2.6.24-16-generic
quiet
title Ubuntu 8.04.1, kernel 2.6.24-16-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=0f86aae5-44fa-4a2b-a27c-8491cbfac6b1 ro single
initrd /boot/initrd.img-2.6.24-16-generic
title Ubuntu 8.04.1, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
forminux@forminux-inux:~$
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
salut franzuz je veux juste installer des jeux qu'il y'a sur windows sur mon ubuntu si ça le fait!
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
svp les gars c'est normal qu'il y'a ecrit windaube dans ma liste de grub alors que j'ai tout formater et qu'il me reste que ubuntu?normalement j'en ai plus de grub puisque je demarre que sur ubuntu?
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
ok merci franzux après j'aimerais installer ma debian etch a la suite d'ubuntu c'est possible de le faire sans niké ubuntu d'habitude c'est mon pote qui s'en occupe mais il est en vacance ^^!
je vais essayer quant mème tu pouras me donner la marche a suivre ?
ce serais sympas...
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
je vais essayer quant mème tu pouras me donner la marche a suivre ?
ce serais sympas...
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
franzux je vien de m'aperçevoir que je mettait tjrs un "Z" a la fin de ton pseudo désolé l'ami j'etait persuader que c'etait un "z" encore désolé j'ai rectifier l'erreur j'ai la tête ailleurs c'est temps çi!!!
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
pourquoi une question stupide c'est si simple que ça de partitionner mon disque c'est jamais moi qu'il l'est fait mais je peux le faire j'ai vu comment il fesait mon pote mais j'ai peur de tout niké!
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
Non, ma question est "pourquoi installer Debian à côté d'Ubuntu ?" À part dans certains but très précis (gestion serveur, développement, etc.), j'ai un peu de mal à voir la finalité de la chose. Mais chacun est libre de ces choix, c'est ça Linux ;)
La solution est toute bête : créer un espace vide sur ton disque dur avec GParted, puis installer Debian dessus. Pour info, tu peux utiliser la même partition de swap entre Ubuntu et Debian.
La solution est toute bête : créer un espace vide sur ton disque dur avec GParted, puis installer Debian dessus. Pour info, tu peux utiliser la même partition de swap entre Ubuntu et Debian.
ok je connais gparted ! enfaite j'aime bien debian c'est pas mal et y'a plus de choix,et comme j'ai pas envie de formater ubuntu parceque je l'ai bien mit en place et j'pense assez bien configurer pour moi j'aimerais avoir le choix de bosser ou sur ubuntu ou sur debian voilà
je suis plus habituer a debian qu'a ubuntu pourtant c'est pareil mais j'aime bien l'environement de debian !
c'est assez claire comme raisons franzux ou c'est stupide ;-) !
quant on aime linux on ne compte pas les os!!!!!!!!
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
je suis plus habituer a debian qu'a ubuntu pourtant c'est pareil mais j'aime bien l'environement de debian !
c'est assez claire comme raisons franzux ou c'est stupide ;-) !
quant on aime linux on ne compte pas les os!!!!!!!!
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
franzux ou lamy20j c'est bon alors j'ai rien niké dans le grub le bootloader ou autre chose j'aurais p'tête du demander avant l'install!
et est-ce qu'il faut que je l'enleve avant d'installer ma debian ça ne craint pas maintenant que c'est installer merci a vous les gars
heureuseument que vous êtes là ça m'aide enormément a pas faire de conneries lol !
encore merci!
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!
et est-ce qu'il faut que je l'enleve avant d'installer ma debian ça ne craint pas maintenant que c'est installer merci a vous les gars
heureuseument que vous êtes là ça m'aide enormément a pas faire de conneries lol !
encore merci!
____________________________________________________________________
A Vaincre Sans Peril On Triomphe Sans Gloire !!!!!!