could someone please tell me how can I install tidy on a remote linux server?? -if it's possible

thx

link|improve this question

50% accept rate
maybe superuser.com? – KevinDTimm Dec 2 '10 at 20:02
feedback

migrated from stackoverflow.com Dec 3 '10 at 7:43

This question came from our site for professional and enthusiast programmers.

2 Answers

Since You don't mention the distribution, it is probably Ubuntu... Yes, of course it is possible:

ssh user@remote_linux_server
sudo apt-get install tidy
link|improve this answer
actually I meant, I want to install it to a server which hosts my website, is it still possible? – Onur Dec 2 '10 at 22:22
If it's a dedicated server- definitely yes; possibly no otherwise (you could contact your hosting provider in this case). Do you have remote shell to this web host? – barti_ddu Dec 2 '10 at 22:27
feedback

If you don't have shell access to the remote server, consider authoring content locally on your own PC and running tidy there. Once content is prepared and tested, you can publish/upload it to the remote server.

If necessary, you can install Apache and PHP (or whatever your remote server uses) on a desktop PC (Windows or Linux) for "pre-flight" testing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.