Setting Up Repo
-
3. Adding FAudio GPG Key
Again to Add FAudio GPG Signature Key
Do:wget -O - deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10/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 Debian
Then for Debian Testing Based, Parrot and Kali run:sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_Testing_standard/ ./'
And for Debian Buster Based based and so for MX 19, Deepin 20…:
sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10/ ./'
-
4. Refreshing Debian Sources
Next to Refresh Debian Apt Repo Sources
Needed for most Debian derivatives:sudo apt update
Contents