#author("2019-01-26T15:40:14+09:00","default:regex","regex") #author("2019-04-12T14:32:26+09:00","default:regex","regex") *Wineが4.0になった。 [#f6293ac5] Wine3.0のアプリをアンインストールする。 wine uninstaller Wine3.0をアンインストールする。~ sudo apt update && sudo apt dist-upgrade sudo apt update && sudo apt upgrade sudo apt remove wine-stable sudo apt autoremove rm -rf $HOME/.wine rm -f $HOME/.config/menus/applications-merged/wine* rm -rf $HOME/.local/share/applications/wine rm -f $HOME/.local/share/desktop-directories/wine* rm -f $HOME/.local/share/icons/????_*.xpm *Wine4.0のリポジトリとインストール [#rcaf810f] 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 install --install-recommends winehq-stable *winetrickでadobe-airを動かす。 [#mf63216d] windows版のAdobeairのEXEファイルは動きませんでした。~ ちょっと荒っぽいですが、最新のwinetricksをwgetします。 wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && sudo mv winetricks /usr/bin && sudo chmod +x /usr/bin/winetricks 後は winetricks Select the default wineprefixをチェック Install a Windows DLL or componentをチェック adobeair をチェック 次に ラジコガジェット~ RadikoAir_3.1.8.air をダウンロードして、右クリック、Adobe air application installerで開くでインストールできます。