01-13-2023 03:25 PM - edited 01-13-2023 03:49 PM
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)
Solved! Go to Solution.
01-13-2023 05:40 PM
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.
01-13-2023 05:40 PM
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.
01-16-2023 02:30 PM
@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?
01-17-2023 09:38 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide