Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
oensuseにwineをインストールする必要がありますが、opensuseでmake installコマンドを実行してwineをインストールすると機能しません
./configure と make と make の依存関係はうまく機能しますが、make install は機能しません
エラーは次のとおりです。新しいフォルダーを作成できませんアクセスが拒否されました
opensuse に tar.gz ファイルをインストールするためのガイドラインが必要です
tnx
これがプログラミング サポートではなくソフトウェアであるという事実は別として、root 権限で「make install」を実行する必要があります。
sudo make install