Συντονιστής: konnn
έγραψε:winehq-staging is the most recent testing wine version. To install winehq-staging in Ubuntu 18.04 open the terminal and type:
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
sudo apt update
sudo apt install --install-recommends winehq-staging
έγραψε:If apt complains about missing dependencies, install them, then repeat the last two steps (update and install).