The following steps require super-user privileges.
Debian repository configuration
- Edit or create the file /etc/apt/source.list.d/Antidot-AFS.list on every server.
The file should contain:
deb http://<user:password>@packages.afs-antidot.net/debian-squeeze64/<client_name>/v7.5 stable antidot
- Update the package list:
apt-get update
The package list should be downloaded.
RHEL repository configuration
- Edit or create the file /etc/yum.repos.d/Antidot-AFS.repo on every server.
The file should contain:
[antidot-repo]
name=Antidot Repository for RHEL 5, x86_64 architecture
baseurl=http://<user:password>@packages.afs-antidot.net/rhel5-x86_64/<client_name>/v7.5/stable
enabled=1
gpgcheck=1
gpgkey=http://packages.afs-antidot.net/antidot-afs.key - Update the package list:
yum clean all
yum updateThe package list should be downloaded.