{"id":105,"date":"2022-11-20T19:42:41","date_gmt":"2022-11-20T10:42:41","guid":{"rendered":"https:\/\/shirakawa.weblike.jp\/blog-page\/?p=105"},"modified":"2025-05-05T09:16:22","modified_gmt":"2025-05-05T00:16:22","slug":"aptdpkg-%e3%82%92%e5%85%a5%e3%82%8c%e3%82%8b","status":"publish","type":"post","link":"https:\/\/shirakawa.weblike.jp\/blog-page\/2022\/11\/20\/aptdpkg-%e3%82%92%e5%85%a5%e3%82%8c%e3%82%8b\/","title":{"rendered":"apt,dpkg \u3092\u5165\u308c\u308b"},"content":{"rendered":"<p>Debian(Ubuntu)\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092DL\u3057\u305f\u304f\u306a\u3063\u305f\u306e\u3067\u3001make\/installpkg\u3057\u3066\u307f\u308b\u3002<\/p>\n<p>dpkg-1.21.9\uff1a<br \/>\n(https:\/\/slackbuilds.org\/slackbuilds\/15.0\/development\/dpkg\/dpkg.SlackBuild \u3092\u53c2\u8003\u306b\u3001)<br \/>\n$ tar xpf dpkg_1.21.9.txz<br \/>\n$ cd dpkg-1.21.9<br \/>\n$ find -L . \\<br \/>\n\\ \\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \\<br \/>\n\\ -o -perm 511 \\) -exec chmod 755 {} \\; -o \\<br \/>\n\\ \\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \\<br \/>\n\\ -o -perm 440 -o -perm 400 \\) -exec chmod 644 {} \\;<br \/>\n$ CFLAGS=&#8221;-O2 -fPIC&#8221; CXXFLAGS=&#8221;-O2 -fPIC&#8221; \\<br \/>\n\\ .\/configure \\<br \/>\n\\ &#8211;prefix=\/usr &#8211;libdir=\/usr\/lib64 &#8211;sysconfdir=\/etc \\<br \/>\n\\ &#8211;localstatedir=\/var &#8211;mandir=\/usr\/man &#8211;docdir=\/usr\/doc\/dpkg-1.21.9 \\<br \/>\n\\ &#8211;disable-devel-docs &#8211;disable-start-stop-daemon &#8211;enable-silent-rules \\<br \/>\n\\ &#8211;build=x86_64-slackware-linux<\/p>\n<p>\\Configuration:<br \/>\n\\ Features:<br \/>\n\\ native language support . . . : yes<br \/>\n\\ unicode support . . . . . . . : yes<br \/>\n\\ development documentation . . : no<br \/>\n\\ code coverage . . . . . . . . : no<br \/>\n\\ build shared libraries . . . : no<br \/>\n\\ mmap loaders . . . . . . . . : no<br \/>\n\\ disk pre-allocation . . . . . : no<br \/>\n\\ default dpkg-deb compressor . : xz<br \/>\n\\ Paths:<br \/>\n\\ devlibdir . . . . . . . . . . : \/usr\/lib64<br \/>\n\\ pkgconfdir . . . . . . . . . : \/etc\/dpkg<br \/>\n\\ admindir . . . . . . . . . . : \/var\/lib\/dpkg<br \/>\n\\ backupsdir . . . . . . . . . : \/var\/backups<br \/>\n\\ logdir . . . . . . . . . . . : \/var\/log<br \/>\n\\ perl interpreter . . . . . . : \/usr\/bin\/perl<br \/>\n\\ perl libdir . . . . . . . . . : $(prefix)\/share\/perl5\/vendor_perl<br \/>\n(\u5c55\u958b\u3055\u308c\u3066\u3044\u306a\u3044\u3088\u3046\u306b\u898b\u3048\u3066\u6c17\u6301\u3061\u60aa\u3044\u306e\u3067\u3001PERL_LIBDIR=\/usr\/share\/perl5\/vendor_perl \u3068\u3084\u3063\u3066\u3082\u3046\uff11\u56de\u3084\u3063\u305f)<br \/>\n\\ Programs:<br \/>\n\\ update-alternatives . . . . . : yes<br \/>\n\\ start-stop-daemon . . . . . . : no<br \/>\n\\ dselect . . . . . . . . . . . : yes<br \/>\n\\ System Libraries:<br \/>\n\\ libsocket . . . . . . . . . . : no<br \/>\n\\ libps . . . . . . . . . . . . : no<br \/>\n\\ libkvm . . . . . . . . . . . : no<br \/>\n\\ libselinux . . . . . . . . . : no<br \/>\n\\ libmd . . . . . . . . . . . . : no<br \/>\n\\ libz . . . . . . . . . . . . : no<br \/>\n\\ liblzma . . . . . . . . . . . : yes<br \/>\n\\ libbz2 . . . . . . . . . . . : yes<br \/>\n\\ libcurses . . . . . . . . . . : yes<\/p>\n<p>$ make<br \/>\n$ mkdir ..\/package-dpkg<br \/>\n$ make install DESTDIR=..\/package-dpkg (\u30a8\u30e9\u30fc\u304c\u7121\u3051\u308c\u3070\u4ee5\u964dsudo\u3067\u5b9f\u884c)<br \/>\nlibtool: error: &#8216;..\/package-dpkg\/usr\/lib64&#8217; must be an absolute directory name<br \/>\n$ make install DESTDIR=~\/package-dpkg (\u30a8\u30e9\u30fc\u304c\u7121\u3051\u308c\u3070\u4ee5\u964dsudo\u3067\u5b9f\u884c)<br \/>\n$ rm -rf ..\/package-dpkg<br \/>\n$ sudo mkdir ..\/package-dpkg<br \/>\n$ sudo chown -R root:root ..\/dpkg-1.21.9<br \/>\n$ sudo make install DESTDIR=~\/package-dpkg<br \/>\n$ cd ..\/package-dpkg<br \/>\n$ find . | xargs file | grep -e &#8220;executable&#8221; -e &#8220;shared object&#8221; | grep ELF | cut -f 1 -d : | xargs sudo strip &#8211;strip-unneeded<br \/>\n$ sudo find usr\/man -type f -exec gzip -9 {} \\;<br \/>\n$ for i in $( find usr\/man -type l ) ; do sudo ln -s $( readlink $i ).gz $i.gz ; sudo rm $i ; done<br \/>\n$ sudo rm -f usr\/lib*\/*.la<br \/>\n$ sudo mkdir install<br \/>\n$ sudo sh -c &#8216;cat ..\/slack-desc &gt; install\/slack-desc&#8217;<br \/>\n$ sudo makepkg ..\/dpkg-1.21.9-x86_64-1.txz<br \/>\n$ sudo installpkg ..\/dpkg-1.21.9-x86_64-1.txz<\/p>\n<p>apt-2.5.4\uff1a<br \/>\n(debian\u3092\u53c2\u8003\u306b\u3057\u3088\u3046\u3068\u601d\u3063\u305f\u304c\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u69cb\u6210\u305d\u306e\u4ed6\u9055\u3044\u304c\u3042\u308b\u3068\u30de\u30ba\u30a4\u306e\u3067\u3001\u4eca\u56de\u306f\u9069\u5f53)<br \/>\n$ tar xpf apt_2.5.4.txz<br \/>\n$ cd apt-2.5.4<br \/>\n(configure\u3057\u3088\u3046\u3068\u3057\u305f\u3089\u3001apt\u306e\u65b9\u306fcmake\u3060\u3063\u305f)<br \/>\n$ sudo installpkg \/mnt2\/slackware64\/d\/cmake-3.21.4-x86_64-1.txz<br \/>\n$ grep -E &#8216;bin|lib&#8217; \/var\/log\/packages\/cmake-3.21.4-x86_64-1 | sed s@^@\/@ | xargs ldd | grep found<br \/>\n\\ libQt5Widgets.so.5 =&gt; not found<br \/>\n\\ libQt5Gui.so.5 =&gt; not found<br \/>\n\\ libQt5Core.so.5 =&gt; not found<br \/>\n(\/usr\/bin\/cmake-gui\u304c\u4f9d\u5b58\u3057\u3066\u3044\u308b\u3002GUI\u306f\u4f7f\u308f\u306a\u3044\u306e\u3067\u7121\u554f\u984c)<br \/>\n(README.md\u3068\u53c2\u8003\u60c5\u5831\u3092\u53c2\u8003\u306b\u3001)<br \/>\n$ mkdir build<br \/>\n$ cmake -S . -B build (\u591a\u5206\u3001-S\u306f\u7701\u7565\u3057\u3066OK\u3002cmake . -B build )<br \/>\n\\&#8211; The C compiler identification is GNU 11.2.0<br \/>\n\\&#8211; The CXX compiler identification is GNU 11.2.0<br \/>\n\\&#8211; Detecting C compiler ABI info<br \/>\n\\&#8211; Detecting C compiler ABI info &#8211; done<br \/>\n\\&#8211; Check for working C compiler: \/usr\/bin\/cc &#8211; skipped<br \/>\n\\&#8211; Detecting C compile features<br \/>\n\\&#8211; Detecting C compile features &#8211; done<br \/>\n\\&#8211; Detecting CXX compiler ABI info<br \/>\n\\&#8211; Detecting CXX compiler ABI info &#8211; done<br \/>\n\\&#8211; Check for working CXX compiler: \/usr\/bin\/c++ &#8211; skipped<br \/>\n\\&#8211; Detecting CXX compile features<br \/>\n\\&#8211; Detecting CXX compile features &#8211; done<br \/>\n\\&#8211; Looking for pthread.h<br \/>\n\\&#8211; Looking for pthread.h &#8211; found<br \/>\n\\&#8211; Performing Test CMAKE_HAVE_LIBC_PTHREAD<br \/>\n\\&#8211; Performing Test CMAKE_HAVE_LIBC_PTHREAD &#8211; Failed<br \/>\n\\&#8211; Looking for pthread_create in pthreads<br \/>\n\\&#8211; Looking for pthread_create in pthreads &#8211; not found<br \/>\n\\&#8211; Looking for pthread_create in pthread<br \/>\n\\&#8211; Looking for pthread_create in pthread &#8211; found<br \/>\n\\&#8211; Found Threads: TRUE<br \/>\n\\&#8211; Looking for native LFS support<br \/>\n\\&#8211; Looking for native LFS support &#8211; found<br \/>\n\\&#8211; Found LFS: TRUE<br \/>\n\\&#8211; Looking for iconv_open<br \/>\n\\&#8211; Looking for iconv_open &#8211; found<br \/>\n\\&#8211; Found Iconv: \/usr\/include<br \/>\n\\&#8211; Found Perl: \/usr\/bin\/perl (found version &#8220;5.34.0&#8221;)<br \/>\n\\CMake Error at CMakeLists.txt:50 (message):<br \/>\n\\ Could not find triehash executable<br \/>\n(\u5148\u306btriehash\u3092make\/installpkg\u3057\u3066\u3082\u3046\uff11\u56decmake\u3057\u305f\u3002Slack\u306epkg\u306b\u306f\u7121\u3055\u305d\u3046\u3060)<br \/>\n$ cmake -S . -B build<br \/>\n\\&#8211; Found Intl: built in to C library<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wall<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wall &#8211; Success<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wextra<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wextra &#8211; Success<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wcast-align<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wcast-align &#8211; Success<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wlogical-op<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wlogical-op &#8211; Success<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wredundant-decls<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wredundant-decls &#8211; Success<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wmissing-declarations<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wmissing-declarations &#8211; Success<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wunsafe-loop-optimizations<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wunsafe-loop-optimizations &#8211; Success<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wctor-dtor-privacy<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wctor-dtor-privacy &#8211; Success<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wdisabled-optimization<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wdisabled-optimization &#8211; Success<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Winit-self<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Winit-self &#8211; Success<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wmissing-include-dirs<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wmissing-include-dirs &#8211; Success<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wnoexcept<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wnoexcept &#8211; Success<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wsign-promo<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wsign-promo &#8211; Success<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wundef<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wundef &#8211; Success<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wdouble-promotion<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wdouble-promotion &#8211; Success<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wsuggest-override<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Wsuggest-override &#8211; Success<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Werror=suggest-override<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Werror=suggest-override &#8211; Success<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Werror=return-type<br \/>\n\\&#8211; Performing Test have-compiler-flag:-Werror=return-type &#8211; Success<br \/>\n\\CMake Error at \/usr\/share\/cmake-3.21\/Modules\/FindPackageHandleStandardArgs.cmake:230 (message):<br \/>\n\\ Could not find Berkeley DB &gt;= 4.1 (missing: BERKELEY_INCLUDE_DIRS<br \/>\n\\ BERKELEY_LIBRARIES)<br \/>\n$ sudo installpkg \/mnt2\/slackware64\/l\/db48-4.8.30-x86_64-6.txz<br \/>\n$ cmake -S . -B build<br \/>\n\\&#8211; Found Berkeley: \/usr\/include<br \/>\n\\&#8211; Found GnuTLS: \/usr\/lib64\/libgnutls.so<br \/>\n\\CMake Error at \/usr\/share\/cmake-3.21\/Modules\/FindPackageHandleStandardArgs.cmake:230 (message):<br \/>\n\\ Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)<br \/>\n$ sudo installpkg \/mnt2\/slackware64\/l\/zlib-1.2.11-x86_64-4.txz<br \/>\n$ cmake -S . -B build<br \/>\n\\&#8211; Found ZLIB: \/usr\/lib64\/libz.so (found version &#8220;1.2.11&#8221;)<br \/>\n\\&#8211; Found BZip2: \/usr\/lib64\/libbz2.so (found version &#8220;1.0.8&#8221;)<br \/>\n\\&#8211; Looking for BZ2_bzCompressInit<br \/>\n\\&#8211; Looking for BZ2_bzCompressInit &#8211; found<br \/>\n\\&#8211; Found PkgConfig: \/usr\/bin\/pkg-config (found version &#8220;0.29.2&#8221;)<br \/>\n\\&#8211; Checking for module &#8216;liblzma&#8217;<br \/>\n\\&#8211; Found liblzma, version 5.2.5<br \/>\n\\&#8211; Found LZMA: \/usr\/include<br \/>\n\\&#8211; Checking for module &#8216;liblz4&#8217;<br \/>\n\\&#8211; Found liblz4, version 1.9.3<br \/>\n\\&#8211; Found LZ4: \/usr\/include<br \/>\n\\&#8211; Checking for module &#8216;libzstd&#8217;<br \/>\n\\&#8211; No package &#8216;libzstd&#8217; found<br \/>\n\\&#8211; Could NOT find ZSTD (missing: ZSTD_INCLUDE_DIRS ZSTD_LIBRARIES)<br \/>\n\\&#8211; Checking for module &#8216;libudev&#8217;<br \/>\n\\&#8211; Found libudev, version 243<br \/>\n\\&#8211; Found Udev: \/usr\/include<br \/>\n\\&#8211; Checking for module &#8216;libsystemd&#8217;<br \/>\n\\&#8211; No package &#8216;libsystemd&#8217; found<br \/>\n\\&#8211; Could NOT find Systemd (missing: SYSTEMD_INCLUDE_DIRS SYSTEMD_LIBRARIES)<br \/>\n\\&#8211; Checking for module &#8216;libseccomp&#8217;<br \/>\n\\&#8211; No package &#8216;libseccomp&#8217; found<br \/>\n\\&#8211; Could NOT find SECCOMP (missing: SECCOMP_INCLUDE_DIRS SECCOMP_LIBRARIES)<br \/>\n\\&#8211; Checking for module &#8216;libgcrypt&#8217;<br \/>\n\\&#8211; Found libgcrypt, version 1.9.4<br \/>\n\\&#8211; Found GCRYPT: \/usr\/include<br \/>\n\\&#8211; Checking for module &#8216;libxxhash&#8217;<br \/>\n\\&#8211; No package &#8216;libxxhash&#8217; found<br \/>\n\\CMake Error at \/usr\/share\/cmake-3.21\/Modules\/FindPackageHandleStandardArgs.cmake:230 (message):<br \/>\n\\ Could NOT find XXHASH (missing: XXHASH_INCLUDE_DIRS XXHASH_LIBRARIES)<br \/>\n(\u5148\u306bxxhash\u3092make\/installpkg\u3057\u3066\u3082\u3046\uff11\u56decmake\u3059\u308b\u3002Slack\u306epkg\u306b\u306f\u7121\u3055\u305d\u3046\u3060)<\/p>\n<p>triehash-0.3\uff1a<br \/>\n(\u30bd\u30fc\u30b9\u306fdebian-pool\u304b\u3089\u63a1\u3063\u3066\u304f\u308b\u3002Slackbuild\u306f\u7121\u3055\u305d\u3046\u3060)<br \/>\n$ tar xpf triehash_0.3.orig.tar.gz<br \/>\n(\u5c55\u958b\u3057\u305f\u3089perl-script\u3060\u3063\u305f\u304c\u3001\u4e00\u5fdcpkg\u5316\u3057\u3066\u304a\u304f\u304b)<br \/>\n$ sudo mkdir -p package-triehash\/usr\/{bin,doc}<br \/>\n$ sudo mkdir -p package-triehash\/usr\/doc\/triehash-0.3<br \/>\n$ sudo cp triehash-0.3\/triehash.pl package-triehash\/usr\/bin<br \/>\n$ sudo cp triehash-0.3\/{README.md,LICENSE.md} package-triehash\/usr\/doc\/triehash-0.3<br \/>\n$ cd package-triehash<br \/>\n$ (cd usr\/bin\/; sudo ln -s triehash.pl triehash)<br \/>\n$ sudo makepkg ..\/triehash-0.3-noarch-1.txz<br \/>\n$ sudo installpkg ..\/triehash-0.3-noarch-1.txz<\/p>\n<p>xxHash-0.8.1\uff1a<br \/>\n$<\/p>\n<p>\u53c2\u8003\u60c5\u5831\uff1a<br \/>\n\u4ee5\u524dCacko\u3067\u3082\u3084\u3063\u305fapt,dpkg\u306emake\/install\u3002\u3061\u3083\u3093\u3068\u30e1\u30e2\u3057\u3066\u304a\u304f\u3093\u3060\u3063\u305f\u3002<br \/>\n\u307e\u308b\u3067\u899a\u3048\u3066\u3044\u306a\u3044\u3002apt\u306fSlackbuilds\u306b\u3082\u306a\u3044\u304cSlack\u306b\u5165\u308c\u308b\u306a\u3089\u4e21\u65b9\u5fc5\u8981\u306a\u6c17\u304c\u3059\u308b\u3002<br \/>\nhttps:\/\/seesaawiki.jp\/cacko\/d\/%bb%a8%b5%ad%cf%bf<br \/>\nCMake\u306e\u4f7f\u3044\u65b9\uff08\u305d\u306e1\uff09 &#8211; Qiita<br \/>\nhttps:\/\/qiita.com\/shohirose\/items\/45fb49c6b429e8b204ac<\/p>\n<p>install\u307e\u305f\u306f\u5c55\u958b\u6642\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\uff1a<br \/>\n\\# cmake (cross-platform, open-source make system)<br \/>\n\\# CMake is used to control the software process using simple platform<br \/>\n\\# and compiler independent configuration files. CMake generates<br \/>\n\\# native makefiles and workspaces that can be used in the<br \/>\n\\# compiler environment of your choice.<br \/>\n\\# Homepage: http:\/\/www.cmake.org<br \/>\n\\<br \/>\n\\# db48 (Berkeley database library version 4.8.x)<br \/>\n\\# The Berkeley Database (Berkeley DB) library provides embedded database<br \/>\n\\# support for both traditional and client\/server applications.<br \/>\n\\# This package should be installed if compatibility is needed with<br \/>\n\\# databases created with the Berkeley DB version 4.8.x.<br \/>\n\\<br \/>\n\\# zlib (compression library)<br \/>\n\\# zlib is a general purpose thread safe data compression library. The<br \/>\n\\# data format used by the zlib library is described by RFCs 1950 to<br \/>\n\\# 1952 in the files ftp:\/\/ds.internic.net\/rfc\/rfc1950.txt (zlib format)<br \/>\n\\# rfc1951.txt (deflate format) and rfc1952.txt (gzip format).<br \/>\n\\# Homepage: http:\/\/www.zlib.net<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Debian(Ubuntu)\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092DL\u3057\u305f\u304f\u306a\u3063\u305f\u306e\u3067\u3001make\/installpkg\u3057\u3066\u307f\u308b\u3002 dpkg-1.21.9\uff1a (https:\/\/slackbuilds.org\/slackbuilds\/15.0\/de [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-105","post","type-post","status-publish","format-standard","hentry","category-linux-system"],"_links":{"self":[{"href":"https:\/\/shirakawa.weblike.jp\/blog-page\/wp-json\/wp\/v2\/posts\/105","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shirakawa.weblike.jp\/blog-page\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/shirakawa.weblike.jp\/blog-page\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/shirakawa.weblike.jp\/blog-page\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/shirakawa.weblike.jp\/blog-page\/wp-json\/wp\/v2\/comments?post=105"}],"version-history":[{"count":1,"href":"https:\/\/shirakawa.weblike.jp\/blog-page\/wp-json\/wp\/v2\/posts\/105\/revisions"}],"predecessor-version":[{"id":106,"href":"https:\/\/shirakawa.weblike.jp\/blog-page\/wp-json\/wp\/v2\/posts\/105\/revisions\/106"}],"wp:attachment":[{"href":"https:\/\/shirakawa.weblike.jp\/blog-page\/wp-json\/wp\/v2\/media?parent=105"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/shirakawa.weblike.jp\/blog-page\/wp-json\/wp\/v2\/categories?post=105"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/shirakawa.weblike.jp\/blog-page\/wp-json\/wp\/v2\/tags?post=105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}