Mailing List ecs-isp@2rosenthals.com Archived Message #1168 | ![]() ![]() |
|
---|
In <list-12683555@2rosenthals.com>, on 04/05/25
at 11:31 AM, "Massimo S." <ecs-isp@2rosenthals.com> said:
Hi Massimo,
if i do "yum install libcx0-debug"
it say there is no debug package available
This is 100% true. You are guessing the package name rather than using
yum to determine the correct spelling.
yum list *libcx*
will list all the packages with libcx in their names. Here this lists
libcx-debuginfo.pentium4 0.7.3-1.oc00
along with other matches. The full nevra name for the package is
libcx-debuginfo-0:0.7.4-1.oc00.pentium4
but you only need to provide enough of this to make the request
unambiguous. So
yum install libcx-debuginfo
should work.
Steven
Abboner: Feed,
Digest,
Index. Stopp abbonement E-post til ListMaster |