{"id":682,"date":"2018-01-30T19:55:11","date_gmt":"2018-01-30T16:55:11","guid":{"rendered":"https:\/\/galaxydata.ru\/community\/?p=682"},"modified":"2025-07-22T23:38:47","modified_gmt":"2025-07-22T20:38:47","slug":"updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux","status":"publish","type":"post","link":"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682","title":{"rendered":"Updating CMake from 2.8.11 to 3.6.2 or Newer Version on CentOS Linux"},"content":{"rendered":"<p>On CentOS 7, using yum install gives you cmake version 2.8.11<\/p>\n<div>\n<pre class=\"lang:sh decode:true\">cat \/etc\/*release<\/pre>\n<p>CentOS Linux release 7.2.1511 (Core)<\/p>\n<\/div>\n<div>\n<pre class=\"lang:sh decode:true\">yum info cmake<\/pre>\n<pre class=\"lang:sh decode:true\">Installed Packages\r\n\r\nName \u00a0 \u00a0 \u00a0 \u00a0: cmake\r\nArch \u00a0 \u00a0 \u00a0 \u00a0: x86_64\r\nVersion \u00a0 \u00a0 : 2.8.11<\/pre>\n<\/div>\n<div>In order to install version 3.6.2 or newer version, first uninstall it with yum remove<\/div>\n<div>\n<pre class=\"lang:sh decode:true\">sudo yum remove cmake -y<\/pre>\n<\/div>\n<div>If you don&#8217;t perform the above step to remove old CMake version, you may see below error after the final step that you installed the newer CMake version.<br \/>\nCMake has most likely not been installed correctly<\/div>\n<div><\/div>\n<div>Download, extrace, compile and install the code\u00a0<a href=\"https:\/\/cmake.org\/files\/v3.6\/cmake-3.6.2.tar.gz\">cmake-3.6.2.tar.gz<\/a> from\u00a0https:\/\/cmake.org\/download\/<\/div>\n<div>\n<pre class=\"lang:sh decode:true\">wget https:\/\/cmake.org\/files\/v3.6\/cmake-3.6.2.tar.gz<\/pre>\n<\/div>\n<div>\n<pre class=\"lang:sh decode:true\">tar -zxvf cmake-3.6.2.tar.gz<\/pre>\n<\/div>\n<div>\n<pre class=\"lang:sh decode:true \">cd cmake-3.6.2<\/pre>\n<\/div>\n<div>\n<div>\n<pre class=\"lang:sh decode:true \">sudo .\/bootstrap --prefix=\/usr\/local<\/pre>\n<\/div>\n<\/div>\n<div>\n<div>\n<pre class=\"lang:sh decode:true\">sudo make<\/pre>\n<\/div>\n<div>\n<pre class=\"lang:sh decode:true\">sudo make install<\/pre>\n<\/div>\n<\/div>\n<div>\n<pre class=\"lang:sh decode:true\">nano ~\/.bash_profile<\/pre>\n<\/div>\n<div>\n<pre class=\"lang:sh decode:true \">PATH=\/usr\/local\/bin:$PATH:$HOME\/bin<\/pre>\n<p>This way<\/p>\n<pre class=\"lang:sh decode:true \"># .bash_profile\r\n\r\n# Get the aliases and functions\r\nif [ -f ~\/.bashrc ]; then\r\n        . ~\/.bashrc\r\nfi\r\n\r\n# User specific environment and startup programs\r\n\r\n# PATH=$PATH:$HOME\/bin\r\n\r\nPATH=\/usr\/local\/bin:$PATH:$HOME\/bin\r\n\r\nexport PATH<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<div>\n<div>\n<pre class=\"lang:sh decode:true\">cmake --version<\/pre>\n<\/div>\n<div>cmake version 3.6.2<\/div>\n<\/div>\n<div><\/div>\n<div>Thaks &#8212;\u00a0<a href=\"http:\/\/jotmynotes.blogspot.ru\/2016\/10\/updating-cmake-from-2811-to-362-or.html\">http:\/\/jotmynotes.blogspot.ru\/2016\/10\/updating-cmake-from-2811-to-362-or.html<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>On CentOS 7, using yum install gives you cmake version 2.8.11 cat \/etc\/*release CentOS Linux release 7.2.1511 (Core) yum info cmake Installed Packages Name \u00a0 \u00a0 \u00a0 \u00a0: cmake Arch&hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[4,135],"class_list":["post-682","post","type-post","status-publish","format-standard","hentry","category-linux","tag-centos","tag-cmake"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.4 (Yoast SEO v25.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Updating CMake from 2.8.11 to 3.6.2 or Newer Version on CentOS Linux - GalaxyData Community<\/title>\n<meta name=\"description\" content=\"Step-by-step guide to upgrade CMake from an outdated version like 2.8.11 to modern releases such as 3.6.2 or newer on CentOS Linux distributions for smoother software builds and development workflows.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Updating CMake from 2.8.11 to 3.6.2 or Newer Version on CentOS Linux\" \/>\n<meta property=\"og:description\" content=\"Step-by-step guide to upgrade CMake from an outdated version like 2.8.11 to modern releases such as 3.6.2 or newer on CentOS Linux distributions for smoother software builds and development workflows.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682\" \/>\n<meta property=\"og:site_name\" content=\"GalaxyData Community\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/vk.com\/galaxydata\" \/>\n<meta property=\"article:published_time\" content=\"2018-01-30T16:55:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-22T20:38:47+00:00\" \/>\n<meta name=\"author\" content=\"Eduard Yamaltdinov\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u041d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0430\u0432\u0442\u043e\u0440\u043e\u043c\" \/>\n\t<meta name=\"twitter:data1\" content=\"Eduard Yamaltdinov\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u043c\u0438\u043d\u0443\u0442\u0430\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682#article\",\"isPartOf\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682\"},\"author\":{\"name\":\"Eduard Yamaltdinov\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/674f493b626af18d90fe784aa69dfd7b\"},\"headline\":\"Updating CMake from 2.8.11 to 3.6.2 or Newer Version on CentOS Linux\",\"datePublished\":\"2018-01-30T16:55:11+00:00\",\"dateModified\":\"2025-07-22T20:38:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682\"},\"wordCount\":103,\"commentCount\":4,\"publisher\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/#organization\"},\"keywords\":[\"centos\",\"cmake\"],\"articleSection\":[\"Linux\"],\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682\",\"url\":\"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682\",\"name\":\"Updating CMake from 2.8.11 to 3.6.2 or Newer Version on CentOS Linux - GalaxyData Community\",\"isPartOf\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/#website\"},\"datePublished\":\"2018-01-30T16:55:11+00:00\",\"dateModified\":\"2025-07-22T20:38:47+00:00\",\"description\":\"Step-by-step guide to upgrade CMake from an outdated version like 2.8.11 to modern releases such as 3.6.2 or newer on CentOS Linux distributions for smoother software builds and development workflows.\",\"breadcrumb\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\",\"item\":\"https:\/\/galaxydata.ru\/community\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Updating CMake from 2.8.11 to 3.6.2 or Newer Version on CentOS Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#website\",\"url\":\"https:\/\/galaxydata.ru\/community\/\",\"name\":\"GalaxyData Community\",\"description\":\"Tutorial for Cloud VDS\",\"publisher\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/galaxydata.ru\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#organization\",\"name\":\"GalaxyData Community\",\"url\":\"https:\/\/galaxydata.ru\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2026\/04\/cropped-galaxydata-site-v3.2.png\",\"contentUrl\":\"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2026\/04\/cropped-galaxydata-site-v3.2.png\",\"width\":257,\"height\":44,\"caption\":\"GalaxyData Community\"},\"image\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/vk.com\/galaxydata\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/674f493b626af18d90fe784aa69dfd7b\",\"name\":\"Eduard Yamaltdinov\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2016\/10\/cloud-server-150x150.png\",\"contentUrl\":\"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2016\/10\/cloud-server-150x150.png\",\"caption\":\"Eduard Yamaltdinov\"},\"description\":\"Eduard Yamaltdinov \u2014 \u0430\u0432\u0442\u043e\u0440 \u0438 \u044d\u043a\u0441\u043f\u0435\u0440\u0442 \u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0439 \u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u0415\u0441\u043b\u0438 \u0432\u0430\u043c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e \u0443\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043e \u0435\u0433\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0445, \u043e\u043f\u044b\u0442\u0435 \u0438\u043b\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0430\u0445, \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435, \u043a\u0430\u043a\u0443\u044e \u0438\u043c\u0435\u043d\u043d\u043e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c.\",\"url\":\"https:\/\/galaxydata.ru\/community\/author\/galaxydata\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Updating CMake from 2.8.11 to 3.6.2 or Newer Version on CentOS Linux - GalaxyData Community","description":"Step-by-step guide to upgrade CMake from an outdated version like 2.8.11 to modern releases such as 3.6.2 or newer on CentOS Linux distributions for smoother software builds and development workflows.","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:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682","og_locale":"ru_RU","og_type":"article","og_title":"Updating CMake from 2.8.11 to 3.6.2 or Newer Version on CentOS Linux","og_description":"Step-by-step guide to upgrade CMake from an outdated version like 2.8.11 to modern releases such as 3.6.2 or newer on CentOS Linux distributions for smoother software builds and development workflows.","og_url":"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682","og_site_name":"GalaxyData Community","article_publisher":"https:\/\/vk.com\/galaxydata","article_published_time":"2018-01-30T16:55:11+00:00","article_modified_time":"2025-07-22T20:38:47+00:00","author":"Eduard Yamaltdinov","twitter_card":"summary_large_image","twitter_misc":{"\u041d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0430\u0432\u0442\u043e\u0440\u043e\u043c":"Eduard Yamaltdinov","\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"1 \u043c\u0438\u043d\u0443\u0442\u0430"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682#article","isPartOf":{"@id":"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682"},"author":{"name":"Eduard Yamaltdinov","@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/674f493b626af18d90fe784aa69dfd7b"},"headline":"Updating CMake from 2.8.11 to 3.6.2 or Newer Version on CentOS Linux","datePublished":"2018-01-30T16:55:11+00:00","dateModified":"2025-07-22T20:38:47+00:00","mainEntityOfPage":{"@id":"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682"},"wordCount":103,"commentCount":4,"publisher":{"@id":"https:\/\/galaxydata.ru\/community\/#organization"},"keywords":["centos","cmake"],"articleSection":["Linux"],"inLanguage":"ru-RU","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682#respond"]}]},{"@type":"WebPage","@id":"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682","url":"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682","name":"Updating CMake from 2.8.11 to 3.6.2 or Newer Version on CentOS Linux - GalaxyData Community","isPartOf":{"@id":"https:\/\/galaxydata.ru\/community\/#website"},"datePublished":"2018-01-30T16:55:11+00:00","dateModified":"2025-07-22T20:38:47+00:00","description":"Step-by-step guide to upgrade CMake from an outdated version like 2.8.11 to modern releases such as 3.6.2 or newer on CentOS Linux distributions for smoother software builds and development workflows.","breadcrumb":{"@id":"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/galaxydata.ru\/community\/updating-cmake-from-2-8-11-to-3-6-2-or-newer-version-on-centos-linux-682#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","item":"https:\/\/galaxydata.ru\/community"},{"@type":"ListItem","position":2,"name":"Updating CMake from 2.8.11 to 3.6.2 or Newer Version on CentOS Linux"}]},{"@type":"WebSite","@id":"https:\/\/galaxydata.ru\/community\/#website","url":"https:\/\/galaxydata.ru\/community\/","name":"GalaxyData Community","description":"Tutorial for Cloud VDS","publisher":{"@id":"https:\/\/galaxydata.ru\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/galaxydata.ru\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/galaxydata.ru\/community\/#organization","name":"GalaxyData Community","url":"https:\/\/galaxydata.ru\/community\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/logo\/image\/","url":"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2026\/04\/cropped-galaxydata-site-v3.2.png","contentUrl":"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2026\/04\/cropped-galaxydata-site-v3.2.png","width":257,"height":44,"caption":"GalaxyData Community"},"image":{"@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/vk.com\/galaxydata"]},{"@type":"Person","@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/674f493b626af18d90fe784aa69dfd7b","name":"Eduard Yamaltdinov","image":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/image\/","url":"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2016\/10\/cloud-server-150x150.png","contentUrl":"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2016\/10\/cloud-server-150x150.png","caption":"Eduard Yamaltdinov"},"description":"Eduard Yamaltdinov \u2014 \u0430\u0432\u0442\u043e\u0440 \u0438 \u044d\u043a\u0441\u043f\u0435\u0440\u0442 \u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0439 \u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u0415\u0441\u043b\u0438 \u0432\u0430\u043c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e \u0443\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043e \u0435\u0433\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0445, \u043e\u043f\u044b\u0442\u0435 \u0438\u043b\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0430\u0445, \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435, \u043a\u0430\u043a\u0443\u044e \u0438\u043c\u0435\u043d\u043d\u043e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c.","url":"https:\/\/galaxydata.ru\/community\/author\/galaxydata"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/posts\/682","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/comments?post=682"}],"version-history":[{"count":1,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/posts\/682\/revisions"}],"predecessor-version":[{"id":1935,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/posts\/682\/revisions\/1935"}],"wp:attachment":[{"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/media?parent=682"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/categories?post=682"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/tags?post=682"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}