{"id":1774,"date":"2019-05-14T17:05:15","date_gmt":"2019-05-14T14:05:15","guid":{"rendered":"http:\/\/surgery.moscow\/smos\/?p=1774"},"modified":"2019-05-14T17:08:54","modified_gmt":"2019-05-14T14:08:54","slug":"how-to-upgrade-to-linux-mint-19","status":"publish","type":"post","link":"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/","title":{"rendered":"How to upgrade to Linux Mint 19"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">                             <\/h2>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\n A. Introduction<\/h3>\n\n\n\n<p>\n This tutorial explains how to upgrade to Linux Mint 19.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\n B. General considerations<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">\n B1. Do you need to upgrade?<\/h4>\n\n\n\n<p>\n Linux Mint 17.x (17, 17.1, 17.2 and 17.3) will be supported until 2019.<\/p>\n\n\n\n<p>\n Linux Mint 18.x (18, 18.1, 18.2 and 18.3) will be supported until 2021.<\/p>\n\n\n\n<p>\n If your version of Linux Mint is still supported, and you are happy with your current system, then you don&#8217;t need to upgrade.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\n B2. Did you try Linux Mint 19 on this computer?<\/h4>\n\n\n\n<p>\n Each new version of Linux Mint comes with a new kernel. This means that\n it handles hardware differently. For instance, you may find out that a \ngraphic card or a wireless adapter which currently works fine for you \nunder Linux Mint, isn&#8217;t recognized by the newer version of Linux Mint \nyou&#8217;re planning to upgrade to. In some cases, this could mean that \nupgrading to this release is the wrong decision, maybe you&#8217;re better off\n skipping that particular release? There&#8217;s only one way to know: you \nneed to try it.<\/p>\n\n\n\n<p>\n Linux Mint comes as an ISO image which can be burnt to a DVD or a USB \nstick. Thanks to this, you can try the newer release on your computer \nand see if your hardware is recognized <strong>without installing and before upgrading.<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\n B3. Did you create a system snapshot?<\/h4>\n\n\n\n<p>\n If anything breaks or if anything goes wrong during the upgrade, you \ncan go back in time and revert all changes by restoring your latest \nsystem snapshot. Whatever happens, you&#8217;re covered.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\n B4. Did you make backups?<\/h4>\n\n\n\n<p>\n Your personal data is the most valuable thing in your computer. If \nanything happens and you break your operating system, it&#8217;s not a \nproblem, it can be reinstalled or restored via a system snapshot. If you\n lose your data or you&#8217;re unable to access it&#8230; that&#8217;s a different \nstory.<\/p>\n\n\n\n<p>\n To be safe, make a full backup of your data on an external device (USB stick or DVD).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\n C. Requirements<\/h3>\n\n\n\n<p>\n To upgrade to Linux Mint 19 you need to satisfy the following requirements.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\n C1. Experience with APT and the command line<\/h4>\n\n\n\n<p>\n Upgrading to a newer package base is not trivial and it should not be performed by novice users.<\/p>\n\n\n\n<p>\n You need to know how to type commands and read their output.<\/p>\n\n\n\n<p>\n You also need to be experienced with APT.&nbsp; During the upgrade you&#8217;ll \nneed to understand the output of APT commands. You&#8217;ll need to understand\n if a package needs to be removed, if it blocks the upgrade, if it \nconflicts with another package etc etc.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\n C2. Linux Mint 18.3 Cinnamon, MATE or Xfce edition<\/h4>\n\n\n\n<p>\n The upgrade tool only upgrades Linux Mint 18.3 Cinnamon, MATE or Xfce edition.<\/p>\n\n\n\n<p>\n If you are running Linux Mint 18, 18.1 or 18.2, you first need to upgrade to Linux Mint 18.3 using the <a href=\"https:\/\/blog.linuxmint.com\/?p=3462\">Update Manager<\/a>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\n C2. Timeshift snapshot<\/h4>\n\n\n\n<p>\n To install timeshift, open a terminal and type:<\/p>\n\n\n\n<p>\n apt install timeshift<\/p>\n\n\n\n<p>\n Then launch &#171;Menu -&gt; Administration -&gt; Timeshift&#187;.<\/p>\n\n\n\n<p>\n Follow the wizard to select a destination for your snapshots.<\/p>\n\n\n\n<p>\n In the toolbar, click on the &#171;Create&#187; button to make a manual snapshot of your operating system.<\/p>\n\n\n\n<p>\n If anything goes wrong, you&#8217;ll be able to restore your operating to \nthis current state, either from within Linux Mint, or by launching \nTimeshift from a live Mint session (live DVD or live USB).<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\n C2. LightDM<\/h4>\n\n\n\n<p>\n To know which display manager you are currently using, open a terminal and type:<\/p>\n\n\n\n<p>\n cat \/etc\/X11\/default-display-manager<\/p>\n\n\n\n<p>\n If the result is &#171;\/usr\/sbin\/lightdm&#187;, you can skip this step.<\/p>\n\n\n\n<p>\n If the result is &#171;\/usr\/sbin\/mdm&#187;, you need to switch display managers \nby installing lightdm and removing mdm. Open a terminal and type:<\/p>\n\n\n\n<p>\n apt install lightdm lightdm-settings slick-greeter<\/p>\n\n\n\n<p>\n When asked to choose a display manager between MDM and LightDM, choose LightDM.<\/p>\n\n\n\n<p>\n Open a terminal and type:<\/p>\n\n\n\n<p>\n apt remove &#8212;purge mdm mint-mdm-themes*<\/p>\n\n\n\n<p>\n sudo dpkg-reconfigure lightdm<\/p>\n\n\n\n<p>\n sudo reboot<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\n D. How to upgrade<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">\n D1. Update your Linux Mint 18.3 system<\/h4>\n\n\n\n<p>\n Using the Update Manager, click on &#171;Refresh&#187; to refresh the APT cache and apply all updates.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\n D2. Give your terminal unlimited scrolling<\/h4>\n\n\n\n<p>\n Open a terminal.<\/p>\n\n\n\n<p>\n Click on &#171;Edit&#187;-&gt;&#187;Profile Preferences&#187;-&gt;&#187;Scrolling&#187;.<\/p>\n\n\n\n<p>\n Check the &#171;unlimited&#187; option and click &#171;OK&#187;.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\n D3. Install the upgrade tool<\/h4>\n\n\n\n<p>\n To install the upgrade tool, open a terminal and type:<\/p>\n\n\n\n<p>\n apt install mintupgrade<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\n D4. Check the upgrade<\/h4>\n\n\n\n<p>\n To simulate an upgrade, open a terminal and type:<\/p>\n\n\n\n<p>\n mintupgrade check<\/p>\n\n\n\n<p>\n Then follow the instructions on the screen.<\/p>\n\n\n\n<p>\n This command temporarily points your system to the Linux Mint 19 repositories and calculates the impact of an upgrade.<\/p>\n\n\n\n<p>\n Note that this command doesn&#8217;t affect your system. After the simulation is finished, your original repositories are restored.<\/p>\n\n\n\n<p>\n The output shows you if the upgrade is possible, and if it is, which \npackages would be upgraded, installed, removed and kept back.<\/p>\n\n\n\n<p>\n It is extremely important that you pay close attention to the output of this command.<\/p>\n\n\n\n<p>\n If it shows packages which are preventing the upgrade, remove them (and\n take note of them so you can try to reinstall them after the upgrade).<\/p>\n\n\n\n<p>\n Also note any important packages in the list of packages which would be removed, so you can reinstall them after the upgrade.<\/p>\n\n\n\n<p>\n Keep using &#171;mintupgrade check&#187; and do not proceed to the next step, until you&#8217;re happy with the output.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\n D5. Download the package upgrades<\/h4>\n\n\n\n<p>\n To download the packages necessary to upgrade to Linux Mint 19, type the following command:<\/p>\n\n\n\n<p>\n <code>mintupgrade download<\/code><\/p>\n\n\n\n<p>\n Note that this command doesn&#8217;t actually perform the upgrade itself, but just downloads the packages.<\/p>\n\n\n\n<p>\n Note also that this command points your system to the Linux Mint 19 \nrepositories (if you want to go back to Linux Mint 18.3 after using this\n command, you still can, with the command &#171;mintupgrade restore-sources&#187;).<\/p>\n\n\n\n<p>\n Use the &#171;mintupgrade download&#187; command until all the packages are successfully downloaded.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\n D6. Apply the upgrades<\/h4>\n\n\n\n<p>\n Note: This step is non-reversible. Once \nyou perform it, the only way to go back is by restoring a system \nsnapshot. Make sure you&#8217;ve made a snapshot before following this last \nstep.<\/p>\n\n\n\n<p>\n To apply the upgrades, type the following command:<\/p>\n\n\n\n<p>\n <code>mintupgrade upgrade<\/code><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\n E. Workarounds<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">\n E1. Boot stuck at \/dev\/mapper\/cryptswap1<\/h4>\n\n\n\n<p>\n If upon reboot, the computer fails to boot and the boot sequence seems \nstuck, type the left or right arrow to switch from the boot logo to the \nboot details.<\/p>\n\n\n\n<p>\n If the boot is stuck trying to run the \/dev\/mapper\/cryptswap1 job, then do the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>\n  Boot the computer with the Shift key pressed to force the Grub menu to show<\/li><li>\n  Choose &#171;Advanced Options&#187; for the latest kernel entry<\/li><li>\n  Choose &#171;Recovery mode&#187;<\/li><li>\n  Once in the recovery menu, choose &#171;fsck&#187; and choose &#171;yes&#187;.<\/li><li>\n  Once fsck is done, press Enter to go back to the menu.<\/li><li>\n  Choose &#171;root&#187; from the recovery menu and press &#171;Enter&#187; to start the root console.<\/li><li>\n  Type &#171;nano \/etc\/fstab&#187; to edit the fstab file.<\/li><li>\n  Find the line with &#171;\/dev\/mapper\/cryptswap1&#187; and add a # sign in front of &#171;\/dev\/mapper\/cryptswap1&#187;<\/li><li>\n  Press &#171;Ctrl+O&#187; and then &#171;Enter&#187; to save the file<\/li><li>\n  Press &#171;Ctrl+X&#187; to exit the nano editor<\/li><li>\n  Type &#171;reboot&#187; to restart the computer<\/li><\/ul>\n\n\n\n<p>\n After a successful boot, the crypted swap might activate properly. You \ncan try that by editing \/etc\/fstab again and reactivating the line for \ncyptswap (by removing the # sign in front of it).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\n F. Alternatives<\/h3>\n\n\n\n<p>\n If you cannot upgrade to Linux Mint 19, please perform a fresh installation.<\/p>\n\n\n\n<p>\n Generic instructions on &#171;fresh upgrades&#187; are also available at <a href=\"https:\/\/community.linuxmint.com\/tutorial\/view\/2\">https:\/\/community.linuxmint.com\/tutorial\/view\/2<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\n G. Notes<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>   It is recommended to use the default Linux Mint mirror before  upgrading, to make sure you&#8217;re using the latest version of mintupgrade.  You can check your version of mintupgrade with &#171;apt version mintupgrade&#187;, and you can check what the latest version of mintupgrade is at <a href=\"https:\/\/github.com\/linuxmint\/mintupgrade\/commits\/master\">https:\/\/github.com\/linuxmint\/mintupgrade\/commits\/master<\/a>. You can also download it at <a href=\"http:\/\/packages.linuxmint.com\/pool\/main\/m\/mintupgrade\/\">http:\/\/packages.linuxmint.com\/pool\/main\/m\/mintupgrade\/<\/a><\/li><li>   The upgrade overwrites files in \/etc\/ with default configuration  files. You can restore files indivually by the Timeshift snapshot you  made prior to upgrading.<\/li><\/ul>\n\n\n\n<p><a href=\"https:\/\/community.linuxmint.com\/tutorial\/view\/2416\">https:\/\/community.linuxmint.com\/tutorial\/view\/2416<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A. Introduction This tutorial explains how to upgrade to Linux Mint 19. B. General considerations B1. Do you need to<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[12,22],"tags":[],"class_list":["post-1774","post","type-post","status-publish","format-standard","hentry","category-internet","category-technology"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to upgrade to Linux Mint 19 - Surgery.Moscow<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to upgrade to Linux Mint 19 - Surgery.Moscow\" \/>\n<meta property=\"og:description\" content=\"A. Introduction This tutorial explains how to upgrade to Linux Mint 19. B. General considerations B1. Do you need to\" \/>\n<meta property=\"og:url\" content=\"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/\" \/>\n<meta property=\"og:site_name\" content=\"Surgery.Moscow\" \/>\n<meta property=\"article:published_time\" content=\"2019-05-14T14:05:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-05-14T14:08:54+00:00\" \/>\n<meta name=\"author\" content=\"Editor_1\" \/>\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=\"Editor_1\" \/>\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=\"7 \u043c\u0438\u043d\u0443\u0442\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/\"},\"author\":{\"name\":\"Editor_1\",\"@id\":\"https:\/\/surgery.moscow\/smos\/#\/schema\/person\/c143433a1a13d7415e6515bf842daeaf\"},\"headline\":\"How to upgrade to Linux Mint 19\",\"datePublished\":\"2019-05-14T14:05:15+00:00\",\"dateModified\":\"2019-05-14T14:08:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/\"},\"wordCount\":1325,\"publisher\":{\"@id\":\"https:\/\/surgery.moscow\/smos\/#organization\"},\"articleSection\":[\"Internet\",\"Technology\"],\"inLanguage\":\"ru-RU\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/\",\"url\":\"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/\",\"name\":\"How to upgrade to Linux Mint 19 - Surgery.Moscow\",\"isPartOf\":{\"@id\":\"https:\/\/surgery.moscow\/smos\/#website\"},\"datePublished\":\"2019-05-14T14:05:15+00:00\",\"dateModified\":\"2019-05-14T14:08:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\",\"item\":\"https:\/\/surgery.moscow\/smos\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to upgrade to Linux Mint 19\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/surgery.moscow\/smos\/#website\",\"url\":\"https:\/\/surgery.moscow\/smos\/\",\"name\":\"Surgery.Moscow\",\"description\":\"Surgery in Moscow Russian Federation\",\"publisher\":{\"@id\":\"https:\/\/surgery.moscow\/smos\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/surgery.moscow\/smos\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/surgery.moscow\/smos\/#organization\",\"name\":\"Bariatric.ru\",\"url\":\"https:\/\/surgery.moscow\/smos\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/surgery.moscow\/smos\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/i0.wp.com\/surgery.moscow\/wp-content\/uploads\/2016\/11\/Surgery_Moscow_logo_1.jpg?fit=300%2C90&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/surgery.moscow\/wp-content\/uploads\/2016\/11\/Surgery_Moscow_logo_1.jpg?fit=300%2C90&ssl=1\",\"width\":300,\"height\":90,\"caption\":\"Bariatric.ru\"},\"image\":{\"@id\":\"https:\/\/surgery.moscow\/smos\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/surgery.moscow\/smos\/#\/schema\/person\/c143433a1a13d7415e6515bf842daeaf\",\"name\":\"Editor_1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/surgery.moscow\/smos\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5c7fa35b31c26ebe86fb7d584e402297eb28065ca5a94b6becefa08d9ab17616?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5c7fa35b31c26ebe86fb7d584e402297eb28065ca5a94b6becefa08d9ab17616?s=96&d=mm&r=g\",\"caption\":\"Editor_1\"},\"url\":\"https:\/\/surgery.moscow\/smos\/author\/surgerymoscowadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to upgrade to Linux Mint 19 - Surgery.Moscow","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:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/","og_locale":"ru_RU","og_type":"article","og_title":"How to upgrade to Linux Mint 19 - Surgery.Moscow","og_description":"A. Introduction This tutorial explains how to upgrade to Linux Mint 19. B. General considerations B1. Do you need to","og_url":"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/","og_site_name":"Surgery.Moscow","article_published_time":"2019-05-14T14:05:15+00:00","article_modified_time":"2019-05-14T14:08:54+00:00","author":"Editor_1","twitter_card":"summary_large_image","twitter_misc":{"\u041d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0430\u0432\u0442\u043e\u0440\u043e\u043c":"Editor_1","\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"7 \u043c\u0438\u043d\u0443\u0442"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/#article","isPartOf":{"@id":"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/"},"author":{"name":"Editor_1","@id":"https:\/\/surgery.moscow\/smos\/#\/schema\/person\/c143433a1a13d7415e6515bf842daeaf"},"headline":"How to upgrade to Linux Mint 19","datePublished":"2019-05-14T14:05:15+00:00","dateModified":"2019-05-14T14:08:54+00:00","mainEntityOfPage":{"@id":"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/"},"wordCount":1325,"publisher":{"@id":"https:\/\/surgery.moscow\/smos\/#organization"},"articleSection":["Internet","Technology"],"inLanguage":"ru-RU"},{"@type":"WebPage","@id":"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/","url":"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/","name":"How to upgrade to Linux Mint 19 - Surgery.Moscow","isPartOf":{"@id":"https:\/\/surgery.moscow\/smos\/#website"},"datePublished":"2019-05-14T14:05:15+00:00","dateModified":"2019-05-14T14:08:54+00:00","breadcrumb":{"@id":"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/surgery.moscow\/smos\/2019\/05\/14\/how-to-upgrade-to-linux-mint-19\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","item":"https:\/\/surgery.moscow\/smos\/"},{"@type":"ListItem","position":2,"name":"How to upgrade to Linux Mint 19"}]},{"@type":"WebSite","@id":"https:\/\/surgery.moscow\/smos\/#website","url":"https:\/\/surgery.moscow\/smos\/","name":"Surgery.Moscow","description":"Surgery in Moscow Russian Federation","publisher":{"@id":"https:\/\/surgery.moscow\/smos\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/surgery.moscow\/smos\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/surgery.moscow\/smos\/#organization","name":"Bariatric.ru","url":"https:\/\/surgery.moscow\/smos\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/surgery.moscow\/smos\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/surgery.moscow\/wp-content\/uploads\/2016\/11\/Surgery_Moscow_logo_1.jpg?fit=300%2C90&ssl=1","contentUrl":"https:\/\/i0.wp.com\/surgery.moscow\/wp-content\/uploads\/2016\/11\/Surgery_Moscow_logo_1.jpg?fit=300%2C90&ssl=1","width":300,"height":90,"caption":"Bariatric.ru"},"image":{"@id":"https:\/\/surgery.moscow\/smos\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/surgery.moscow\/smos\/#\/schema\/person\/c143433a1a13d7415e6515bf842daeaf","name":"Editor_1","image":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/surgery.moscow\/smos\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5c7fa35b31c26ebe86fb7d584e402297eb28065ca5a94b6becefa08d9ab17616?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5c7fa35b31c26ebe86fb7d584e402297eb28065ca5a94b6becefa08d9ab17616?s=96&d=mm&r=g","caption":"Editor_1"},"url":"https:\/\/surgery.moscow\/smos\/author\/surgerymoscowadmin\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8nQhT-sC","_links":{"self":[{"href":"https:\/\/surgery.moscow\/smos\/wp-json\/wp\/v2\/posts\/1774","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/surgery.moscow\/smos\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/surgery.moscow\/smos\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/surgery.moscow\/smos\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/surgery.moscow\/smos\/wp-json\/wp\/v2\/comments?post=1774"}],"version-history":[{"count":2,"href":"https:\/\/surgery.moscow\/smos\/wp-json\/wp\/v2\/posts\/1774\/revisions"}],"predecessor-version":[{"id":1776,"href":"https:\/\/surgery.moscow\/smos\/wp-json\/wp\/v2\/posts\/1774\/revisions\/1776"}],"wp:attachment":[{"href":"https:\/\/surgery.moscow\/smos\/wp-json\/wp\/v2\/media?parent=1774"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/surgery.moscow\/smos\/wp-json\/wp\/v2\/categories?post=1774"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/surgery.moscow\/smos\/wp-json\/wp\/v2\/tags?post=1774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}