/etc/apt/sources.list.d/cloudstack.list
. Add the community provided repository to the file:
deb http://cloudstack.apt-get.eu/ubuntu precise 4.2
$ wget -O - http://cloudstack.apt-get.eu/release.asc|apt-key add -
$ apt-get update
/etc/yum.repos.d
. You'll see several .repo
files in this directory, each one denoting a specific repository.
/etc/yum.repos.d/cloudstack.repo
and insert the following information.
[cloudstack]
name=cloudstack
baseurl=http://cloudstack.apt-get.eu/rhel/4.2/
enabled=1
gpgcheck=0