Searching for wine in the Ubuntu Software Center, several wine software came out without installation options

Searching for wine in the Ubuntu Software Center, several wine software came out without installation options,

 

1. Update source
Command under terminal: sudo apt-get update


2. Install wine
terminal command: sudo apt-get install wine


3. If you encounter problems when installing wine, you can fix the dependencies.
Command in the terminal: sudo apt-get install -f

For more installation methods, see the official website link:

https://www.winehq.org/

https://wiki.winehq.org/Ubuntu

If it fails:

Sudo apt install wine64 or wine32 directly

Faudio may be missing, follow the winehq official website guide to download. It really doesn't work under winehq-devel

Guess you like

Origin blog.csdn.net/jiesunliu3215/article/details/109064885