{"id":445,"date":"2016-07-31T09:29:30","date_gmt":"2016-07-31T00:29:30","guid":{"rendered":"http:\/\/alprovs.dip.jp\/wordpress\/?p=445"},"modified":"2021-08-19T08:17:21","modified_gmt":"2021-08-18T23:17:21","slug":"gnuplot-tab-%e8%a3%9c%e5%ae%8c%e3%82%92%e6%9c%89%e5%8a%b9%e3%81%ab%e3%81%99%e3%82%8b","status":"publish","type":"post","link":"https:\/\/www.alprovs.com\/wordpress\/?p=445","title":{"rendered":"gnuplot tab \u88dc\u5b8c\u3092\u6709\u52b9\u306b\u3059\u308b"},"content":{"rendered":"<p>\u79c1\u306f\uff0c\u73fe\u5728CentOS7\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059\u304c\uff0cgnuplot \u3067 Tab \u88dc\u5b8c\u3092\u3059\u308b\u969b\u306e\u6319\u52d5\u304c\uff0cCentOS6\u3092\u4f7f\u7528\u3057\u3066\u3044\u305f\u9803\u306e\u3082\u306e\u3068\u5909\u308f\u3063\u3066\u304a\u308a\uff0c\u4e0d\u4fbf\u3060\u3063\u305f\u306e\u3067\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30d3\u30eb\u30c9\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3063\u305f\u3002<\/p>\n<p>\u8abf\u3079\u3066\u307f\u308b\u3068\uff0c\u30e9\u30a4\u30bb\u30f3\u30b9\u306e\u95a2\u4fc2\u3067readline\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u5229\u7528\u3067\u304d\u306a\u304f\u306a\u3063\u3066\u3044\u308b\u306e\u304c\u539f\u56e0\u3067\u3042\u308b\u3053\u3068\u304c\u5206\u304b\u3063\u305f\u3002<\/p>\n<p>\u5b9f\u969b\u306b\u8aad\u307f\u8fbc\u307e\u308c\u308b\u30e9\u30a4\u30d6\u30e9\u30ea\u3092CentOS6\u3068CentOS7\u3067\u898b\u3066\u307f\u308b\u3068\uff08\u3069\u3061\u3089\u3082yum\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u3082\u306e\uff09<\/p>\n<p>\u30fbCentOS6<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">$ which gnuplot\r\n\/usr\/bin\/gnuplot\r\n$ ldd \/usr\/bin\/gnuplot\r\n        linux-gate.so.1 =&gt;  (0x00f2e000)\r\n        libreadline.so.6 =&gt; \/lib\/libreadline.so.6 (0x00122000)\r\n        libncurses.so.5 =&gt; \/lib\/libncurses.so.5 (0x008e8000)  \r\n        libz.so.1 =&gt; \/lib\/libz.so.1 (0x0010c000)              \r\n        libgd.so.2 =&gt; \/usr\/lib\/libgd.so.2 (0x0015e000)        \r\n        libXpm.so.4 =&gt; \/usr\/lib\/libXpm.so.4 (0x042be000)      \r\n        libX11.so.6 =&gt; \/usr\/lib\/libX11.so.6 (0x00346000)      \r\n        libjpeg.so.62 =&gt; \/usr\/lib\/libjpeg.so.62 (0x056f2000)\r\n        libfontconfig.so.1 =&gt; \/usr\/lib\/libfontconfig.so.1 (0x0066a000)\r\n        libfreetype.so.6 =&gt; \/usr\/lib\/libfreetype.so.6 (0x005cf000)\r\n        libpng12.so.0 =&gt; \/usr\/lib\/libpng12.so.0 (0x006a1000)\r\n        libm.so.6 =&gt; \/lib\/libm.so.6 (0x00dd4000)\r\n        libstdc++.so.6 =&gt; \/usr\/lib\/libstdc++.so.6 (0x004e0000)\r\n        libgcc_s.so.1 =&gt; \/lib\/libgcc_s.so.1 (0x00482000)\r\n        libc.so.6 =&gt; \/lib\/libc.so.6 (0x00c16000)\r\n        libtinfo.so.5 =&gt; \/lib\/libtinfo.so.5 (0x00a6c000)\r\n        libdl.so.2 =&gt; \/lib\/libdl.so.2 (0x00dcd000)\r\n        libxcb.so.1 =&gt; \/usr\/lib\/libxcb.so.1 (0x00322000)\r\n        libexpat.so.1 =&gt; \/lib\/libexpat.so.1 (0x004b6000)\r\n        \/lib\/ld-linux.so.2 (0x00bf0000)\r\n        libXau.so.6 =&gt; \/usr\/lib\/libXau.so.6 (0x0031d000)<\/pre>\n<p>\u30fbCentOS7<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">$ which gnuplot\r\n\/usr\/bin\/gnuplot\r\n$ ldd \/usr\/bin\/gnuplot\r\n        linux-vdso.so.1 =&gt;  (0x00007fff3b96b000)\r\n        libncurses.so.5 =&gt; \/lib64\/libncurses.so.5 (0x00007fc31472e000)\r\n        libtinfo.so.5 =&gt; \/lib64\/libtinfo.so.5 (0x00007fc314503000)\r\n        libedit.so.0 =&gt; \/lib64\/libedit.so.0 (0x00007fc3142c6000)\r\n        libz.so.1 =&gt; \/lib64\/libz.so.1 (0x00007fc3140b0000)\r\n        libgd.so.2 =&gt; \/lib64\/libgd.so.2 (0x00007fc313e68000)\r\n        libXpm.so.4 =&gt; \/lib64\/libXpm.so.4 (0x00007fc313c56000)\r\n        libX11.so.6 =&gt; \/lib64\/libX11.so.6 (0x00007fc313918000)\r\n        libjpeg.so.62 =&gt; \/lib64\/libjpeg.so.62 (0x00007fc3136c2000)\r\n        libfontconfig.so.1 =&gt; \/lib64\/libfontconfig.so.1 (0x00007fc313486000)\r\n        libfreetype.so.6 =&gt; \/lib64\/libfreetype.so.6 (0x00007fc3131e0000)\r\n        libpng15.so.15 =&gt; \/lib64\/libpng15.so.15 (0x00007fc312fb4000)\r\n        liblua-5.1.so =&gt; \/lib64\/liblua-5.1.so (0x00007fc312d86000)\r\n        libm.so.6 =&gt; \/lib64\/libm.so.6 (0x00007fc312a84000)\r\n        libdl.so.2 =&gt; \/lib64\/libdl.so.2 (0x00007fc31287f000)\r\n        libpangocairo-1.0.so.0 =&gt; \/lib64\/libpangocairo-1.0.so.0 (0x00007fc312672000)\r\n        libpango-1.0.so.0 =&gt; \/lib64\/libpango-1.0.so.0 (0x00007fc312427000)\r\n        libcairo.so.2 =&gt; \/lib64\/libcairo.so.2 (0x00007fc3120ff000)\r\n        libgobject-2.0.so.0 =&gt; \/lib64\/libgobject-2.0.so.0 (0x00007fc311eaf000)\r\n        libglib-2.0.so.0 =&gt; \/lib64\/libglib-2.0.so.0 (0x00007fc311b78000)\r\n        libstdc++.so.6 =&gt; \/lib64\/libstdc++.so.6 (0x00007fc31186f000)\r\n        libgcc_s.so.1 =&gt; \/lib64\/libgcc_s.so.1 (0x00007fc311659000)\r\n        libc.so.6 =&gt; \/lib64\/libc.so.6 (0x00007fc311297000)\r\n        libxcb.so.1 =&gt; \/lib64\/libxcb.so.1 (0x00007fc311074000)\r\n        libexpat.so.1 =&gt; \/lib64\/libexpat.so.1 (0x00007fc310e4a000)\r\n        libpthread.so.0 =&gt; \/lib64\/libpthread.so.0 (0x00007fc310c2e000)\r\n        \/lib64\/ld-linux-x86-64.so.2 (0x00007fc314973000)\r\n        libpangoft2-1.0.so.0 =&gt; \/lib64\/libpangoft2-1.0.so.0 (0x00007fc310a18000)\r\n        libgmodule-2.0.so.0 =&gt; \/lib64\/libgmodule-2.0.so.0 (0x00007fc310814000)\r\n        libgthread-2.0.so.0 =&gt; \/lib64\/libgthread-2.0.so.0 (0x00007fc310612000)\r\n        libharfbuzz.so.0 =&gt; \/lib64\/libharfbuzz.so.0 (0x00007fc3103b8000)\r\n        libpixman-1.so.0 =&gt; \/lib64\/libpixman-1.so.0 (0x00007fc31010b000)\r\n        libEGL.so.1 =&gt; \/lib64\/libEGL.so.1 (0x00007fc30feea000)\r\n        libxcb-shm.so.0 =&gt; \/lib64\/libxcb-shm.so.0 (0x00007fc30fce5000)\r\n        libxcb-render.so.0 =&gt; \/lib64\/libxcb-render.so.0 (0x00007fc30fadb000)\r\n        libXrender.so.1 =&gt; \/lib64\/libXrender.so.1 (0x00007fc30f8d1000)\r\n        libXext.so.6 =&gt; \/lib64\/libXext.so.6 (0x00007fc30f6be000)\r\n        libGL.so.1 =&gt; \/lib64\/libGL.so.1 (0x00007fc30f427000)\r\n        librt.so.1 =&gt; \/lib64\/librt.so.1 (0x00007fc30f21f000)\r\n        libffi.so.6 =&gt; \/lib64\/libffi.so.6 (0x00007fc30f016000)\r\n        libXau.so.6 =&gt; \/lib64\/libXau.so.6 (0x00007fc30ee12000)\r\n        libgraphite2.so.3 =&gt; \/lib64\/libgraphite2.so.3 (0x00007fc30ebe4000)\r\n        libX11-xcb.so.1 =&gt; \/lib64\/libX11-xcb.so.1 (0x00007fc30e9e2000)\r\n        libxcb-dri2.so.0 =&gt; \/lib64\/libxcb-dri2.so.0 (0x00007fc30e7dd000)\r\n        libxcb-xfixes.so.0 =&gt; \/lib64\/libxcb-xfixes.so.0 (0x00007fc30e5d4000)\r\n        libxcb-shape.so.0 =&gt; \/lib64\/libxcb-shape.so.0 (0x00007fc30e3d0000)\r\n        libgbm.so.1 =&gt; \/lib64\/libgbm.so.1 (0x00007fc30e1c4000)\r\n        libselinux.so.1 =&gt; \/lib64\/libselinux.so.1 (0x00007fc30df9e000)\r\n        libdrm.so.2 =&gt; \/lib64\/libdrm.so.2 (0x00007fc30dd91000)\r\n        libglapi.so.0 =&gt; \/lib64\/libglapi.so.0 (0x00007fc30db62000)\r\n        libXdamage.so.1 =&gt; \/lib64\/libXdamage.so.1 (0x00007fc30d95f000)\r\n        libXfixes.so.3 =&gt; \/lib64\/libXfixes.so.3 (0x00007fc30d759000)\r\n        libxcb-glx.so.0 =&gt; \/lib64\/libxcb-glx.so.0 (0x00007fc30d53e000)\r\n        libxcb-dri3.so.0 =&gt; \/lib64\/libxcb-dri3.so.0 (0x00007fc30d33b000)\r\n        libxcb-present.so.0 =&gt; \/lib64\/libxcb-present.so.0 (0x00007fc30d138000)\r\n        libxcb-randr.so.0 =&gt; \/lib64\/libxcb-randr.so.0 (0x00007fc30cf29000)\r\n        libxcb-sync.so.1 =&gt; \/lib64\/libxcb-sync.so.1 (0x00007fc30cd22000)\r\n        libxshmfence.so.1 =&gt; \/lib64\/libxshmfence.so.1 (0x00007fc30cb1f000)\r\n        libXxf86vm.so.1 =&gt; \/lib64\/libXxf86vm.so.1 (0x00007fc30c918000)\r\n        libpcre.so.1 =&gt; \/lib64\/libpcre.so.1 (0x00007fc30c6b7000)\r\n        liblzma.so.5 =&gt; \/lib64\/liblzma.so.5 (0x00007fc30c491000)<\/pre>\n<p>\u3053\u306e\u3088\u3046\u306b\uff0cCentOS6\u3067\u306f\u8aad\u307f\u8fbc\u307e\u308c\u3066\u3044\u305freadline\u304cCentOS7\u3067\u306f\u8aad\u307f\u8fbc\u307e\u308c\u3066\u3044\u306a\u304b\u3063\u305f\u3002<\/p>\n<p>\u305d\u308c\u3067\u306f\uff0creadline\u3092\u4f7f\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u30bd\u30fc\u30b9\u304b\u3089\u30d3\u30eb\u30c9\u3057\u3066\u3044\u304f\u3002\u74b0\u5883\u306fCentOS7\u3060\u304c\uff0c\u4ed6\u306e\u74b0\u5883\u3067\u3082\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u8aad\u307f\u66ff\u3048\u308c\u3070\u3067\u304d\u308b\u3068\u601d\u3046\u3002<\/p>\n<ol>\n<li>gnuplot\u306e\u524a\u9664\u3068\u30ea\u30dd\u30b8\u30c8\u30ea\u304b\u3089\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u306a\u3044\u3088\u3046\u306b\u3059\u308b<br \/>\n<code class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># yum remove gnuplot<\/code><br \/>\n<code> \/etc\/yum.conf <\/code>\u306b\u4ee5\u4e0b\u306e\u8a18\u8ff0\u3092\u8ffd\u8a18<br \/>\n<code class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">exclude=gnuplot*<\/code><br \/>\nexclude\u304c\u5b58\u5728\u3057\u3066\u3044\u308c\u3070\u5f8c\u308d\u306b\u30b9\u30da\u30fc\u30b9\u3092\u958b\u3051\u3066<code>gnuplot*<\/code>\u3092\u66f8\u304f\u3002\u3053\u306e\u3088\u3046\u306b\u8a2d\u5b9a\u3059\u308b\u3068\u30ea\u30dd\u30b8\u30c8\u30ea\u304b\u3089gnuplot\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u306a\u304f\u306a\u308b\u3002<\/li>\n<li>readline-devel\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb<br \/>\n\u3053\u308c\u304c\u5165\u3063\u3066\u3044\u306a\u3044\u3068\uff0c\u3053\u306e\u3042\u3068\u306e\u4f5c\u696d\u3092\u304a\u3053\u306a\u3063\u3066\u3082\u610f\u5473\u304c\u306a\u3044\u306e\u3067\u5165\u308c\u3066\u304a\u304f\u3002<br \/>\n<code class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># yum install readline-devel<\/code>\n<\/li>\n<li>gnuplot \u306e\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9 \uff06 \u5c55\u958b<br \/>\n\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067gnuplot\u306e\u6700\u65b0\u7248\uff08\u73fe\u5728[2016\/07\/31]\u306fver.5.0.4\uff09\u304c\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u308b\u3002<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># wget \"https:\/\/sourceforge.net\/projects\/gnuplot\/files\/latest\/download?source=files\" -O gnuplot-latest.tar.gz\r\n# tar zxvf gnuplot-latest.tar.gz<\/pre>\n<\/li>\n<li>gnuplot \u306e\u30d3\u30eb\u30c9 \u3068 \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb<br \/>\n\u5c55\u958b\u3055\u308c\u305f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4e2d\u306b\u79fb\u52d5\u3057\u3066<br \/>\n<code class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># cd gnuplot-5.0.4<\/code><br \/>\nreadline\u3092\u5229\u7528\u3059\u308b\u3088\u3046\u306b\u8a2d\u5b9a\u3059\u308b\u3002<br \/>\n<code class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># .\/configure --with-readline=gnu<\/code><br \/>\n\u305d\u3057\u3066\uff0c\u30b3\u30f3\u30d1\u30a4\u30eb\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3046\u3002<br \/>\n<code class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># make &amp;&amp; make install<\/code>\n<\/li>\n<\/ol>\n<p>\u3053\u308c\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5b8c\u4e86<br \/>\n\u6700\u5f8c\u306b<code>ldd<\/code>\u306e\u7d50\u679c\u3092\u8f09\u305b\u3066\u304a\u304f<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">ldd \/usr\/local\/bin\/gnuplot \r\n        linux-vdso.so.1 =&gt;  (0x00007fffdf3cd000)\r\n        libreadline.so.6 =&gt; \/lib64\/libreadline.so.6 (0x00007f38519f2000)\r\n        libncurses.so.5 =&gt; \/lib64\/libncurses.so.5 (0x00007f38517ca000)\r\n        libtinfo.so.5 =&gt; \/lib64\/libtinfo.so.5 (0x00007f38515a0000)\r\n        libz.so.1 =&gt; \/lib64\/libz.so.1 (0x00007f385138a000)\r\n        libdl.so.2 =&gt; \/lib64\/libdl.so.2 (0x00007f3851185000)\r\n        libstdc++.so.6 =&gt; \/lib64\/libstdc++.so.6 (0x00007f3850e7d000)\r\n        libm.so.6 =&gt; \/lib64\/libm.so.6 (0x00007f3850b7b000)\r\n        libgcc_s.so.1 =&gt; \/lib64\/libgcc_s.so.1 (0x00007f3850964000)\r\n        libc.so.6 =&gt; \/lib64\/libc.so.6 (0x00007f38505a2000)\r\n        \/lib64\/ld-linux-x86-64.so.2 (0x00007f3851c56000)<\/pre>\n<p>\u7121\u4e8breadline\u304c\u8aad\u307f\u8fbc\u307e\u308c\u308b\u3088\u3046\u306b\u306a\u3063\u305f\u3002\u6700\u521d\u306e\u7d50\u679c\u3068\u6bd4\u3079\u308b\u3068\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u8aad\u307f\u8fbc\u307f\u91cf\u304c\u3059\u3054\u304f\u6e1b\u3063\u3066\u3044\u308b\u3051\u3069\u5927\u4e08\u592b\u3060\u308d\u3046\u304b\uff1f\u8a2d\u5b9a\u306e\u554f\u984c\u3060\u308d\u3046\u304c\u2026\uff0c\u307e\u305f\u554f\u984c\u304c\u51fa\u3066\u304d\u305f\u3089\u8003\u3048\u308b\u3053\u3068\u306b\u3059\u308b\u3002<\/p>\n<p>&#8212;&#8212;&#8212;- \u8ffd\u8a18 &#8212;&#8212;&#8212;-<br \/>\n\u4f7f\u7528\u3057\u3066\u3044\u3066\uff0cPNG\u3084JPEG\u306b\u51fa\u529b\u304c\u51fa\u6765\u306a\u304b\u3063\u305f\u3002<br \/>\n\u4f7f\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306b\u306f<code>gd-devel<\/code>\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a<br \/>\n<code class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># yum install gd-devel<\/code><br \/>\n\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u3002<br \/>\n\u3053\u306e\u72b6\u614b\u3067<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># .\/configure --with-readline=gnu --with-gd\r\n# make &amp;&amp; make install<\/pre>\n<p>\u3068\u3057\u3066\uff0c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308c\u3070PNG\uff0cJPEG\u51fa\u529b\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308b\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u79c1\u306f\uff0c\u73fe\u5728CentOS7\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059\u304c\uff0cgnuplot \u3067 Tab \u88dc\u5b8c\u3092\u3059\u308b\u969b\u306e\u6319\u52d5\u304c\uff0cCentOS6\u3092\u4f7f\u7528\u3057\u3066\u3044\u305f\u9803\u306e\u3082\u306e\u3068\u5909\u308f\u3063\u3066\u304a\u308a\uff0c\u4e0d\u4fbf\u3060\u3063\u305f\u306e\u3067\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30d3\u30eb\u30c9\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3063\u305f\u3002 \u8abf\u3079\u3066\u307f [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,6],"tags":[],"class_list":["post-445","post","type-post","status-publish","format-standard","hentry","category-linux","category-6"],"_links":{"self":[{"href":"https:\/\/www.alprovs.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/445","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.alprovs.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.alprovs.com\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.alprovs.com\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.alprovs.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=445"}],"version-history":[{"count":12,"href":"https:\/\/www.alprovs.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/445\/revisions"}],"predecessor-version":[{"id":774,"href":"https:\/\/www.alprovs.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/445\/revisions\/774"}],"wp:attachment":[{"href":"https:\/\/www.alprovs.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=445"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.alprovs.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=445"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.alprovs.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=445"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}