Ubuntu 18.04 に WINE 最新版(2020/05/10 時点 stable 5.0) apt package をインストールするメモ
1076 ワード
を参考に, apt で stable 5.0(development 5.8)を入れようとすると,
The following packages have unmet dependencies:
winehq-devel : Depends: wine-devel (= 5.8~bionic)
というエラーが出ます. 実際には wine-devel が依存している faudio(の最新?) が apt に無いのが原因です.
あたりを参考に, faudio を登録しておきます.
$ wget https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/Release.key
$ sudo apt-key add Release.key
$ sudo add-apt-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/ ./'
$ sudo apt update
これで最新 wine が apt で入ります!
Author And Source
この問題について(Ubuntu 18.04 に WINE 最新版(2020/05/10 時点 stable 5.0) apt package をインストールするメモ), 我々は、より多くの情報をここで見つけました https://qiita.com/syoyo/items/69d25664ab0e7f537ae8著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .