Forum OpenACS Q&A: Re: OpenACS 5.5.0 install Debian 6 64bits - When trying to install OpenACS I get "Not Found"

Hi Pablo,

I think the debian port system is similar to ubuntu, so you should be able to search for tdom from terminal like this:

sudo su -
apt-cache search tdom

# and then attempt install with:

apt-get install tdom

# it will stop and tell you if it is already installed.

cheers,

Torben

Torben, I installed ttom from source.
But I know I can get them using apt-get. I decided to build everything from source since installing debian pre compiled packages did not work ok for me (maybe with a bit more effort I can get it done, but then it's better to compile if effort is required).