What's the command to update konsole using zypper?

What’s the command to update konsole using zypper?
Is it:


sudo zypper update konsole

You need to specify the package type:

zypper up -t package konsole

For help on a zypper command cmd, enter

zypper help cmd

zypper up -t package konsole


Loading repository data...
Reading installed packages...
Package 'konsole' is not installed.
Resolving package dependencies...
Nothing to do.

This is the command:


sudo zypper up -t package kde4-konsole

Yes, zypper is particular about the package name. :slight_smile:

OTOH, zypper helpfully searches on substrings of package names:

zypper se konsole

returns both konsole and kde4-konsole, plus a few others. BTW, konsole is considerably newer than kde4-konsole.
HTH