/etc/apt/sources.list.d/cloudstack
. Add the community provided repository to the file:
deb http://cloudstack.apt-get.eu/ubuntu precise 4.0
$ 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.
[cloudstack]
name=cloudstack
baseurl=http://server.url/downloads/rpm/stable/
enabled=1
gpgcheck=1
$ rpm --import http://server.url/downloads/RPM-GPG-KEY.txt