Приветствую всех!
Установил Debian и столкнулся с такой проблемой: не устанавливаются программы setup.exe. Начал искать ответ на этот вопрос в интернете и понял, что их можно открыть через программу wine, что я и попробовал сделать.
Зашел в терминал, вписал путь к файлу и вылазит окно под названием "Debian/Wine: Multiarch Instructions", а в нем написано:
This is the wine64-bin helper package, which does not provide wine itself, but instead exists solely to provide the following information about enabling multiarch on your system in order to be able to install and run the 32-bit wine packages.
The following commands should be issued as root or via sudo in order to enable multiarch (the last command installs 32-bit wine):
# dpkg --add-architecture i386
# apt-get update
# apt-get install wine-bin:i386
Be very careful as spaces matter above. Note that this package (wine 64-bin) will be removed in the process. For more information on the multiarch conversion, see:
http://wiki.debian.org/Multiarch/HOHTOСовсем новичок здесь, Debian 64-bit устанавливал.
Кто в этом деле опытен, помогите решить проблему, пожалуйста.