How to install packages in cirros OS
Asked Answered
M

1

9

How to install a package in cirros image ?

I do not find any installer available in cirros image that comes along with devstack installation.

Monomorphic answered 28/10, 2014 at 10:47 Comment(1)
I think it's not available. try ubuntu.Bertiebertila
L
13

As @Harikrishnan commented, cirros does not include a package manager. Cirros is mostly useful to verify that clouds are working correctly, that VMs are started correctly and things like networks, security groups and key pairs are functioning as expected.

If you want a linux VM with a package manager, you should look at a different distribution. The Ubuntu cloud image is a good place to start - https://cloud-images.ubuntu.com/

Logo answered 29/10, 2014 at 20:1 Comment(1)
I entered microstack launch focal --name test and got an error. I have the same issue as the OP. The only cirros works, e.g. microstack launch cirros --name test. What is the command to get a ubuntu image. As noted above I've tried focal, ubuntu, debian, etc... Nothing works.Toddtoddie

© 2022 - 2024 — McMap. All rights reserved.