I am using Apptainer to create a Fefore 40 container; in there, I am able to 'dnf install wine-staging', but at the very end of a presumably successful installation, I can't find wine.
What am I missing?
Below is the output of the installation:
Code: Select all
Apptainer> dnf install -y wine-staging
Failed to set locale, defaulting to C.UTF-8
Wine builds for Fedora (Fedora_40) 8.4 kB/s | 6.6 kB 00:00
Dependencies resolved.
=====================================================================================================================================================
Package Architecture Version Repository Size
=====================================================================================================================================================
Installing:
wine-staging x86_64 1:9.18-4.1 Emulators_Wine_Fedora 198 M
Installing dependencies:
ModemManager-glib x86_64 1.22.0-3.fc40 fedora 322 k
.
.
.
Installing weak dependencies:
.
.
.
Transaction Summary
=====================================================================================================================================================
Install 366 Packages
Total download size: 422 M
Installed size: 2.1 G
Downloading Packages:
(1/366): abattis-cantarell-vf-fonts-0.301-12.fc40.noarch.rpm 336 kB/s | 120 kB 00:00
(2/366): ModemManager-glib-1.22.0-3.fc40.x86_64.rpm 694 kB/s | 322 kB 00:00
.
.
.
(365/366): xdg-desktop-portal-1.18.4-1.fc40.x86_64.rpm 3.4 MB/s | 474 kB 00:00
(366/366): wine-staging-9.18-4.1.x86_64.rpm 7.4 MB/s | 198 MB 00:26
-----------------------------------------------------------------------------------------------------------------------------------------------------
Total 15 MB/s | 422 MB 00:28
Wine builds for Fedora (Fedora_40) 2.7 kB/s | 1.1 kB 00:00
Importing GPG key 0x5104960E:
Userid : "Emulators OBS Project <[email protected]>"
Fingerprint: 31CF B0B6 5659 B5D4 0DEE C98D DFA1 75A7 5104 960E
From : https://download.opensuse.org/repositories/Emulators:/Wine:/Fedora/Fedora_40/repodata/repomd.xml.key
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : libpng-2:1.6.40-3.fc40.x86_64 1/366
Installing : libjpeg-turbo-3.0.2-1.fc40.x86_64 2/366
Installing : avahi-libs-0.8-26.fc40.x86_64 3/366
.
.
.
Installed:
ModemManager-glib-1.22.0-3.fc40.x86_64 NetworkManager-libnm-1:1.46.2-1.fc40.x86_64
SDL2-2.30.3-1.fc40.x86_64 abattis-cantarell-vf-fonts-0.301-12.fc40.noarch
.
.
.
xml-common-0.6.3-63.fc40.noarch xprop-1.2.7-1.fc40.x86_64
xvidcore-1.3.7-11.fc40.x86_64 zeromq-4.3.5-16.fc40.x86_64
zimg-3.0.5-2.fc40.x86_64 zvbi-0.2.35-22.fc40.x86_64
Complete!
Apptainer> which wine
/usr/bin/which: no wine in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)