Repository
I've set up a software repository containing debian-like packages. I started it with some VMware Packages for Ubuntu and now I've added packages for many IPCop addons.
If you find any problem, you'd like to give me a feedback or else, don't hesitate to contact me using the appropriate form.
To use my repository with apt you must execute a couple of commands. If you've installed the APT addon for IPCop, you don't need them because they're automatically executed during the addon setup.
Import the key for APT
sudo wget -O- http://www.monarialx.it/repository/monarialx.asc ^| apt-key add -
Import the sources list
On Ubuntu
sudo wget -O /etc/apt/sources.list.d/monarialx.list \r
http://www.monarialx.it/repository/ubuntu/monarialx-<version>.list
where <version> is:
- hardy for Ubuntu 8.04 Hardy Heron
- intrepid for Ubuntu 8.10 Intrepid Ibex
On IPCop
sudo wget -O /etc/apt/sources.list.d/monarialx.list \r
http://www.monarialx.it/repository/ipcop/monarialx-<version>.list
where <version> is 1.4.21. For now it's the only one :-)
Post scriptum
For those who care, these are the MD5 checksums for the above files:
dacfb440c059217ccde258fd84723f24 monarialx.asc 4762ce6dd02b5bbe64cc167028a250bb ipcop/monarialx-1.4.21.list 8b2466ed6b028a66fea737c8059d55ac ubuntu/monarialx-hardy.list 1b6af62a7e8dfc87fffa9c24bdf27f33 ubuntu/monarialx-intrepid.list

