So installieren Sie jsoncpp unter CentOS 8

So installieren Sie jsoncpp unter CentOS 8

Ich habe versucht:

$ sudo dnf install jsoncpp
Last metadata expiration check: 0:31:37 ago on Fri 17 Jul 2020 02:02:47 PM CST.
No match for argument: jsoncpp
Error: Unable to find a match: jsoncpp

Und ich weiß, dass ich jsoncpp aus dem Quellcode installieren könnte, aber ich frage mich, wie das am besten geht?

Antwort1

Das jsoncppPaket ist im EPEL-Repository verfügbar. Also:

sudo dnf -y install epel-release
sudo dnf -y install jsoncpp

verwandte Informationen