RPM and ISO , package installation

32

To find it:

find /iso_mount binutils-2.23.52.0.1-12.el7.x86_64.rpm

To find and install it:

rpm -ivh $(find /iso_mount binutils-2.23.52.0.1-12.el7.x86_64.rpm)
Share:
32

Related videos on Youtube

PKAP
Author by

PKAP

Updated on September 18, 2022

Comments

  • PKAP
    PKAP over 1 year

    If I am going to do a policy "try" within the pap the result on a request is correct.

    After publishing the policy to a PDP the same request within the PEP Try it tool does not show any result. Is the PEP Tryit working correctly?

    Greetings

  • PKAP
    PKAP almost 10 years
    figured out the problem: If the policy was testet within the PAP the result got cached and even the policy wasnt enabeld it returend the correct reuslt within the PEP Try it tool. That was confusing :)