<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: devtoolset-4-gcc* not available for CentOS 7.9 in Tools</title>
    <link>https://community.cisco.com/t5/tools/devtoolset-4-gcc-not-available-for-centos-7-9/m-p/4431850#M1303</link>
    <description>&lt;P&gt;The version devtoolset4 mentioned in the system requirements&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://ydk.cisco.com/py/docs/getting_started.html#system-requirements," target="_blank" rel="nofollow noopener noreferrer"&gt;http://ydk.cisco.com/py/docs/getting_started.html#system-requirements&lt;/A&gt;&amp;nbsp;is not there&lt;BR /&gt;```&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;root@cafy-2:shreyash$ sudo yum search devtoolset |grep devtoolset|awk {'print $1'} |cut -f 1,2 -d\-|sort|uniq&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;===========================&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;devtoolset-10&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;devtoolset-10.x86_64&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;devtoolset-7&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;devtoolset-7.x86_64&lt;BR /&gt;```&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;devtoolset-8&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;devtoolset-8.x86_64&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;devtoolset-9&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;devtoolset-9.x86_64&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;root@cafy-2:shreyash$ &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;root@cafy-2:shreyash$ &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;root@cafy-2:shreyash$ &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;root@cafy-2:shreyash$ &lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jul 2021 20:17:32 GMT</pubDate>
    <dc:creator>shreyash</dc:creator>
    <dc:date>2021-07-12T20:17:32Z</dc:date>
    <item>
      <title>devtoolset-4-gcc* not available for CentOS 7.9</title>
      <link>https://community.cisco.com/t5/tools/devtoolset-4-gcc-not-available-for-centos-7-9/m-p/4431796#M1301</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;I am using a Centos 7.9 server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I try to install gcc as per the system requirements mentioned here&amp;nbsp;&lt;A href="http://ydk.cisco.com/py/docs/getting_started.html#system-requirements," target="_blank"&gt;http://ydk.cisco.com/py/docs/getting_started.html#system-requirements,&lt;/A&gt;&amp;nbsp;I am facing&amp;nbsp;&lt;BR /&gt;```&lt;/P&gt;
&lt;PRE&gt;No package devtoolset-4-gcc* available&lt;/PRE&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;PRE&gt;root@cafy-2:shreyash$ sudo yum install devtoolset-4-gcc* 
Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager

This system is not registered with an entitlement server. You can use subscription-manager to register.

Loading mirror speeds from cached hostfile
 * base: mirror.datto.com
 * centos-sclo-rh: repo.ialab.dsu.edu
 * centos-sclo-sclo: mirrors.vcea.wsu.edu
 * extras: ftpmirror.your.org
 * updates: ftpmirror.your.org
No package devtoolset-4-gcc* available.
Error: Nothing to do&lt;/PRE&gt;
&lt;P&gt;Could you please help here.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 18:26:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/devtoolset-4-gcc-not-available-for-centos-7-9/m-p/4431796#M1301</guid>
      <dc:creator>shreyash</dc:creator>
      <dc:date>2021-07-12T18:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: devtoolset-4-gcc* not available for CentOS 7.9</title>
      <link>https://community.cisco.com/t5/tools/devtoolset-4-gcc-not-available-for-centos-7-9/m-p/4431814#M1302</link>
      <description>&lt;P&gt;The first try is there any packages available with that name&amp;nbsp; :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;sudo yum search devtoolset |grep devtoolset|awk {'print $1'} |cut -f 1,2 -d\-|sort|uniq&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Jul 2021 18:52:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/devtoolset-4-gcc-not-available-for-centos-7-9/m-p/4431814#M1302</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-07-12T18:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: devtoolset-4-gcc* not available for CentOS 7.9</title>
      <link>https://community.cisco.com/t5/tools/devtoolset-4-gcc-not-available-for-centos-7-9/m-p/4431850#M1303</link>
      <description>&lt;P&gt;The version devtoolset4 mentioned in the system requirements&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://ydk.cisco.com/py/docs/getting_started.html#system-requirements," target="_blank" rel="nofollow noopener noreferrer"&gt;http://ydk.cisco.com/py/docs/getting_started.html#system-requirements&lt;/A&gt;&amp;nbsp;is not there&lt;BR /&gt;```&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;root@cafy-2:shreyash$ sudo yum search devtoolset |grep devtoolset|awk {'print $1'} |cut -f 1,2 -d\-|sort|uniq&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;===========================&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;devtoolset-10&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;devtoolset-10.x86_64&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;devtoolset-7&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;devtoolset-7.x86_64&lt;BR /&gt;```&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;devtoolset-8&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;devtoolset-8.x86_64&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;devtoolset-9&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;devtoolset-9.x86_64&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;root@cafy-2:shreyash$ &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;root@cafy-2:shreyash$ &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;root@cafy-2:shreyash$ &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;root@cafy-2:shreyash$ &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 20:17:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/devtoolset-4-gcc-not-available-for-centos-7-9/m-p/4431850#M1303</guid>
      <dc:creator>shreyash</dc:creator>
      <dc:date>2021-07-12T20:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: devtoolset-4-gcc* not available for CentOS 7.9</title>
      <link>https://community.cisco.com/t5/tools/devtoolset-4-gcc-not-available-for-centos-7-9/m-p/4431852#M1304</link>
      <description>&lt;P&gt;Could you update the systems requirements document&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://ydk.cisco.com/py/docs/getting_started.html#system-requirements," target="_blank" rel="nofollow noopener noreferrer"&gt;http://ydk.cisco.com/py/docs/getting_started.html#system-requirements&lt;/A&gt; with the available version please&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 20:18:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/devtoolset-4-gcc-not-available-for-centos-7-9/m-p/4431852#M1304</guid>
      <dc:creator>shreyash</dc:creator>
      <dc:date>2021-07-12T20:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: devtoolset-4-gcc* not available for CentOS 7.9</title>
      <link>https://community.cisco.com/t5/tools/devtoolset-4-gcc-not-available-for-centos-7-9/m-p/4431867#M1305</link>
      <description>&lt;P&gt;The documentation under &lt;EM&gt;ydk.cisco.com&lt;/EM&gt; references YDK release 0.8.3, which is significantly outdated. I strongly suggest you to move to the latest publicly available release 0.8.5.2, which you can find &lt;A href="https://github.com/ygorelik/ydk-gen" target="_self"&gt;here&lt;/A&gt;. It includes YDK installation script, which will take care of all the dependencies needed for your CentOS-7.9 platform.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 20:50:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/devtoolset-4-gcc-not-available-for-centos-7-9/m-p/4431867#M1305</guid>
      <dc:creator>yangorelik</dc:creator>
      <dc:date>2021-07-12T20:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: devtoolset-4-gcc* not available for CentOS 7.9</title>
      <link>https://community.cisco.com/t5/tools/devtoolset-4-gcc-not-available-for-centos-7-9/m-p/4432525#M1306</link>
      <description>&lt;P&gt;Thanku&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 18:25:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/devtoolset-4-gcc-not-available-for-centos-7-9/m-p/4432525#M1306</guid>
      <dc:creator>shreyash</dc:creator>
      <dc:date>2021-07-13T18:25:41Z</dc:date>
    </item>
  </channel>
</rss>

