Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install packages in cirros OS

Tags:

openstack

How to install a package in cirros image ?

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

like image 512
Gova Avatar asked Oct 28 '14 10:10

Gova


1 Answers

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/

like image 129
Barak Avatar answered Nov 08 '22 03:11

Barak