所以它显示为here:
jq 1.5是官方的Debian和Ubuntu存储库。使用sudo apt-get install jq。
安装尚未:
return MyList
.GroupBy(d => d.Dt)
.GroupBy(grp => grp.ToList().GroupBy(d => d.GroupName));
和
$ sudo apt-get install jq
Reading package lists... Done
Building dependency tree
Reading state information... Done
jq is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
我错过了什么?
感谢
答案 0 :(得分:31)
我在谷歌搜索为什么我的Debian 8实例没有将after
1.4升级到1.5时,我最终到了这里。
这是我为Debian 8 jq奋斗的人的解决方案:从https://github.com/stedolan/jq/releases下载jq
并在当前安装的jq上手动复制。就我而言:
jq
答案 1 :(得分:4)
您正在使用Ubuntu LTS。最新版本的Ubuntu确实有jq 1.5。
答案 2 :(得分:0)