Buckminster
(usa Debian)
Enviado em 16/11/2023 - 00:12h
Supondo que tu saiba usar um editor de texto no terminal do Linux (caso não souber, pergunte).
Deixe assim teu sources.list:
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
# deb
https://dl.winehq.org/wine-builds/ubuntu/ focal main
# deb-src
https://dl.winehq.org/wine-builds/ubuntu/ focal main
# deb
https://dl.winehq.org/wine-builds/debian/ bullseye main
# deb-src
https://dl.winehq.org/wine-builds/debian/ bullseye main
#
deb
http://deb.debian.org/debian bullseye main contrib non-free
deb
http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
deb
http://deb.debian.org/debian bullseye-updates main contrib non-free
Pode apagar todo o conteúdo do arquivo e colar o conteúdo acima sem medo.
Salve e saia do arquivo.
Depois execute:
$ sudo apt-get update
$ sudo apt autoremove
$ sudo apt --fix-broken install
$ sudo apt-get upgrade
$ sudo apt update
Daí instale o Wine:
$ sudo dpkg --add-architecture i386 && sudo apt update
$ sudo apt install wine wine32 wine64 libwine libwine:i386 fonts-wine
Para configurar:
$ winecfg
Para instalar programas Windows pelo terminal:
$ wine programa.exe ou wine setup.exe
Para desinstalar:
$ wine unistaller
_________________________________________________________
Always listen the Buck!
Enquanto o cursor estiver pulsando, há vida!