You are not new on this forum to not be aware of https://susepaste.org/
I have indeed been here a long time, but don’t know about that - thanks; I’ll check it out.
Here’s the entire output of the cmd line…
https://paste.opensuse.org/pastes/0aa9d29747bc
Please post the whole!!! Comandline, not only a piece.
linux64:/home/stephan # /sbin/ldconfig /usr/lib64/audacity
linux64:/home/stephan #
It seems, you are not running trhe command as root???
Or do you login to your Desktop as root???
No, I never login as root. Did you think that is because I trimmed off the full prompt? If so, sorry, I didn’t mean to confuse things. (Don’t like always giving out name of my box.)
patti@linux-lhkc:~> /sbin/ldconfig /usr/lib64/audacity
/sbin/ldconfig: Can't create temporary cache file /etc/ld.so.cache.YRK7ha: Permission denied
patti@linux-lhkc:~>
I put the -v back in and the full output is here:
patti@linux-lhkc:~> /sbin/ldconfig -v /usr/lib64/audacity >& cmd2.txt
patti@linux-lhkc:~>
https://paste.opensuse.org/pastes/7afd31c2ce45
(For some reason the “Copy link to clipboard” button at the top right of the screen at paste.opensuse.org didn’t work, so I copied the links from the firefox address box. One of them should work.)
I hope this helps and I apologize for the confusion up until now.
Pattim
patti@linux-lhkc:~> /sbin/ldconfig /usr/lib64/audacity
You do not execute the command as root, only as user.
Yes. I did execute it as the user “patti” - me. I am not logged in as root, su, or any superuser status. I output the results (which I uploaded) to a text file since it scrolled off my konsole screen (rather than adjusting the number of lines konsole stores). I normally execute “root” commands with sudo - for instance, like this…
> cd /etc/openvpn && sudo openvpn barzette_all.conf
I can’t rule out the existence of a rootkit or virus. I’ve been told here to avoid rkhunter and clamav as unreliable.
You have to execute the command as root, I do not use sudo, but you can use it.
sudo /sbin/ldconfig /usr/lib64/audacity
Otherwise it is not working.
No, it fails even if I run the following:
sudo /sbin/ldconfig /usr/lib64/audacity
…and then run audacity as a user. Same errors…
patti> audacity
(process:30325): Gdk-CRITICAL **: 11:19:15.742: gdk_screen_get_root_window: assertion 'GDK_IS_SCREEN (screen)' failed
(process:30325): Gdk-CRITICAL **: 11:19:15.742: gdk_window_get_display: assertion 'GDK_IS_WINDOW (window)' failed
(process:30325): Gdk-CRITICAL **: 11:19:15.742: gdk_cursor_new_from_pixbuf: assertion 'GDK_IS_DISPLAY (display)' failed
patti>
Something is obviously wrong with my system and it only seems to affect audacity. I don’t know how to trouble-shoot. So I guess it will work only after a complete system reinstall.
BTW: Instructions unclear:
“You do not execute the command as root, only as user.”
“You have to execute the command as root…”
I tried (above) running sudo /sbin/ldconfig /usr/lib64/audacity and then audacity as a user. This procedure obtained the three Gdk errors, as before.
(process:30325): Gdk-CRITICAL **: 11:19:15.742: gdk_screen_get_root_window: assertion 'GDK_IS_SCREEN (screen)' failed
(process:30325): Gdk-CRITICAL **: 11:19:15.742: gdk_window_get_display: assertion 'GDK_IS_WINDOW (window)' failed
(process:30325): Gdk-CRITICAL **: 11:19:15.742: gdk_cursor_new_from_pixbuf: assertion 'GDK_IS_DISPLAY (display)' failed
These does not hurt, I get the same in terminal but audacity is starting.
Ah, I see.
Unknown, then, why audacity fails to complete the start-up sequence on my system. Unknown how to trouble shoot. Tried uninstall and reinstall…
Maybe you have installed something that does not work with audacity?
Post as user executed:
ldd /usr/bin/audacity
BTW: Instructions unclear:
“You do not execute the command as root, only as user.”
“You have to execute the command as root…”
What is not clear?
You can run an command as user or as root (su or sudo)
root can do all things in your system, the user not…
Sorry… if feels a little like a language barrier…
I am not running any specific background processes except openvpn. Also just standard things like firefox and thunderbird and gkrellm (all in KDE). Also no odd configurations in .bashrc.
We’ve verified that the repo version of audacity works. So that means there is something broken in my system, And this something is not easy for a wizard to find.
We’ve verified that the repo version of audacity works.
If you can use it, do it.
Otherwise open an terminal, copy/paste in:
ldd /usr/bin/audacity
And copy/paste the output incl. the whole commandline!!! here in Code-Tags or on susepaste.
Is this acceptable?
patti@linux-lhkc:~>> ldd /usr/bin/audacity
linux-vdso.so.1 (0x00007ffd2398c000)
lib-theme-resources.so => /usr/lib64/audacity/lib-theme-resources.so (0x00007f2d277b1000)
lib-graphics.so => /usr/lib64/audacity/lib-graphics.so (0x00007f2d277aa000)
lib-tags.so => /usr/lib64/audacity/lib-tags.so (0x00007f2d27797000)
lib-project-file-io.so => /usr/lib64/audacity/lib-project-file-io.so (0x00007f2d27731000)
lib-wx-init.so => /usr/lib64/audacity/lib-wx-init.so (0x00007f2d276a9000)
lib-time-track.so => /usr/lib64/audacity/lib-time-track.so (0x00007f2d27698000)
lib-snapping.so => /usr/lib64/audacity/lib-snapping.so (0x00007f2d27676000)
lib-vst3.so => /usr/lib64/audacity/lib-vst3.so (0x00007f2d2760f000)
lib-ffmpeg-support.so => /usr/lib64/audacity/lib-ffmpeg-support.so (0x00007f2d27597000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f2d27592000)
lib-shuttlegui.so => /usr/lib64/audacity/lib-shuttlegui.so (0x00007f2d27542000)
lib-theme.so => /usr/lib64/audacity/lib-theme.so (0x00007f2d274d0000)
lib-wx-wrappers.so => /usr/lib64/audacity/lib-wx-wrappers.so (0x00007f2d27499000)
libgtk-3.so.0 => /usr/lib64/libgtk-3.so.0 (0x00007f2d26c6e000)
libgdk-3.so.0 => /usr/lib64/libgdk-3.so.0 (0x00007f2d26b6c000)
libgobject-2.0.so.0 => /usr/lib64/libgobject-2.0.so.0 (0x00007f2d26b0b000)
lib-effects.so => /usr/lib64/audacity/lib-effects.so (0x00007f2d26ac9000)
lib-wave-track.so => /usr/lib64/audacity/lib-wave-track.so (0x00007f2d26a79000)
lib-track-selection.so => /usr/lib64/audacity/lib-track-selection.so (0x00007f2d26a5b000)
lib-time-frequency-selection.so => /usr/lib64/audacity/lib-time-frequency-selection.so (0x00007f2d26a42000)
lib-screen-geometry.so => /usr/lib64/audacity/lib-screen-geometry.so (0x00007f2d26a3e000)
lib-audio-io.so => /usr/lib64/audacity/lib-audio-io.so (0x00007f2d26a04000)
lib-sample-track.so => /usr/lib64/audacity/lib-sample-track.so (0x00007f2d269e4000)
lib-realtime-effects.so => /usr/lib64/audacity/lib-realtime-effects.so (0x00007f2d269b3000)
lib-track.so => /usr/lib64/audacity/lib-track.so (0x00007f2d2697f000)
lib-project-history.so => /usr/lib64/audacity/lib-project-history.so (0x00007f2d2696d000)
lib-module-manager.so => /usr/lib64/audacity/lib-module-manager.so (0x00007f2d2691b000)
lib-command-parameters.so => /usr/lib64/audacity/lib-command-parameters.so (0x00007f2d2690c000)
lib-numeric-formats.so => /usr/lib64/audacity/lib-numeric-formats.so (0x00007f2d268ce000)
lib-project-rate.so => /usr/lib64/audacity/lib-project-rate.so (0x00007f2d268bb000)
lib-project.so => /usr/lib64/audacity/lib-project.so (0x00007f2d268ab000)
lib-registries.so => /usr/lib64/audacity/lib-registries.so (0x00007f2d26895000)
lib-xml.so => /usr/lib64/audacity/lib-xml.so (0x00007f2d26875000)
lib-string-utils.so => /usr/lib64/audacity/lib-string-utils.so (0x00007f2d26860000)
lib-audio-devices.so => /usr/lib64/audacity/lib-audio-devices.so (0x00007f2d26838000)
libX11.so.6 => /usr/lib64/libX11.so.6 (0x00007f2d264f5000)
lib-files.so => /usr/lib64/audacity/lib-files.so (0x00007f2d264cc000)
lib-exceptions.so => /usr/lib64/audacity/lib-exceptions.so (0x00007f2d264c2000)
lib-math.so => /usr/lib64/audacity/lib-math.so (0x00007f2d264a8000)
lib-preferences.so => /usr/lib64/audacity/lib-preferences.so (0x00007f2d26495000)
lib-basic-ui.so => /usr/lib64/audacity/lib-basic-ui.so (0x00007f2d2648e000)
lib-components.so => /usr/lib64/audacity/lib-components.so (0x00007f2d2647a000)
lib-utility.so => /usr/lib64/audacity/lib-utility.so (0x00007f2d26473000)
lib-strings.so => /usr/lib64/audacity/lib-strings.so (0x00007f2d26459000)
libwx_baseu-suse-nostl.so.5.0.0 => /usr/lib64/libwx_baseu-suse-nostl.so.5.0.0 (0x00007f2d25fcd000)
libwx_gtk3u_core-suse-nostl.so.5.0.0 => /usr/lib64/libwx_gtk3u_core-suse-nostl.so.5.0.0 (0x00007f2d2558d000)
libwx_gtk3u_html-suse-nostl.so.5.0.0 => /usr/lib64/libwx_gtk3u_html-suse-nostl.so.5.0.0 (0x00007f2d252ac000)
libwx_gtk3u_qa-suse-nostl.so.5.0.0 => /usr/lib64/libwx_gtk3u_qa-suse-nostl.so.5.0.0 (0x00007f2d2507b000)
libwx_baseu_net-suse-nostl.so.5.0.0 => /usr/lib64/libwx_baseu_net-suse-nostl.so.5.0.0 (0x00007f2d24e35000)
libid3tag.so.0 => /usr/lib64/libid3tag.so.0 (0x00007f2d24c1e000)
libFLAC.so.12 => /usr/lib64/libFLAC.so.12 (0x00007f2d24bb9000)
libFLAC++.so.10 => /usr/lib64/libFLAC++.so.10 (0x00007f2d24b9d000)
libmpg123.so.0 => /usr/lib64/libmpg123.so.0 (0x00007f2d2493a000)
libwavpack.so.1 => /usr/lib64/libwavpack.so.1 (0x00007f2d2470d000)
libvorbisfile.so.3 => /usr/lib64/libvorbisfile.so.3 (0x00007f2d24504000)
libvorbis.so.0 => /usr/lib64/libvorbis.so.0 (0x00007f2d242d7000)
libvorbisenc.so.2 => /usr/lib64/libvorbisenc.so.2 (0x00007f2d2402e000)
libogg.so.0 => /usr/lib64/libogg.so.0 (0x00007f2d23e27000)
libtwolame.so.0 => /usr/lib64/libtwolame.so.0 (0x00007f2d23c03000)
liblilv-0.so.0 => /usr/lib64/liblilv-0.so.0 (0x00007f2d239e8000)
libsuil-0.so.0 => /usr/lib64/libsuil-0.so.0 (0x00007f2d239e3000)
libportmidi.so.0 => /usr/lib64/libportmidi.so.0 (0x00007f2d239d8000)
libsndfile.so.1 => /usr/lib64/libsndfile.so.1 (0x00007f2d2375c000)
libportaudio.so.2 => /usr/lib64/libportaudio.so.2 (0x00007f2d2352c000)
libSoundTouch.so.0 => /usr/lib64/libSoundTouch.so.0 (0x00007f2d23319000)
libvamp-hostsdk.so.3 => /usr/lib64/libvamp-hostsdk.so.3 (0x00007f2d232da000)
libglib-2.0.so.0 => /usr/lib64/libglib-2.0.so.0 (0x00007f2d231a5000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f2d23181000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f2d22d5c000)
libm.so.6 => /lib64/libm.so.6 (0x00007f2d22c10000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f2d229f2000)
libc.so.6 => /lib64/libc.so.6 (0x00007f2d227f9000)
lib-transactions.so => /usr/lib64/audacity/lib-transactions.so (0x00007f2d227f1000)
libsqlite3.so.0 => /usr/lib64/libsqlite3.so.0 (0x00007f2d224b6000)
/lib64/ld-linux-x86-64.so.2 (0x00007f2d28a2f000)
libgdk_pixbuf-2.0.so.0 => /usr/lib64/libgdk_pixbuf-2.0.so.0 (0x00007f2d22288000)
libgmodule-2.0.so.0 => /usr/lib64/libgmodule-2.0.so.0 (0x00007f2d22281000)
libpangocairo-1.0.so.0 => /usr/lib64/libpangocairo-1.0.so.0 (0x00007f2d22072000)
libXi.so.6 => /usr/lib64/libXi.so.6 (0x00007f2d21e61000)
libXfixes.so.3 => /usr/lib64/libXfixes.so.3 (0x00007f2d21c5b000)
libcairo-gobject.so.2 => /usr/lib64/libcairo-gobject.so.2 (0x00007f2d21a52000)
libcairo.so.2 => /usr/lib64/libcairo.so.2 (0x00007f2d2171b000)
libatk-1.0.so.0 => /usr/lib64/libatk-1.0.so.0 (0x00007f2d214f1000)
libatk-bridge-2.0.so.0 => /usr/lib64/libatk-bridge-2.0.so.0 (0x00007f2d212bd000)
libepoxy.so.0 => /usr/lib64/libepoxy.so.0 (0x00007f2d21189000)
libfribidi.so.0 => /usr/lib64/libfribidi.so.0 (0x00007f2d20f6d000)
libgio-2.0.so.0 => /usr/lib64/libgio-2.0.so.0 (0x00007f2d20d8b000)
libpangoft2-1.0.so.0 => /usr/lib64/libpangoft2-1.0.so.0 (0x00007f2d20b73000)
libpango-1.0.so.0 => /usr/lib64/libpango-1.0.so.0 (0x00007f2d2090d000)
libharfbuzz.so.0 => /usr/lib64/libharfbuzz.so.0 (0x00007f2d207e8000)
libfontconfig.so.1 => /usr/lib64/libfontconfig.so.1 (0x00007f2d205a3000)
libXinerama.so.1 => /usr/lib64/libXinerama.so.1 (0x00007f2d203a0000)
libXrandr.so.2 => /usr/lib64/libXrandr.so.2 (0x00007f2d20195000)
libXcursor.so.1 => /usr/lib64/libXcursor.so.1 (0x00007f2d1ff8a000)
libXcomposite.so.1 => /usr/lib64/libXcomposite.so.1 (0x00007f2d1fd85000)
libXdamage.so.1 => /usr/lib64/libXdamage.so.1 (0x00007f2d1fb82000)
libxkbcommon.so.0 => /usr/lib64/libxkbcommon.so.0 (0x00007f2d1f93e000)
libwayland-cursor.so.0 => /usr/lib64/libwayland-cursor.so.0 (0x00007f2d1f935000)
libwayland-egl.so.1 => /usr/lib64/libwayland-egl.so.1 (0x00007f2d1f932000)
libwayland-client.so.0 => /usr/lib64/libwayland-client.so.0 (0x00007f2d1f921000)
libXext.so.6 => /usr/lib64/libXext.so.6 (0x00007f2d1f70d000)
librt.so.1 => /lib64/librt.so.1 (0x00007f2d1f703000)
libffi.so.7 => /usr/lib64/libffi.so.7 (0x00007f2d1f4f9000)
lib-audio-graph.so => /usr/lib64/audacity/lib-audio-graph.so (0x00007f2d1f4e9000)
lib-ipc.so => /usr/lib64/audacity/lib-ipc.so (0x00007f2d1f4e0000)
libexpat.so.1 => /usr/lib64/libexpat.so.1 (0x00007f2d1f2a1000)
libasound.so.2 => /usr/lib64/libasound.so.2 (0x00007f2d1f19c000)
libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00007f2d1ef73000)
libsoxr.so.0 => /usr/lib64/libsoxr.so.0 (0x00007f2d1ed0e000)
libz.so.1 => /usr/lib64/libz.so.1 (0x00007f2d1ecf5000)
liblzma.so.5 => /usr/lib64/liblzma.so.5 (0x00007f2d1eabb000)
libSM.so.6 => /usr/lib64/libSM.so.6 (0x00007f2d1e8b3000)
libnotify.so.4 => /usr/lib64/libnotify.so.4 (0x00007f2d1e6aa000)
libXtst.so.6 => /usr/lib64/libXtst.so.6 (0x00007f2d1e4a2000)
libSDL2-2.0.so.0 => /usr/lib64/libSDL2-2.0.so.0 (0x00007f2d1e2d1000)
libpng16.so.16 => /usr/lib64/libpng16.so.16 (0x00007f2d1e08e000)
libjpeg.so.8 => /usr/lib64/libjpeg.so.8 (0x00007f2d1dde6000)
libtiff.so.5 => /usr/lib64/libtiff.so.5 (0x00007f2d1db6c000)
libmspack.so.0 => /usr/lib64/libmspack.so.0 (0x00007f2d1d959000)
libwx_baseu_xml-suse-nostl.so.5.0.0 => /usr/lib64/libwx_baseu_xml-suse-nostl.so.5.0.0 (0x00007f2d1d745000)
libserd-0.so.0 => /usr/lib64/libserd-0.so.0 (0x00007f2d1d528000)
libsord-0.so.0 => /usr/lib64/libsord-0.so.0 (0x00007f2d1d31e000)
libsratom-0.so.0 => /usr/lib64/libsratom-0.so.0 (0x00007f2d1d115000)
libFLAC.so.8 => /usr/lib64/libFLAC.so.8 (0x00007f2d1ced8000)
libspeex.so.1 => /usr/lib64/libspeex.so.1 (0x00007f2d1ccbb000)
libjack.so.0 => /usr/lib64/libjack.so.0 (0x00007f2d1ca73000)
libpcre.so.1 => /usr/lib64/libpcre.so.1 (0x00007f2d1c7ea000)
libpixman-1.so.0 => /usr/lib64/libpixman-1.so.0 (0x00007f2d1c541000)
libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00007f2d1c283000)
libEGL.so.1 => /usr/lib64/libEGL.so.1 (0x00007f2d1c26d000)
libxcb-shm.so.0 => /usr/lib64/libxcb-shm.so.0 (0x00007f2d1c069000)
libxcb-render.so.0 => /usr/lib64/libxcb-render.so.0 (0x00007f2d1be5b000)
libXrender.so.1 => /usr/lib64/libXrender.so.1 (0x00007f2d1bc50000)
libGL.so.1 => /usr/lib64/libGL.so.1 (0x00007f2d1bbc4000)
libdbus-1.so.3 => /usr/lib64/libdbus-1.so.3 (0x00007f2d1bb71000)
libatspi.so.0 => /usr/lib64/libatspi.so.0 (0x00007f2d1b934000)
libmount.so.1 => /usr/lib64/libmount.so.1 (0x00007f2d1b8d5000)
libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f2d1b6ac000)
libresolv.so.2 => /lib64/libresolv.so.2 (0x00007f2d1b694000)
libthai.so.0 => /usr/lib64/libthai.so.0 (0x00007f2d1b48a000)
libgraphite2.so.3 => /usr/lib64/libgraphite2.so.3 (0x00007f2d1b262000)
libuuid.so.1 => /usr/lib64/libuuid.so.1 (0x00007f2d1b259000)
libXau.so.6 => /usr/lib64/libXau.so.6 (0x00007f2d1b055000)
libgomp.so.1 => /usr/lib64/libgomp.so.1 (0x00007f2d1ae0d000)
libICE.so.6 => /usr/lib64/libICE.so.6 (0x00007f2d1abf0000)
libjbig.so.2 => /usr/lib64/libjbig.so.2 (0x00007f2d1a9e2000)
libbz2.so.1 => /usr/lib64/libbz2.so.1 (0x00007f2d1a7c5000)
libGLdispatch.so.0 => /usr/lib64/libGLdispatch.so.0 (0x00007f2d1a70f000)
libGLX.so.0 => /usr/lib64/libGLX.so.0 (0x00007f2d1a6dd000)
libsystemd.so.0 => /usr/lib64/libsystemd.so.0 (0x00007f2d1a5fa000)
libblkid.so.1 => /usr/lib64/libblkid.so.1 (0x00007f2d1a5a4000)
libdatrie.so.1 => /usr/lib64/libdatrie.so.1 (0x00007f2d1a39d000)
libzstd.so.1 => /usr/lib64/libzstd.so.1 (0x00007f2d1a26c000)
liblz4.so.1 => /usr/lib64/liblz4.so.1 (0x00007f2d1a04b000)
libcap.so.2 => /usr/lib64/libcap.so.2 (0x00007f2d1a040000)
libgcrypt.so.20 => /usr/lib64/libgcrypt.so.20 (0x00007f2d19f00000)
libgpg-error.so.0 => /usr/lib64/libgpg-error.so.0 (0x00007f2d19cdc000)
patti@linux-lhkc:~>
…audacity does not start.
Post also:
zypper lr -d
zypper se -s audacity
patti@linux-lhkc:~> zypper lr -d
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
---+-----------------------------+--------+---------+-----------+---------+----------+--------+----------------------------------------------------------------------------+--------
1 | GAMES | GAMES | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/repositories/games/15.5/ |
2 | ITHOD | ITHOD | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/repositories/home:/ithod/15.5 |
3 | MOZILLA | MOZI-> | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/repositories/mozilla/openSUSE_Leap_15.5/ |
4 | SCIENCE | SCIE-> | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/science/15.5/ |
5 | Sauerland | Saue-> | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/repositories/home:/Sauerland:/mixx/15.5/ |
6 | brave-browser | Brav-> | Yes | (r ) Yes | Yes | 99 | rpm-md | https://brave-browser-rpm-release.s3.brave.com/x86_64 |
7 | brave-browser-beta | Brav-> | Yes | (r ) Yes | Yes | 99 | rpm-md | https://brave-browser-rpm-beta.s3.brave.com/x86_64 |
8 | openSUSE-Leap-15.5-1 | open-> | No | ---- | ---- | 99 | rpm-md | hd:/?device=/dev/disk/by-id/usb-_Patriot_Memory_07BA1101B2F91C70-0:0-part2 |
9 | packman | PACK-> | Yes | (r ) Yes | Yes | 90 | rpm-md | https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_15.5/ |
10 | repo-backports-debug-update | Upda-> | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/update/leap/15.5/backports_debug/ |
11 | repo-backports-update | Upda-> | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.5/backports/ |
12 | repo-debug | Debu-> | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/distribution/leap/15.5/repo/oss/ |
13 | repo-debug-non-oss | Debu-> | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/distribution/leap/15.5/repo/non-oss/ |
14 | repo-debug-update | Upda-> | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/update/leap/15.5/oss/ |
15 | repo-debug-update-non-oss | Upda-> | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/update/leap/15.5/non-oss/ |
16 | repo-non-oss | Non--> | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/distribution/leap/15.5/repo/non-oss/ |
17 | repo-openh264 | Open-> | Yes | (r ) Yes | Yes | 99 | rpm-md | http://codecs.opensuse.org/openh264/openSUSE_Leap/ |
18 | repo-oss | Main-> | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/distribution/leap/15.5/repo/oss/ |
19 | repo-sle-debug-update | Upda-> | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/update/leap/15.5/sle/ |
20 | repo-sle-update | Upda-> | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.5/sle/ |
21 | repo-source | Sour-> | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/distribution/leap/15.5/repo/oss/ |
22 | repo-update | Main-> | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.5/oss |
23 | repo-update-non-oss | Upda-> | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.5/non-oss/ |
patti@linux-lhkc:~>
patti@linux-lhkc:~> zypper se -s audacity
Repository 'GAMES' is out-of-date. You can run 'zypper refresh' as root to update it.
Repository 'MOZILLA' is out-of-date. You can run 'zypper refresh' as root to update it.
Repository 'SCIENCE' 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.
Repository 'Update repository of openSUSE Backports' is out-of-date. You can run 'zypper refresh' as root to update it.
Repository 'Update repository with updates from SUSE Linux Enterprise 15' is out-of-date. You can run 'zypper refresh' as root to update it.
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
---+---------------+------------+-------------------+--------+----------------
i+ | audacity | package | 3.3.3-lp155.230.1 | x86_64 | Sauerland
v | audacity | package | 2.2.2-bp155.3.13 | x86_64 | Main Repository
| audacity | srcpackage | 3.3.3-lp155.230.1 | noarch | Sauerland
i | audacity-lang | package | 3.3.3-lp155.230.1 | noarch | Sauerland
v | audacity-lang | package | 2.2.2-bp155.3.13 | noarch | Main Repository
patti@linux-lhkc:~>
I deleted 3.3.3 from YaST before installing the 2.2.2 package. I don’t know why they’re both listed. Perhaps I only dreamed I deleted 3.3.3?
My bad - YaST shows the 3.3.3 (Sauerland) is currently installed. I don’t know why it shows 2.2.2. YaST lists 2.2.2 only as another available version.
Now as root:
sudo zypper dup --allow-vendor-change --from Sauerland
Is audacity now working?
Oops wait, I had wxwidgets disabled.
Post:
zypper ve
My command:
zypper se -s audacity
means:
zypper search ----details audacity
I have extra not used i for installed.
see
zypper search --help
or
zypper help