我有兴趣在我的Ubuntu16.04操作系统的命令行上使用jsonlint。所以我处决了
sudo apt-get install jsonlint
我得到了
Reading package lists... Done
Building dependency tree
Reading state information... Done
jsonlint is already the newest version (1.4.0-1build1).
0 upgraded, 0 newly installed, 0 to remove and 20 not upgraded.但当我试图执行
jsonlint -v packets.json我得到了
jsonlint: command not found为什么?我该怎么解决这个问题?
发布于 2017-10-19 13:21:11
该命令称为jsonlint-php
https://askubuntu.com/questions/966331
复制相似问题