Bug 1101260 - Removing ksh results in four warnings about files not actually present
Summary: Removing ksh results in four warnings about files not actually present
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Michael Schröder
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-15 19:19 UTC by Gerald Pfeifer
Modified: 2018-07-16 09:05 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerald Pfeifer 2018-07-15 19:19:20 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
Comment 1 Michael Schröder 2018-07-16 09:05:40 UTC
That's because update-alternatives already removed those files. I'm not sure if there's any good way to do this different.