Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

FreeBSD

Code Block
languagebash
cd /usr/ports/converters/p5-JSON && make && make install clean


Ubuntu

Code Block
languagebash
apt-get install libjson-perl


CentOS

version: 6.6

Code Block
languagebash
yum install perl-JSON


Alt Linux

Code Block
languagebash
apt-get install perl-JSON


Установка с CPAN

Code Block
languagebash
perl -MCPAN -e shell 
install JSON