in reply to Re^5: Capture::Tiny getting stuck on ldd /proc/self/fd/1
in thread Capture::Tiny getting stuck on ldd /proc/self/fd/1
After that, you suggested to run:rpm -qf --queryformat "[%{NAME}]" /usr/bin/grep grep
How to handle this output? Which lines interest me? I guess to run rpm -q --requires info and get:rpm -q --requires grep info /bin/sh /bin/sh rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) rpmlib(PayloadIsLzma) <= 4.4.6-1
What should I do with other lines?bash zlib libzio /bin/sh /bin/sh rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libncurses.so.5()(64bit) libz.so.1()(64bit) libzio.so.0()(64bit) rpmlib(PayloadIsLzma) <= 4.4.2-1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Capture::Tiny getting stuck on ldd /proc/self/fd/1
by shmem (Chancellor) on Jun 22, 2021 at 15:57 UTC | |
by ovedpo15 (Pilgrim) on Jun 22, 2021 at 17:28 UTC |