Bugzilla – Bug 1101260
Removing ksh results in four warnings about files not actually present
Last modified: 2018-07-16 09:05:40 UTC
REmoving the ksh package results in four warnings about files not actually present: # zypper rm --clean-deps ksh ... : (3/9) Removing ksh-93vu-1.2.x86_64 .....[done] Additional rpm output: warning: file /usr/share/man/man1/rksh.1.gz: remove failed: No such file or directory warning: file /usr/share/man/man1/ksh.1.gz: remove failed: No such file or directory warning: file /usr/bin/ksh: remove failed: No such file or directory warning: file /bin/ksh: remove failed: No such file or directory
That's because update-alternatives already removed those files. I'm not sure if there's any good way to do this different.