On Wed, 9 Sep 2020 07:49:37 -0400 Patrick Shanahan <paka@opensuse.org> wrote:
* Dave Howorth <dave@howorth.org.uk> [09-09-20 05:42]:
On Tue, 8 Sep 2020 18:20:04 -0400 Doug McGarrett <dmcgarrett@optonline.net> wrote:
On 9/8/20 2:50 PM, Patrick Shanahan wrote:
* Doug McGarrett <dmcgarrett@optonline.net> [09-08-20 14:12]:
On 9/7/20 12:49 PM, Doug McGarrett wrote:
https://github.com/olmeca/lgrep
lgrep
"A variation on grep, targeting log files"
"lgrep is a variation on grep, developed specifically for efficient searching through application log files. Though most of the time an entry in a log file consists of one line, sometimes it spans multiple lines. A log entry usually consists of some metadata (e.g date, time, code reference) and a message. Sometimes the message part takes up multiple lines, e.g. if it contains a whole JSON object or a whole stack trace."
I already have the lgrep that I installed as above. If I install lv, then I will have two, possibly different, lgreps? Sounds too confusing to me!
yes, and you *really* need neither. better zypper -v rm lgrep
and be back where you were. note: must happen as "root" and must be typed as presented here. Answer "yes".
doug@linux1:~> su - Password: linux1:~ # zypper -v rm lgrep Verbosity: 2 Non-option program arguments: 'lgrep' Initializing Target Reading installed packages... Force resolution: Yes 'lgrep' not found in package names. Trying capabilities. No provider of 'lgrep' found. Resolving package dependencies... Force resolution: Yes
Nothing to do. linux1:~ # --doug
Unfortunately Patrick made a mistake. zypper operates on the names of packages, rather than binary programs as he gave you. So you need to substitute 'lv' for 'lgrep'.
no, actually they both exist and lv contains it's own version of lgrep, but ...
The quoted log that Doug posted clearly indicates that he does not have any repositories containing a package called lgrep. Neither do I. Perhaps you do. But what mattered is what Doug has and he has previously showed us a log of installing lgrep as part of the lv package. So that is what he needs to remove, not some mythical other package from some mythical non-standard repository. Your instructions were incorrect for Doug, which is what matters.
not actually sure in this case the electrons were disbursed into the ethereal.
and I will not post again on this subject in this forum.
-- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org