On Fri, Dec 13, 2013 at 5:12 AM, Rob Verduijn <rob.verduijn@gmail.com> wrote:
Hello all,
Does anybody know how to perform the following queries with rpm:
How to use zypper/rpm to show which packages are an orphan package ?
zypper packages --orphaned (opensuse 13.1 only)
How to use zypper/rpm to show which package has a newer version than the ones that are available in the current enabled repositories ?
zypper list-updates
And lastly,
When you issue the command zypper ps, you get a list of processes that are using libraries that are no longer in use, does anybody know how to perform the same trick without using zypper ?
lsof | grep DEL -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org