{"id":14759,"date":"2025-04-25T18:26:00","date_gmt":"2025-04-25T12:56:00","guid":{"rendered":"https:\/\/www.skynats.com\/?p=14759"},"modified":"2025-04-28T11:30:47","modified_gmt":"2025-04-28T06:00:47","slug":"how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu","status":"publish","type":"post","link":"https:\/\/www.skynats.com\/blog\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\/","title":{"rendered":"How to Fix &#8216;E: Could not get lock \/var\/lib\/dpkg\/lock&#8217; Error in Ubuntu"},"content":{"rendered":"\n<p>Encountering the E: Could not get lock \/var\/lib\/dpkg\/lock error in <a href=\"https:\/\/ubuntu.com\/\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-secondary-color\">Ubuntu<\/mark><\/a> is a common issue that typically arises when the package management system is already in use or has not been properly released by a previous process. Addressing this error promptly is essential to maintain system stability and ensure smooth package installations or updates. In this article, we will provide a detailed approach on How to Fix &#8216;E: Could not get lock \/var\/lib\/dpkg\/lock&#8217; Error in a secure and efficient manner.<\/p>\n\n\n\n<p>When trying to install a package in Ubuntu , you may encounter the error message:<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\" id=\"h-e-could-not-get-lock-var-lib-dpkg-lock-open-11-resource-temporarily-unavailable\"><strong>E: Could not get lock \/var\/lib\/dpkg\/lock \u2013 open (11: Resource temporarily unavailable)<\/strong><\/h2>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\" id=\"h-e-unable-to-lock-the-administration-directory-var-lib-dpkg-is-another-process-using-it\"><strong>E: Unable to lock the administration directory (\/var\/lib\/dpkg\/), is another process using it?<\/strong><\/h2>\n\n\n\n<p>This can be frustrating, but it\u2019s a common issue that occurs when another process is using the system\u2019s package manager. The error occurs when Ubuntu locks the dpkg directory during software installations or updates. This lock prevents multiple processes from modifying the package database simultaneously, which could result in a broken system. Here\u2019s how you can resolve it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\" id=\"h-check-if-an-update-is-running\"><strong>Check if an update is running<\/strong><\/h3>\n\n\n\n<p>Open your terminal and run:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ps aux | grep -i apt<\/code><\/pre>\n\n\n\n<p>If you see that apt is being used by a program like <em>apt.systemd.daily update<\/em>, , wait for it to complete before trying again.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\" id=\"h-find-and-kill-running-processes\"><strong>Find and kill running processes<\/strong><\/h3>\n\n\n\n<p>While the previous scenario is straightforward and can be easily resolved, it may not always be that simple. If another program is using apt, a different approach will be required to handle the situation.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ps aux | grep -i apt<\/code><\/pre>\n\n\n\n<p>Use the process id to terminate the process by sending the SIGTERM signal.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo kill &lt;process_id&gt;<\/code><\/pre>\n\n\n\n<p>&nbsp;Check if the process was killed by running the \u2018ps aux | grep -i apt\u2019 command.If it is still running , force kill it.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo kill -9 &lt;process_id&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\" id=\"h-remove-the-lock-files-if-necessary\"><strong>Remove the lock files (if necessary)<\/strong><\/h3>\n\n\n\n<p>In some cases, the root cause may be the lock file. When the apt or apt-get commands are executed, they create lock files in several locations. If a previous apt command didn&#8217;t terminate correctly, these lock files are not removed, preventing any new instances of apt or apt-get from running.<\/p>\n\n\n\n<p>To resolve the issue, you simply need to remove the lock files. However, before doing so, it&#8217;s a good idea to stop any processes that are currently using those lock files.&nbsp;<\/p>\n\n\n\n<p>For getting the list of process using the lock files, run:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo lsof \/var\/lib\/dpkg\nsudo lsof \/var\/lib\/apt\/lists\/lock\nsudo lsof \/var\/cache\/apt\/archives\/lock<\/code><\/pre>\n\n\n\n<p>The commands may not return anything or may return a single number. If they do return a number, use it to kill the process. Then safely back the lock files or remove them.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo rm \/var\/lib\/dpkg\nsudo rm  \/var\/lib\/apt\/lists\/lock\nsudo rm  \/var\/cache\/apt\/archives\/lock<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading has-small-font-size\" id=\"h-conclusion\"><strong>Conclusion<\/strong><\/h4>\n\n\n\n<p>The &#8220;E: Could not get lock \/var\/lib\/dpkg\/lock&#8221; error usually occurs when another process is actively using apt or when a previous apt operation was not properly closed. While following standard troubleshooting steps can sometimes resolve the issue, persistent errors may indicate deeper system conflicts.If you&#8217;re encountering challenges with How to Fix &#8216;E: Could not get lock \/var\/lib\/dpkg\/lock&#8217; Error, Skynats is here to help. Our expert team, through our comprehensive <a href=\"https:\/\/www.skynats.com\/linux-server-management\/\">Linux Server Management services<\/a>, offers professional, around-the-clock support to resolve such issues efficiently. Reach out to us today for fast and reliable assistance!<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Encountering the E: Could not get lock \/var\/lib\/dpkg\/lock error in Ubuntu is a common issue that typically arises when the package management system is already in use or has not been properly released by a previous process. Addressing this error promptly is essential to maintain system stability and ensure smooth package installations or updates. In [&hellip;]<\/p>\n","protected":false},"author":16,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[1009,1010,236],"class_list":["post-14759","post","type-post","status-publish","format-standard","hentry","category-blog","tag-how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error","tag-linux-server-management-services","tag-ubuntu"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Fix &#039;E: Could not get lock \/var\/lib\/dpkg\/lock&#039; Error in Ubuntu<\/title>\n<meta name=\"description\" content=\"Learn How to Fix &#039;E: Could not get lock \/var\/lib\/dpkg\/lock&#039; Error in Ubuntu with our step-by-step guide for quick resolution.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.skynats.com\/blog\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix &#039;E: Could not get lock \/var\/lib\/dpkg\/lock&#039; Error in Ubuntu\" \/>\n<meta property=\"og:description\" content=\"Learn How to Fix &#039;E: Could not get lock \/var\/lib\/dpkg\/lock&#039; Error in Ubuntu with our step-by-step guide for quick resolution.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.skynats.com\/blog\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\/\" \/>\n<meta property=\"og:site_name\" content=\"Server Management Services | Cloud Management | Skynats\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/skynats\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-25T12:56:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-28T06:00:47+00:00\" \/>\n<meta name=\"author\" content=\"Merin John\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:site\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Merin John\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\\\/\"},\"author\":{\"name\":\"Merin John\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/b80e05405ba11197c3f60db56df40ded\"},\"headline\":\"How to Fix &#8216;E: Could not get lock \\\/var\\\/lib\\\/dpkg\\\/lock&#8217; Error in Ubuntu\",\"datePublished\":\"2025-04-25T12:56:00+00:00\",\"dateModified\":\"2025-04-28T06:00:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\\\/\"},\"wordCount\":550,\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"keywords\":[\"How to Fix 'E: Could not get lock \\\/var\\\/lib\\\/dpkg\\\/lock' Error\",\"linux server management services\",\"Ubuntu\"],\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\\\/\",\"name\":\"How to Fix 'E: Could not get lock \\\/var\\\/lib\\\/dpkg\\\/lock' Error in Ubuntu\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\"},\"datePublished\":\"2025-04-25T12:56:00+00:00\",\"dateModified\":\"2025-04-28T06:00:47+00:00\",\"description\":\"Learn How to Fix 'E: Could not get lock \\\/var\\\/lib\\\/dpkg\\\/lock' Error in Ubuntu with our step-by-step guide for quick resolution.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Fix &#8216;E: Could not get lock \\\/var\\\/lib\\\/dpkg\\\/lock&#8217; Error in Ubuntu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"name\":\"Server Management Services | Cloud Management | Skynats\",\"description\":\"Server Management and Cloud Management\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\",\"name\":\"Skynats Technologies\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"contentUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"width\":989,\"height\":367,\"caption\":\"Skynats Technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/skynats\",\"https:\\\/\\\/x.com\\\/skynatstech\",\"https:\\\/\\\/www.instagram.com\\\/skynatstech\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/skynats-technologies\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCvTAjrFJ4_E2MJKwlDHomlg\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/b80e05405ba11197c3f60db56df40ded\",\"name\":\"Merin John\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c6fda6ca622259bc47ba01df18b391ee9e0540db86283334dea33951c4fa19b8?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c6fda6ca622259bc47ba01df18b391ee9e0540db86283334dea33951c4fa19b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c6fda6ca622259bc47ba01df18b391ee9e0540db86283334dea33951c4fa19b8?s=96&d=mm&r=g\",\"caption\":\"Merin John\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Fix 'E: Could not get lock \/var\/lib\/dpkg\/lock' Error in Ubuntu","description":"Learn How to Fix 'E: Could not get lock \/var\/lib\/dpkg\/lock' Error in Ubuntu with our step-by-step guide for quick resolution.","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:\/\/www.skynats.com\/blog\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix 'E: Could not get lock \/var\/lib\/dpkg\/lock' Error in Ubuntu","og_description":"Learn How to Fix 'E: Could not get lock \/var\/lib\/dpkg\/lock' Error in Ubuntu with our step-by-step guide for quick resolution.","og_url":"https:\/\/www.skynats.com\/blog\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\/","og_site_name":"Server Management Services | Cloud Management | Skynats","article_publisher":"https:\/\/www.facebook.com\/skynats","article_published_time":"2025-04-25T12:56:00+00:00","article_modified_time":"2025-04-28T06:00:47+00:00","author":"Merin John","twitter_card":"summary_large_image","twitter_creator":"@skynatstech","twitter_site":"@skynatstech","twitter_misc":{"Written by":"Merin John","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.skynats.com\/blog\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\/#article","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\/"},"author":{"name":"Merin John","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/b80e05405ba11197c3f60db56df40ded"},"headline":"How to Fix &#8216;E: Could not get lock \/var\/lib\/dpkg\/lock&#8217; Error in Ubuntu","datePublished":"2025-04-25T12:56:00+00:00","dateModified":"2025-04-28T06:00:47+00:00","mainEntityOfPage":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\/"},"wordCount":550,"publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"keywords":["How to Fix 'E: Could not get lock \/var\/lib\/dpkg\/lock' Error","linux server management services","Ubuntu"],"articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.skynats.com\/blog\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\/","url":"https:\/\/www.skynats.com\/blog\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\/","name":"How to Fix 'E: Could not get lock \/var\/lib\/dpkg\/lock' Error in Ubuntu","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/#website"},"datePublished":"2025-04-25T12:56:00+00:00","dateModified":"2025-04-28T06:00:47+00:00","description":"Learn How to Fix 'E: Could not get lock \/var\/lib\/dpkg\/lock' Error in Ubuntu with our step-by-step guide for quick resolution.","breadcrumb":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.skynats.com\/blog\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.skynats.com\/blog\/how-to-fix-e-could-not-get-lock-var-lib-dpkg-lock-error-in-ubuntu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.skynats.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Fix &#8216;E: Could not get lock \/var\/lib\/dpkg\/lock&#8217; Error in Ubuntu"}]},{"@type":"WebSite","@id":"https:\/\/www.skynats.com\/blog\/#website","url":"https:\/\/www.skynats.com\/blog\/","name":"Server Management Services | Cloud Management | Skynats","description":"Server Management and Cloud Management","publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.skynats.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.skynats.com\/blog\/#organization","name":"Skynats Technologies","url":"https:\/\/www.skynats.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","contentUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","width":989,"height":367,"caption":"Skynats Technologies"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/skynats","https:\/\/x.com\/skynatstech","https:\/\/www.instagram.com\/skynatstech\/","https:\/\/www.linkedin.com\/company\/skynats-technologies","https:\/\/www.youtube.com\/channel\/UCvTAjrFJ4_E2MJKwlDHomlg"]},{"@type":"Person","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/b80e05405ba11197c3f60db56df40ded","name":"Merin John","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c6fda6ca622259bc47ba01df18b391ee9e0540db86283334dea33951c4fa19b8?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c6fda6ca622259bc47ba01df18b391ee9e0540db86283334dea33951c4fa19b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c6fda6ca622259bc47ba01df18b391ee9e0540db86283334dea33951c4fa19b8?s=96&d=mm&r=g","caption":"Merin John"}}]}},"_links":{"self":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/14759","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/comments?post=14759"}],"version-history":[{"count":4,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/14759\/revisions"}],"predecessor-version":[{"id":14767,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/14759\/revisions\/14767"}],"wp:attachment":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/media?parent=14759"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/categories?post=14759"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/tags?post=14759"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}