Answer the question
In order to leave comments, you need to log in
Installed wine on the server, but the wineconsole command says no?
I run game servers on virtual servers, there are no problems with this: I installed wine, started the server - everything works.
The problem arose on a dedicated server , wine was installed , but wineconsole does not work , tell me, could there be a problem? Maybe wine is not installed correctly? How to check?
Answer the question
In order to leave comments, you need to log in
I found information where it says that debian 8 is specific, you need to install the wine1.7.55 assembly
1) Распаковать архив в удобное место , например домашнюю папку пользователя.
2) Прописать источник в /etc/apt/sources.list например
deb file:///home/имя_пользователя/winerepo /
3) Если установлена другая версия wine
sudo apt-get purge wine && sudo apt-get autoremowe
4) Установить бэкпортированный wine1.7
sudo apt-get --no-install-recommends install wine1.7 # в противном случае натащит много ненужного.
отдельно установить gecko и mono
sudo apt-get install wine-gecko2.40 wine-mono4.5.6
5) отдельно установить свежий winetricks
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
sudo cp winetricks /usr/bin
sudo chmod +x /usr/bin/winetricks
Дальнейшие действия точно такие же как в любом wine для debian или ubuntu.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question