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'. -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org