Liam Proven composed on 2018-01-26 12:30 (UTC+0100):
On Fri, 26 Jan 2018 04:33:35 -0500 Felix Miata wrote:
# readdvd -d /dev/sr0 -o andrew-wommack-healing.iso If 'readdvd' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf readdvd # cnf readdvd readdvd: command not found
That is a correct, valid response. CNF ran and it doesn't know of any command called "readdvd" -- and neither do I.
# which cnf /usr/bin/cnf
Why do this? CNF is there and working fine. It just responded to you. If CNF was missing, it would have said
cnf: command not found
# zypse readdvd #
I do not have a ``zypse'' command either.
Did you mean ``zypper se $programname''?
# which zypse /usr/local/bin/zypse # cat /usr/local/bin/zypse #!/bin/sh zypper --no-refresh se -s $* | egrep -v 'debug|devel|srcp|openSUSE-20' | egrep 'x86|noarch'| sort # which readdvd /usr/bin/readdvd # rpmqf /usr/bin/readdvd qpxtool-0.7.2-4.3.x86_64 # -- "Wisdom is supreme; therefore get wisdom. Whatever else you get, get wisdom." Proverbs 4:7 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org