Konsole and Yast not working after update

Hi,
I updated my SuSE and now it is not working for 2 issues .

  1. Running konsole from xterm gives me this message
    konsole: symbol lookup error: /usr/lib64/libKF5NewStuffCore.so.5: undefined symbol: _ZN6Attica15ProviderManager12failedToLoadERK4QUrlN13QNetworkReply12NetworkErrorE

  2. Running yast from xterm gives me this message
    Couldn’t load plug-in ncurses-pkg
    Check the log file

Please help

regards,
tjiptomangun

Hi, and welcome to the forums :slight_smile:

Could you elaborate a little… Updated from what, and how?

Probably helpful to also show your repository list:

sudo zypper lr -d

Couldn’t load plug-in ncurses-pkg

try:

 sudo zypper in libyui-ncurses-pkg9

[size=2]Hi PauL, thank you for the response

  1. Here is the result of lr -d.

| Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service

—±------------------------------------±----------------------------------------±--------±----------±--------±---------±-------±---------------------------------------------------------------------------------------±-------
1 | code | Visual Studio Code | Yes | (r ) Yes | No | 99 | rpm-md | https://packages.microsoft.com/yumrepos/vscode |
2 | http-download.opensuse.org-8cabb64b | openSUSE:Leap:15.1 | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/distribution/leap/15.1/repo/oss/ |
3 | miktex-opensuse-15 | MiKTeX openSUSE Leap 15 | No | ---- | ---- | 99 | rpm-md | https://miktex.org/download/opensuse/15/ |
4 | openSUSE-Leap-15.0-1 | openSUSE-Leap-15.0-1 | No | ---- | ---- | 99 | rpm-md | hd:/?device=/dev/disk/by-id/usb-TOSHIBA_TransMemory_C412F52D6CA0C1A0A0024D81-0:0-part2 |
5 | openSuSE:Leap:15.1.nonoss | openSuSE:Leap:15.1.nonoss | Yes | (r ) Yes | No | 99 | rpm-md | http://download.opensuse.org/distribution/leap/15.1/repo/non-oss |
6 | repo-debug | openSUSE-Leap-15.0-Debug | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/distribution/leap/15.0/repo/oss/ |
7 | repo-debug-non-oss | openSUSE-Leap-15.0-Debug-Non-Oss | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/distribution/leap/15.0/repo/non-oss/ |
8 | repo-debug-update | openSUSE-Leap-15.0-Update-Debug | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/update/leap/15.0/oss/ |
9 | repo-debug-update-non-oss | openSUSE-Leap-15.0-Update-Debug-Non-Oss | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/update/leap/15.0/non-oss/ |
10 | repo-non-oss | openSUSE-Leap-15.0-Non-Oss | No | ---- | ---- | 99 | rpm-md | http://download.opensuse.org/distribution/leap/15.0/repo/non-oss/ |
11 | repo-oss | openSUSE-Leap-15.0-Oss | No | ---- | ---- | 99 | rpm-md | http://download.opensuse.org/distribution/leap/15.0/repo/oss/ |
12 | repo-source | openSUSE-Leap-15.0-Source | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/distribution/leap/15.0/repo/oss/ |
13 | repo-source-non-oss | openSUSE-Leap-15.0-Source-Non-Oss | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/distribution/leap/15.0/repo/non-oss/ |
14 | repo-update | openSUSE-Leap-15.0-Update | No | ---- | ---- | 99 | rpm-md | http://download.opensuse.org/update/leap/15.0/oss/ |
15 | repo-update-non-oss | openSUSE-Leap-15.0-Update-Non-Oss | No | ---- | ---- | 99 | rpm-md | http://download.opensuse.org/update/leap/15.0/non-oss/ |
16 | skype-stable | skype (stable) | Yes | (r ) Yes | Yes | 99 | rpm-md | https://repo.skype.com/rpm/stable/ |
17 | wifi-update | wifi-update | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.0/oss/ |

cat /etc/os-release |
NAME=“openSUSE Leap”
VERSION="15.1 "
ID=“opensuse-leap”
ID_LIKE=“suse opensuse”
VERSION_ID=“15.1”
PRETTY_NAME=“openSUSE Leap 15.1”
ANSI_COLOR=“0;32”
CPE_NAME=“cpe:/o:opensuse:leap:15.1”
BUG_REPORT_URL=“https://bugs.opensuse.org
HOME_URL=“https://www.opensuse.org/”[/size]

uname -a
Linux linux-h4h0 4.12.14-lp151.27-default #1 SMP Fri May 10 14:13:15 UTC 2019 (862c838) x86_64 x86_64 x86_64 GNU/Linux

[FONT=courier new][size=1][size=2]2. ncurses problem is solved.

Best regards,
henky[/size]
[/FONT][/size]

Hi Paul,
I forgot to tell you that the update is scheduled update by the system, pop up from the system tray that notifies me.

Best regards,
henky

Hi Paul,
Your question enlighten me, I do thank you for that . I add some repositories, run zypper dup and zypper update and everyhing is fine now.
It seems update to new version does not automatically add update repositories.

1, sudo zypper ar http://download.opensuse.org/distribution/leap/15.1/repo/non-oss openSuSE:Leap:15.1.nonoss
sudo zypper ar http://download.opensuse.org/update/leap/15.1/oss/ update15.1
sudo zypper ar http://download.opensuse.org/update/leap/15.1/non-oss/ update_non_oss_15.1

  1. sudo zypper dup --from openSUSE:Leap:15.1 --allow-vendor-change

  2. Restart because the system asks for restart

Best regards,
henky

Good to hear you’ve resolved the issue yourself. :slight_smile: