PowerShell 7.4.0-preview.3
PS /home/rokejulianlockhart> zypper search qml-module-qt-labs-platform
Repository 'dmafanasyev' is out-of-date. You can run 'zypper refresh' as root to update it.
Repository 'Main Repository (NON-OSS)' is out-of-date. You can run 'zypper refresh' as root to update it.
Repository 'Main Repository (DEBUG)' is out-of-date. You can run 'zypper refresh' as root to update it.
Repository 'Main Repository (Sources)' is out-of-date. You can run 'zypper refresh' as root to update it.
Repository 'Main Repository (OSS)' is out-of-date. You can run 'zypper refresh' as root to update it.
Repository 'Packman Repository' is out-of-date. You can run 'zypper refresh' as root to update it.
Repository 'openSUSE-20230123-0' is out-of-date. You can run 'zypper refresh' as root to update it.
Repository 'Packman' is out-of-date. You can run 'zypper refresh' as root to update it.
Loading repository data...
Reading installed packages...
No matching items found.
NativeCommandExitException: Program "zypper" ended with non-zero exit code: 104.
PS /home/rokejulianlockhart>
Does a Qt6 version exist? I’m using qml with PySide6, so I’d be surprised if Qt5 libraries worked. Especially considering
PS /home/rokejulianlockhart> sudo zypper install libqt5-qtquickcontrols2
Loading repository data...
Reading installed packages...
'libqt5-qtquickcontrols2' is already installed.
No update candidate for 'libqt5-qtquickcontrols2-5.15.9+kde5-1.1.x86_64'. The highest available version is already installed.
Resolving package dependencies...
Nothing to do.
PS /home/rokejulianlockhart>
Also,
PS /home/rokejulianlockhart> sudo zypper install qt6-declarative-imports [sudo] password for root:
Retrieving repository 'Main Repository (NON-OSS)' metadata .............................................[done]
Building repository 'Main Repository (NON-OSS)' cache ..................................................[done]
Retrieving repository 'Main Repository (DEBUG)' metadata ...............................................[done]
Building repository 'Main Repository (DEBUG)' cache ....................................................[done]
Retrieving repository 'Main Repository (Sources)' metadata .............................................[done]
Building repository 'Main Repository (Sources)' cache ..................................................[done]
Retrieving repository 'Main Repository (OSS)' metadata .................................................[done]
Building repository 'Main Repository (OSS)' cache ......................................................[done]
Retrieving repository 'openSUSE-20230123-0' metadata ...................................................[done]
Building repository 'openSUSE-20230123-0' cache ........................................................[done]
Loading repository data...
Reading installed packages...
'qt6-declarative-imports' is already installed.
No update candidate for 'qt6-declarative-imports-6.5.0-2.1.x86_64'. The highest available version is already installed.
Resolving package dependencies...
Nothing to do.
PS /home/rokejulianlockhart>
@rokejulianlockhart Ahh my bad, I thought it was a powershell issue on linux. Your running wsl2 and openSUSE and whatever app your trying to run isn’t working?
No, I’m using OpenSUSE on bare metal. I just use PowerShell Core as my default shell in konsole. I haven’t chsh- s’d it as the login shell, though – that’s still bash.