Setting Up Repo
-
3. Adding FAudio GPG Key
Again to Add FAudio GPG Signature Key
Do:wget -O - https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/Release.key | sudo apt-key add -
(For the Newer Release in case of apt-key Issue see: Gpg.d Keyring Setup Guide.)
-
2. Adding FAudio Repo
Then to Add FAudio Repository for Ubuntu
Then for Ubuntu 21.04 run:sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_21.04/ ./'
So for Ubuntu 20.10:
sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_20.10/ ./'
Again for Ubuntu 20.04 based and so for Mint 20.x:
sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_20.04/ ./'
Finally, for Ubuntu 18.04 based and so for Mint 19.x, Elementary 5, Zorin 15, Bodhi 5, Lite 4…:
sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/ ./'
-
4. Refreshing Ubuntu Repo Sources
Next to Refresh Ubuntu Apt Repository Sources
Needed for most Ubuntu derivatives:sudo apt update
Contents