-
-
Notifications
You must be signed in to change notification settings - Fork 22
Description
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:
sudo add-apt-repository ppa:luxx2k4/microcks-cli
sudo apt update
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