cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
524
Views
5
Helpful
3
Replies

YDK 0.8.6.3 C++RPM

Mike Fisher
Level 1
Level 1

I am looking for a RPM of the latest ydk for C++.  I looked on https://devhub.cisco.com/ui/native/rpm-ydk/ but the latest RPM I could find is libydk-0.8.5-1.x86_64.rpm  Could someone please point me to an x86_64 RPM of 0.8.6.3 (preferably for RH8)  built from the github repository https://github.com/CiscoDevNet/ydk-gen

1 Accepted Solution

Accepted Solutions

ygorelik
Cisco Employee
Cisco Employee

You can build the core and gnmi packages yourself after you successfully compile and install the libraries. Simply go to the build directory and issue command:

sudo make package

That should create the RPM or Debian package based on the system.

View solution in original post

3 Replies 3

ygorelik
Cisco Employee
Cisco Employee

You can build the core and gnmi packages yourself after you successfully compile and install the libraries. Simply go to the build directory and issue command:

sudo make package

That should create the RPM or Debian package based on the system.

@ygorelik   Thank you for the reply.  I was able to create the RPM.  However, when I attempted to install the rpm into a RH8 docker container with no internet connection, it attempted to run a curl command to the remote site mirrors.fedoraproject.org.  Is there a way to build the RPM, such that it contains all of the dependencies, with no need to access the internet at install time?

I am not aware of such approach. If you look at the older versions, like 0.8.0, installation, you will find that it requires to install some dependencies before installing rpm package.