I have a CLSI (LaTeX server) instance running on Ubuntu 10.04:
http://code.google.com/p/common-latex-service-interface/
Now I want to install a new package and also upgrade an existing package. The packages contain only .cls (class) and .sty (style) files, thus I added a new folder in texmf-live/tex/latex, copied the new files there while updating the files in the existing folders with new files. Restarted box.
But the new package is not being recognized! :(
I tried texhash but it did not work. There is no tlmgr in the instance installed in CLSI package (from above link). Anyone has an idea how I can accomplish this?