You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The O-RAN-SC project uses PackageCloud.io repositories to publish binary artifacts like Debian (.deb) and RPM Package Manager (.rpm) packages. The following repositories are available:

  • o-ran-sc/master - development builds, pushed automatically by Jenkins (like a Maven snapshot repository)
  • o-ran-sc/staging - release candidate builds, pushed automatically by Jenkins
  • o-ran-sc/release - released versions, created manually by the Linux Foundation release engineering team.

A repository must be installed before it can be used, for example in Ubuntu via "apt-get".  The following command will make the "master" repository available in an Ubuntu system:

curl -s https://packagecloud.io/install/repositories/o-ran-sc/master/script.deb.sh | sudo bash


For complete details on using PackageCloud please see their documentation: https://packagecloud.io/docs

  • No labels