
These are the steps I took to install the agent software from http://ocsinventory.sourceforge.net/
All of this is done from a terminal via SSH.
Ubutu Linux - OCSNG_LINUX_AGENT_1.0RC3 Install Notes
Change to root...
sudo su
Switch to /opt...
cd /opt
Download the agent...(I put this on one of my webservers for convenience)
Webmin is an excellent web-based interface to your *nix based machines. There are no webmin packages in the latest release "Dapper". This is how to install webmin to a Dapper server install...
(Update 2/24/2008: I do this on versions of Ubuntu up to the latest beta release also or on Debain (etch, lenny so far))
1. Install SSH
apt-get install ssh
2. Enable the universe and multiverse repositories in the /etc/apt/sources.list (https://wiki.ubuntu.com/AddingRepositoriesCliHowto)