<?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: Ranit D. A.</title>
    <description>The latest articles on DEV Community by Ranit D. A. (@ranit).</description>
    <link>https://dev.to/ranit</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%2F762837%2F8fb99533-8d26-4beb-a6f8-ef166c7156a2.jpg</url>
      <title>DEV Community: Ranit D. A.</title>
      <link>https://dev.to/ranit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ranit"/>
    <language>en</language>
    <item>
      <title>VsCode not opening with code</title>
      <dc:creator>Ranit D. A.</dc:creator>
      <pubDate>Sat, 12 Apr 2025 16:11:09 +0000</pubDate>
      <link>https://dev.to/ranit/vscode-not-opening-with-code-511g</link>
      <guid>https://dev.to/ranit/vscode-not-opening-with-code-511g</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;/usr/share/code/bin/../code: /home/username/anaconda3/lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /lib/x86_64-linux-gnu/libLLVM-15.so.1)

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Solution:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;ln -sf /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /home/username/anaconda3/lib/libstdc++.so.6

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Courtesy: &lt;a href="https://askubuntu.com/questions/1418016/glibcxx-3-4-30-not-found-in-conda-environment" rel="noopener noreferrer"&gt;https://askubuntu.com/questions/1418016/glibcxx-3-4-30-not-found-in-conda-environment&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ubuntu</category>
    </item>
    <item>
      <title>Solving 'mvtnorm' R Package installation error Ubuntu 22.04 or Later</title>
      <dc:creator>Ranit D. A.</dc:creator>
      <pubDate>Wed, 22 Feb 2023 20:14:11 +0000</pubDate>
      <link>https://dev.to/ranit/solving-mvtnorm-r-package-installation-error-ubuntu-2204-or-later-b0m</link>
      <guid>https://dev.to/ranit/solving-mvtnorm-r-package-installation-error-ubuntu-2204-or-later-b0m</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;/bin/bash: line 1: gfortran: command not found&lt;br&gt;
make: *** [/usr/lib/R/etc/Makeconf:192: mvt.o] Error 127&lt;br&gt;
ERROR: compilation failed for package ‘mvtnorm’&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;removing ‘/home/ranit/R/x86_64-pc-linux-gnu-library/4.2/mvtnorm’
Warning in install.packages :
installation of package ‘mvtnorm’ had non-zero exit status The downloaded source packages are in
‘/tmp/RtmpQwQ3lR/downloaded_packages’&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;p&gt;Solution is run the command below to install gfortran in your &lt;br&gt;
&lt;code&gt;&lt;br&gt;
sudo apt install gfortran&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;and then run&lt;br&gt;
&lt;code&gt;&lt;br&gt;
 install.packages("mvtnorm")&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I hope that helps. Thanks &amp;lt;3 &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
