Rocky8.9で32bit版のWineをインストール

未検証。

  1. dnf install epel-release
  2. dnf config-manager --set-enable powertools
  3. dnf groupinstall ‘Development Tools’ -y
  4. dnf install libgcc.i686 glibc-devel.i686 libX11.i686 freetype.i686 freetype-devel.i686 libX11-devel.i686
  5. wget https://dl.winehq.org/wine/source/6.0/wine-6.0.2.tar.xz
  6. tar xvf wine-6.0.2.tar.xz
  7. cd wine-6.0.2
  8. ./configure
  9. make
  10. make install

https://forums.rockylinux.org/t/how-can-i-run-32bit-windows-application-putty-exe-with-wine64-on-rocky-linux-8-9/14809/9

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)

This site uses Akismet to reduce spam. Learn how your comment data is processed.