Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completed building the cli as a package for apt managers #114

Open
Luxxgit2k4 opened this issue Feb 22, 2025 · 1 comment
Open

Completed building the cli as a package for apt managers #114

Luxxgit2k4 opened this issue Feb 22, 2025 · 1 comment

Comments

@Luxxgit2k4
Copy link

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

@lbroudoux
Copy link
Member

Is it a duplicate of #113?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants