<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nikhilesh Joshi</title>
    <description>The latest articles on DEV Community by Nikhilesh Joshi (@get_njoshi).</description>
    <link>https://dev.to/get_njoshi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F82839%2F2a8db3ec-bb32-4a0e-8c8b-2bbdbc86c81e.jpg</url>
      <title>DEV Community: Nikhilesh Joshi</title>
      <link>https://dev.to/get_njoshi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/get_njoshi"/>
    <language>en</language>
    <item>
      <title>Ubuntu upgrade button does nothing</title>
      <dc:creator>Nikhilesh Joshi</dc:creator>
      <pubDate>Sun, 28 Jul 2019 03:58:53 +0000</pubDate>
      <link>https://dev.to/get_njoshi/ubuntu-upgrade-button-does-nothing-54fg</link>
      <guid>https://dev.to/get_njoshi/ubuntu-upgrade-button-does-nothing-54fg</guid>
      <description>&lt;p&gt;For about a month I have been getting bombarded with notifications to upgrade to Ubuntu 19.04 from 18.10, so I finally got around to do it only to find the "Upgrade" button in the software-updater did nothing.&lt;/p&gt;

&lt;p&gt;So I started googling what needs to be done. Everything pointed me to update the installed software packages with&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;gt;  sudo apt-get update &amp;amp;&amp;amp; sudo apt-get upgrade
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;That seemed to return "0 newly installed, 0 to remove and 1 kept back". In this case it was libodbc1 was kept back, The libodbc1 package had to be force installed using the below command.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;gt;  sudo apt-get install libodbc1
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Only after which the upgrade button in Ubuntu started working. At this point I've not been able to figure out why it was not upgraded the normal way but in case any one is in such a pickle where the Ubuntu upgrade button just closes the window and does not do anything, it more often than  not has to do with updating packages. If there are any packages that are kept behind or not upgraded, they will have to be individually installed.&lt;/p&gt;

</description>
      <category>ubuntu</category>
      <category>upgrade</category>
      <category>2011macbookpro15</category>
    </item>
  </channel>
</rss>
