Skip to content

Tag: amazon-linux-2

How do I install jarsigner on Amazon Linux 2?

My understanding is that jarsigner is packaged with OpenJDK, which I’ve installed by running Now I have a bunch of synlinks to the jdk, like so: However, I don’t have jarsigner in the bin directory: What else do I need to do to install this binary? Answer It appears Amazon follows the RedHat packa…