Created
July 29, 2020 12:44
-
-
Save davedavis/a7481aa1200ce43b5364f6f84e213615 to your computer and use it in GitHub Desktop.
Install Google Ads Editor 1.4+ on Ubuntu 20 - Focal Fossa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Download the Editor exe here: http://dl.google.com/adwords_editor/GoogleAdsEditorSetup.exe | |
Install Wine: | |
sudo dpkg --add-architecture i386 | |
wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add - | |
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main' | |
sudo apt update; sudo apt install --install-recommends winehq-stable winetricks | |
Open Wineconfig and change the OS to Windows 10: | |
winecfg | |
Switch to the directory you downloaded the editor exe into (cd Downloads etc.): | |
wine GoogleAdsEditorSetup.exe | |
This will initiate the install of Google Ads Editor and add the app to your app drawer. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Download the Editor exe here: http://dl.google.com/adwords_editor/GoogleAdsEditorSetup.exe
Install Wine:
sudo dpkg --add-architecture i386
wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
sudo apt update; sudo apt install --install-recommends winehq-stable winetricks
Open Wineconfig and change the OS to Windows 10:
winecfg
Switch to the directory you downloaded the editor exe into (cd Downloads etc.):
wine msiexec /i ./google_adwords_editor.msi
This will initiate the install of Google Ads Editor and add the app to your app drawer.