You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @yada and @lbroudoux I've built the microcks-cli package for the apt managers and uploaded it in the launchpad as ppa. I use arch linux as my distro, so I've built the package using a ubuntu docker image and now it's working perfectly after installing it. I've attached the working of the package where i installed it insdie the docker container of ubuntu.
It adds the ppa repository in the launchpad as a source to your system so you can download the packages distributed in that repo. And then updates the packages in that.
At last run:
sudo apt install -y microcks-cli
To install the microcks-cli pacakged for the apt managers
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
Reason/Context
Hello @yada and @lbroudoux I've built the microcks-cli package for the apt managers and uploaded it in the launchpad as ppa. I use arch linux as my distro, so I've built the package using a ubuntu docker image and now it's working perfectly after installing it. I've attached the working of the package where i installed it insdie the docker container of ubuntu.
WhatsApp.Video.2025-02-22.at.22.43.39.mp4
Description
Commands to install the microcks-cli using apt
sudo apt update && sudo apt install -y software-properties-common
software-properties-common is a package that provides the command for adding the launchpad ppa repository.
Then run:
It adds the ppa repository in the launchpad as a source to your system so you can download the packages distributed in that repo. And then updates the packages in that.
At last run:
sudo apt install -y microcks-cli
To install the microcks-cli pacakged for the apt managers
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: