
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2021 11:26 AM
Hi ,
I am using a Centos 7.9 server.
When I try to install gcc as per the system requirements mentioned here http://ydk.cisco.com/py/docs/getting_started.html#system-requirements, I am facing
```
No package devtoolset-4-gcc* available
```
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
Could you please help here.
Solved! Go to Solution.
- Labels:
-
YANG Development Kit (YDK)
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2021 01:50 PM
The documentation under ydk.cisco.com 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 here. It includes YDK installation script, which will take care of all the dependencies needed for your CentOS-7.9 platform.
YDK Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2021 11:52 AM
The first try is there any packages available with that name :
sudo yum search devtoolset |grep devtoolset|awk {'print $1'} |cut -f 1,2 -d\-|sort|uniq

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2021 01:17 PM
The version devtoolset4 mentioned in the system requirements http://ydk.cisco.com/py/docs/getting_started.html#system-requirements is not there
```
root@cafy-2:shreyash$ sudo yum search devtoolset |grep devtoolset|awk {'print $1'} |cut -f 1,2 -d\-|sort|uniq
===========================
devtoolset-10
devtoolset-10.x86_64
devtoolset-7
devtoolset-7.x86_64
```
devtoolset-8
devtoolset-8.x86_64
devtoolset-9
devtoolset-9.x86_64
root@cafy-2:shreyash$
root@cafy-2:shreyash$
root@cafy-2:shreyash$
root@cafy-2:shreyash$

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2021 01:18 PM
Could you update the systems requirements document http://ydk.cisco.com/py/docs/getting_started.html#system-requirements with the available version please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2021 01:50 PM
The documentation under ydk.cisco.com 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 here. It includes YDK installation script, which will take care of all the dependencies needed for your CentOS-7.9 platform.
YDK Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2021 11:25 AM
Thanku
