{"id":588,"date":"2019-05-03T22:51:53","date_gmt":"2019-05-04T06:51:53","guid":{"rendered":"https:\/\/angrysysadmins.tech\/?p=588"},"modified":"2019-05-14T07:57:42","modified_gmt":"2019-05-14T15:57:42","slug":"please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt","status":"publish","type":"post","link":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/","title":{"rendered":"Please for the Love of Whatever Deity You May Believe in, Don&#8217;t Use yaourt"},"content":{"rendered":"\n<p>yaourt is an AUR helper, which is a short way of saying that it is a tool to help with installation and dependency management when installing packages from the Arch User Repository. It is also commonly recommended in guides about starting out on Arch or Manjaro, since it used to be default on Manjaro before 17.0 and is in Manjaro&#8217;s repos. Sounds fine, yeah? No.<br><br>The problem is that it makes a very important assumption when installing packages: that they&#8217;re not out to cause harm.<br><br>The way that Arch installs packages is through the use of a PKGBUILD script (read more <a href=\"https:\/\/wiki.archlinux.org\/index.php\/PKGBUILD\">here<\/a>). This file outlines the basic details of the package, such as dependencies and steps that need to be taken. As an example, here&#8217;s one that I made for converting the DEB for a project I am developing into an Arch package and installing it:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"343\" src=\"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/05\/PKGBUILDexample.png\" alt=\"Basic PKGBUILD file\" class=\"wp-image-589\" srcset=\"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/05\/PKGBUILDexample.png 680w, https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/05\/PKGBUILDexample-300x151.png 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" \/><figcaption>Basic PKGBUILD script<\/figcaption><\/figure>\n\n\n\n<p><br>What tools such as <code>yaourt<\/code> do is take this script, execute it to build the package, and then install that package. Where <code>yaourt<\/code> screws up, is that it executes part of it before letting you read it.<br><br>Taking the Gogios example from above, I can add a line to it like so:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"579\" height=\"156\" src=\"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/05\/pwned.png\" alt=\"Same file, but now with 'echo &quot;pwned&quot;' added to prove a point\" class=\"wp-image-590\" srcset=\"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/05\/pwned.png 579w, https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/05\/pwned-300x81.png 300w\" sizes=\"auto, (max-width: 579px) 100vw, 579px\" \/><figcaption>Basic PKGBUILD with an echo added in<\/figcaption><\/figure>\n\n\n\n<p><br>And running with <code>yaourt<\/code> will produce this:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"955\" height=\"243\" src=\"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/05\/yaourtPwned.png\" alt=\"yaourt ran the echo before asking if I wanted to review the file\" class=\"wp-image-591\" srcset=\"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/05\/yaourtPwned.png 955w, https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/05\/yaourtPwned-300x76.png 300w, https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/05\/yaourtPwned-768x195.png 768w\" sizes=\"auto, (max-width: 955px) 100vw, 955px\" \/><figcaption>yaourt output with the echo added<\/figcaption><\/figure>\n\n\n\n<p><br>I hope it is obvious why this is a problem. <code>yaourt<\/code> executed the echo statement as soon as I started the install, and then asked if I wanted to see how much I just screwed myself.<br><br>In summary: please, for the love of whatever deity you may believe in, please do not use <code>yaourt<\/code>. Use something like <code>yay<\/code> (the recommended AUR helper of ASA) or some other trusted program from the table <a href=\"https:\/\/wiki.archlinux.org\/index.php\/AUR_helpers\">here<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>yaourt is an AUR helper, which is a short way of saying that it is a tool to help with installation and dependency management when installing packages from the Arch User Repository. It is also commonly recommended in guides about starting out on Arch or Manjaro, since it used to be default on Manjaro before <br \/><a class=\"read-more-button\" href=\"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/\">Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[73,8,2],"tags":[74,135,6,137,136],"coauthors":[37],"class_list":["post-588","post","type-post","status-publish","format-standard","hentry","category-arch","category-linux","category-rant","tag-arch","tag-aur","tag-linux","tag-package-management","tag-yaourt"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Please Don&#039;t Use yaourt - Angry Sysadmins<\/title>\n<meta name=\"description\" content=\"yaourt is a tool to help with installation and dependency management when installing packages from the Arch User Repository. Sounds fine, yeah? No.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Please Don&#039;t Use yaourt - Angry Sysadmins\" \/>\n<meta property=\"og:description\" content=\"yaourt is a tool to help with installation and dependency management when installing packages from the Arch User Repository. Sounds fine, yeah? No.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/\" \/>\n<meta property=\"og:site_name\" content=\"Angry Sysadmins\" \/>\n<meta property=\"article:published_time\" content=\"2019-05-04T06:51:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-05-14T15:57:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/05\/PKGBUILDexample.png\" \/>\n<meta name=\"author\" content=\"Cat Kasin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Cat Kasin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\\\/\"},\"author\":{\"name\":\"Cat Kasin\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#\\\/schema\\\/person\\\/151b2d23439b55b970060836f317a14d\"},\"headline\":\"Please for the Love of Whatever Deity You May Believe in, Don&#8217;t Use yaourt\",\"datePublished\":\"2019-05-04T06:51:53+00:00\",\"dateModified\":\"2019-05-14T15:57:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\\\/\"},\"wordCount\":305,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/angrysysadmins.tech\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/PKGBUILDexample.png\",\"keywords\":[\"Arch\",\"aur\",\"Linux\",\"package management\",\"yaourt\"],\"articleSection\":[\"Arch\",\"Linux\",\"Rant\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\\\/\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\\\/\",\"name\":\"Please Don't Use yaourt - Angry Sysadmins\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/angrysysadmins.tech\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/PKGBUILDexample.png\",\"datePublished\":\"2019-05-04T06:51:53+00:00\",\"dateModified\":\"2019-05-14T15:57:42+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#\\\/schema\\\/person\\\/151b2d23439b55b970060836f317a14d\"},\"description\":\"yaourt is a tool to help with installation and dependency management when installing packages from the Arch User Repository. Sounds fine, yeah? No.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\\\/#primaryimage\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/PKGBUILDexample.png\",\"contentUrl\":\"https:\\\/\\\/angrysysadmins.tech\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/PKGBUILDexample.png\",\"width\":680,\"height\":343},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2019\\\/05\\\/bailey\\\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/angrysysadmins.tech\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Please for the Love of Whatever Deity You May Believe in, Don&#8217;t Use yaourt\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#website\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/\",\"name\":\"Angry Sysadmins\",\"description\":\"A site full of angry sysadmins here to vent and help\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/angrysysadmins.tech\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#\\\/schema\\\/person\\\/151b2d23439b55b970060836f317a14d\",\"name\":\"Cat Kasin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g23b0ffb86dd6c08514a66a6a50f7a0a9\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g\",\"caption\":\"Cat Kasin\"},\"description\":\"I build virtual environments and challenges for Cybersecurity students to complete as a way to gain experience before graduating and entering the workforce.\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/author\\\/bailey\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Please Don't Use yaourt - Angry Sysadmins","description":"yaourt is a tool to help with installation and dependency management when installing packages from the Arch User Repository. Sounds fine, yeah? No.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/","og_locale":"en_US","og_type":"article","og_title":"Please Don't Use yaourt - Angry Sysadmins","og_description":"yaourt is a tool to help with installation and dependency management when installing packages from the Arch User Repository. Sounds fine, yeah? No.","og_url":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/","og_site_name":"Angry Sysadmins","article_published_time":"2019-05-04T06:51:53+00:00","article_modified_time":"2019-05-14T15:57:42+00:00","og_image":[{"url":"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/05\/PKGBUILDexample.png","type":"","width":"","height":""}],"author":"Cat Kasin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Cat Kasin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/#article","isPartOf":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/"},"author":{"name":"Cat Kasin","@id":"https:\/\/angrysysadmins.tech\/#\/schema\/person\/151b2d23439b55b970060836f317a14d"},"headline":"Please for the Love of Whatever Deity You May Believe in, Don&#8217;t Use yaourt","datePublished":"2019-05-04T06:51:53+00:00","dateModified":"2019-05-14T15:57:42+00:00","mainEntityOfPage":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/"},"wordCount":305,"commentCount":0,"image":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/#primaryimage"},"thumbnailUrl":"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/05\/PKGBUILDexample.png","keywords":["Arch","aur","Linux","package management","yaourt"],"articleSection":["Arch","Linux","Rant"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/","url":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/","name":"Please Don't Use yaourt - Angry Sysadmins","isPartOf":{"@id":"https:\/\/angrysysadmins.tech\/#website"},"primaryImageOfPage":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/#primaryimage"},"image":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/#primaryimage"},"thumbnailUrl":"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/05\/PKGBUILDexample.png","datePublished":"2019-05-04T06:51:53+00:00","dateModified":"2019-05-14T15:57:42+00:00","author":{"@id":"https:\/\/angrysysadmins.tech\/#\/schema\/person\/151b2d23439b55b970060836f317a14d"},"description":"yaourt is a tool to help with installation and dependency management when installing packages from the Arch User Repository. Sounds fine, yeah? No.","breadcrumb":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/#primaryimage","url":"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/05\/PKGBUILDexample.png","contentUrl":"https:\/\/angrysysadmins.tech\/wp-content\/uploads\/2019\/05\/PKGBUILDexample.png","width":680,"height":343},{"@type":"BreadcrumbList","@id":"https:\/\/angrysysadmins.tech\/index.php\/2019\/05\/bailey\/please-for-the-love-of-whatever-deity-you-may-believe-in-dont-use-yaourt\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/angrysysadmins.tech\/"},{"@type":"ListItem","position":2,"name":"Please for the Love of Whatever Deity You May Believe in, Don&#8217;t Use yaourt"}]},{"@type":"WebSite","@id":"https:\/\/angrysysadmins.tech\/#website","url":"https:\/\/angrysysadmins.tech\/","name":"Angry Sysadmins","description":"A site full of angry sysadmins here to vent and help","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/angrysysadmins.tech\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/angrysysadmins.tech\/#\/schema\/person\/151b2d23439b55b970060836f317a14d","name":"Cat Kasin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g23b0ffb86dd6c08514a66a6a50f7a0a9","url":"https:\/\/secure.gravatar.com\/avatar\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e83bfa1b7d9ce082bd6b68938f580039db8d5571ad6c5d012e6a5243a189309e?s=96&d=mm&r=g","caption":"Cat Kasin"},"description":"I build virtual environments and challenges for Cybersecurity students to complete as a way to gain experience before graduating and entering the workforce.","url":"https:\/\/angrysysadmins.tech\/index.php\/author\/bailey\/"}]}},"_links":{"self":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/588","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/comments?post=588"}],"version-history":[{"count":6,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/588\/revisions"}],"predecessor-version":[{"id":644,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/588\/revisions\/644"}],"wp:attachment":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/media?parent=588"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/categories?post=588"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/tags?post=588"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/coauthors?post=588"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}